Re: Custom XML Part

2018-02-16 Thread Andrew Pitonyak
My assumption is that he wants the information to be embedded in the document, saved with the document, and readable after the document is loaded. Take a look at OOME (http://www.pitonyak.org/AndrewMacro.odt) and read section "Uninterpreted XML Attributes" This might do what you want. O

Re: Custom XML Part

2018-02-16 Thread Christoph Jopp
May I throw n a guess: There is something called UserDefinedProperties or similar to that (I don't have an English version of OpenOffice at hand). You can reach it in the GUI via File->Poperties->User Defined Properties (or similar). In the IDL reference there is an Interface com::sun::star::do

Re: Custom XML Part

2018-02-16 Thread Peter kovacs
Do you want to create an ODS file as an index with additional data, so you want to be able to add metadata to each file in Open office? Or do you want to create a new file type that acts like an index to documents that is stored? Am 16. Februar 2018 06:08:59 MEZ schrieb Rushna Jabi : >I have cr

Re: Custom XML Part

2018-02-16 Thread Rushna Jabi
I have created OpenOffice plugin. plugin adds Header Footer ans classify the document I am trying to generate the Logs of every document Like time and date, PC-Name , Mac ID, IP Address and other information when user classify the document.i want to add Meta data. It's easy to maintain in Ms

Re: Custom XML Part

2018-02-15 Thread Andrew Pitonyak
I don't know what that means How do you add the XML, is it visible? Is it generic? I vaguely remember that you can attach a custom XML strong as a property to some embedded objects... I don't remember if I discovered this in OOME.odt or if it is in AndrewMacro.odt and I can't check right

Re: Custom XML Part

2018-02-15 Thread Rushna Jabi
Thanks for reply. Andrew, In Ms Office document we can add Custom Xml Part i.e. information related to current document. we can access also that information. please tell me , Is it possible in OpenOffice and how? Regards, Rushna jabi On Mon, Feb 12, 2018 at 7:17 PM, Andrew Pitonyak wrote: >

Re: Custom XML Part

2018-02-15 Thread Andrew Pitonyak
I copied the sender, since I did respond, so he is probably not subscribed to the list I said about the same as you Peter but you said it better... So, Rushna, be sure to respond to the list and indicate exactly what it is you are trying to do since the people on this list are not likely

Re: Custom XML Part

2018-02-15 Thread Peter Kovacs
I do not understand what you want to have. Don't use comparisons like as in Excel. I for my part have no clue what you want to do. Probable that's why you did not get an answer. Can you write it as user story what your plugin should do and then what part you want to use XML for. Example: As a us

Re: Custom XML Part

2018-02-14 Thread Rushna Jabi
please help? I didn't get any reply till now...:( On Mon, Feb 12, 2018 at 5:36 PM, Rushna Jabi wrote: > Hi all, > I am working on OpenOffice plugin but I want to add Custom Xml Part in > OpenOffice like Ms-Office. > please tell me it's possible or not in Openoffice. > if it is possible then, Ho

Re: Custom XML Part

2018-02-12 Thread Andrew Pitonyak
The people on this list are not likely to know about me office products. Consider describing the behavior. ⁣Sent from BlueMail ​ On Feb 12, 2018, 7:16 AM, at 7:16 AM, Rushna Jabi wrote: >Hi all, >I am working on OpenOffice plugin but I want to add Custom Xml Part in >OpenOffice like Ms-Office.