Hello Ariel, function: compareContentIds Description: 0 is returned, if the identifiers are equal. A value less than 0 indiactes, that the Id1 is less than Id2. A value greater than 0 is returned, if Id1 is greater than Id2.
What is less than? Is it below in the file hierarchy? Are alphabetic? On Sun, Jun 2, 2013 at 8:20 PM, Rajath Shashidhara < [email protected]> wrote: > Just realised my mistake, > XContentIdentifier will be passed to queryContent. So, analysis of URL is > done in that method itself. > > > On Sun, Jun 2, 2013 at 5:12 PM, Rajath Shashidhara < > [email protected]> wrote: > >> Hi Ariel, >> >> >> I'm still not clear about one thing: >> I'm completing the implementation of the function execute() for >> "getPropertyValues" command. >> But, until now I assumed that the path and name of the object whose >> properties I'm getting are contained in the XIdentifier object that is a >> parameter to queryContent method. My Implementation of XContent has an >> constructor with XContentIdentifier as one of the parameters. >> >> But, I added a cout statement to the file ucp to print the >> XContentIdentifierObject->getContentIdentifier(), thinking that the >> returned string will be the path to the content which is being queried. >> But, the print statements were a little a bunch of hexadecimals, when I >> tried to access a file from open dialog. >> >> I have not understood the basic way of obtaining the path of the object >> that is being referred to get the metadata of it. >> Also, is the argument in the Command refer to which property is being >> referred? >> >> Please help. >> >> >> On Sun, Jun 2, 2013 at 3:51 PM, Rajath Shashidhara < >> [email protected]> wrote: >> >>> Yes. I built it myself. >>> I'll rebuild it with that switch. >>> Thanks. >>> >>> >>> On Sun, Jun 2, 2013 at 3:50 PM, Ariel Constenla-Haile < >>> [email protected]> wrote: >>> >>>> On Sun, Jun 02, 2013 at 03:21:42PM +0530, Rajath Shashidhara wrote: >>>> > Hello, >>>> > >>>> > I think there is a bug in OpenOffice 4. Tools->Options->Security. >>>> > Macro Security Button link is broken. >>>> >>>> Did you build it yourself? You have to enable category-b (configure with >>>> --enable-category-b ) for that dialog to work. >>>> >>>> >>>> Regards >>>> -- >>>> Ariel Constenla-Haile >>>> La Plata, Argentina >>>> >>> >>> >>> >>> -- >>> Rajath S, >>> M.Sc(Hons.) Physics, >>> Birla Institute of Technology and Science - Pilani, >>> Pilani >>> >> >> >> >> -- >> Rajath S, >> M.Sc(Hons.) Physics, >> Birla Institute of Technology and Science - Pilani, >> Pilani >> > > > > -- > Rajath S, > M.Sc(Hons.) Physics, > Birla Institute of Technology and Science - Pilani, > Pilani > -- Rajath S, M.Sc(Hons.) Physics, Birla Institute of Technology and Science - Pilani, Pilani
