Re: AW: [api-dev] Problems using SDK 2.0 with C++

2005-06-16 Thread Stephan Bergmann
Martin Thoma wrote: Hi Stephan, In both cases, this is relatively new code, which might not yet have been there in OOo 1.1.x. And, in both cases, your specific VC++ version seems to be too old to accept the code. thanks for your reply! I come up with some serious problems using C++ and OO

AW: AW: [api-dev] Problems using SDK 2.0 with C++

2005-06-16 Thread Martin Thoma
> > thanks for your reply! I come up with some serious problems using C++ > and OO > > with Version 1.1.3/1.1.4 (if I've found out more I will post a new > thread). > > I thought changing to the 2.0Beta perhaps would solve the problems. So > what > > exactly do you suggest? Waiting till 2.0 is stab

Re: [api-dev] Problems using SDK 2.0 with C++

2005-06-16 Thread Joerg Barfurth
Hi Martin, BTW: Please teach your mailer to use 'Re:' for reply sunjects rather than 'AW:', which other mailers don't recognize. Martin Thoma wrote: stable by now, and I would not expect the code you stumble over to change until 2.0 final. I still think your tool chain to build OOo uses in

RE: [api-dev] Problems using SDK 2.0 with C++

2005-06-16 Thread Martin Thoma
> Hi Martin, > > BTW: Please teach your mailer to use 'Re:' for reply sunjects rather > than 'AW:', which other mailers don't recognize. Fixed, thanks for the hint. > You still didn't tell us what version of VC++ you are using. But as > Stephan suggested, your version is probably too old to be us

[api-dev] How to remove a specific annotation?

2005-06-16 Thread Liao Yu
Hi, When removing annotations in a text document,we can query the XTextFieldsSupplier and make access to the annotations by XTextFieldsSupplier.getTextFields(). Anyway, what we get are all the annotations in a document. We can not remove a specific annotation in this way, as we do via the mouse

Re: [api-dev] How to remove a specific annotation?

2005-06-16 Thread Stephan Wunderlich
Hi Yu, > Thus the annotition will gone with the text. Can we do the > same( only without remove the text) with OOo API? I've > tried with quering XEnumerationAccess interface from > XModel.getCurrentSelection(), as shown in the following > code, but failed at the first place: the selection doe

Re: [api-dev] [code snippet] Simple natural sort algorithm

2005-06-16 Thread Kohei Yoshida
On 6/15/05, Paolo Mantovani <[EMAIL PROTECTED]> wrote: > Hi all, > > During a recent job I have had to develop some functions for string sorting. > Some of these contains a very simple implementation of the "natural" sort > algorithm. > This implementation uses the service css.util.TextSearch to p

[api-dev] Problem with xstorable.storeToURL

2005-06-16 Thread David Dankwerth
Hi I am using xstoreable.storeToURL from the api and getting com.sun.star.io.IOException When i am using OpenOffice UI to store to the URL it works fine. I have added all the details + log of Tomcat's Webdav servlet that shows differences in the Http Request sent from OpenOffice UI and the Http

Re: [api-dev] How to remove a specific annotation?

2005-06-16 Thread Liao Yu
Thank you, Stephan. I will try it. Regards, Yu --原邮件--- Hi Yu, > Thus the annotition will gone with the text. Can we do the > same( only without remove the text) with OOo API? I've > tried with quering XEnumerationAccess interface from > XModel.getCurrentS