Re: [api-dev] Update on the stauus of the ODT/PDF version of the DevGuide

2009-01-31 Thread rony
Hi Clayton, Clayton wrote: Hi. Just a quick update on how things are coming along on the ODT and PDF of the entire DevGuide. I have posted an ALPHA version of the doc here: http://wiki.services.openoffice.org/wiki/Documentation/Wiki_Books (it's 1750+ pages now, and currently about 1.55MB

Re: [api-dev] Update on the status of the ODT/PDF version of the DevGuide

2009-01-31 Thread Clayton
rony wrote: Hi Clayton, Clayton wrote: Hi. Just a quick update on how things are coming along on the ODT and PDF of the entire DevGuide. I have posted an ALPHA version of the doc here: http://wiki.services.openoffice.org/wiki/Documentation/Wiki_Books (it's 1750+ pages now, and

[api-dev] unable to set content of com.sun.star.text.textfield.Annotation Note...

2009-01-31 Thread ashok _
I am running OOo 3.0 ... for the following code, the annotation note gets created on the document with the correct date, but the Content of the annotation is always blank : (Is this a bug ?) code oDoc = ThisComponent oTextCursor = oDoc.getCurrentController().getViewCursor()

Re: [api-dev] unable to set content of com.sun.star.text.textfield.Annotation Note...

2009-01-31 Thread Cor Nouws
Hi Ashok, ashok _ wrote (31-1-2009 22:46) I am running OOo 3.0 ... for the following code, the annotation note gets created on the document with the correct date, but the Content of the annotation is always blank : (Is this a bug ?) code ... Testing with 3.0.1 on XP, the code does insert an

Re: [api-dev] unable to set content of com.sun.star.text.textfield.Annotation Note...

2009-01-31 Thread Ariel Constenla-Haile
Hello ashok, On Saturday 31 January 2009 19:46, ashok _ wrote: I am running OOo 3.0 ... on DEV300_m40 it works both with the Content property, or getting the note's TextRange, creating a text cursor, and inserting text: Sub Demo_1 Dim oDoc oDoc = ThisComponent 'well... I

[api-dev] Basic: reading Locale from configuration returns only language for Dutch installation

2009-01-31 Thread Cor Nouws
Hi *, reading this http://api.openoffice.org/docs/common/ref/com/sun/star/i18n/LanguageCountryInfo.html and knowing what is returned for other languages (en_GB for exmaple), I wonder how it is possible that for my local Dutch installation, I get only nl as return value in this function:

Re: [api-dev] Basic: reading Locale from configuration returns only language for Dutch installation

2009-01-31 Thread Bernard Marcelly
Message de Cor Nouws date 2009-02-01 01:14 : reading this http://api.openoffice.org/docs/common/ref/com/sun/star/i18n/LanguageCountryInfo.html and knowing what is returned for other languages (en_GB for exmaple), I wonder how it is possible that for my local Dutch installation, I get only