Re: [api-dev] Add Bulleting and Numbering style.

2010-02-11 Thread Mathias Bauer
Hi, Mahesh Reddy wrote: Hi, I am trying to create Numbering and Bulleting styles and I am using OO 1.1 SDK. I am using the following link as a reference http://wiki.services.openoffice.org/w/index.php?title=Documentation/DevGuide/Text/Line_Numbering_and_Outline_Numbering So

[api-dev] XComponentLoader: XModel as PropertyValue now crashes the office

2010-02-11 Thread Peter Eberlein
Hi, the following snippet has worked in OpenOffice 2 (and IIRC in an early OpenOffice 3 320m). (mba in http://api.openoffice.org/servlets/ReadMsg?listName=devmsgNo=19765 ) A new hidden window of the xTextDocument has been loaded: XModel xModel = (XModel) xTextDocument;

[api-dev] Extension: to save the code

2010-02-11 Thread Bart Aimar
To save out the code (of modified and installed extension) it was very comfortable. It rendered easyr the development and the improvement of Extension (The extension are not gadget blocked and frozen... ) The absence of this possibility introduces an ulterior element of difficulty. Like

Re: [api-dev] XComponentLoader: XModel as PropertyValue now crashes the office

2010-02-11 Thread Oliver Brinzing
Hi Peter, In OpenOffice 3.2 this crashes the office. I get a com.sun.star.lang.DisposedException: TransactionManager... Owner instance already closed. Call was rejected! seems loadProps[1].Name = Hidden; loadProps[1].Value = Boolean.FALSE; will work, i get a second view, but indeed, TRUE

Re: [api-dev] XComponentLoader: XModel as PropertyValue now crashes the office

2010-02-11 Thread Juergen Schmidt
i can confirm this problem also, please submit an 3.2.1 issue for this problem. Juergen On 2/11/10 7:25 PM, Oliver Brinzing wrote: Hi Peter, In OpenOffice 3.2 this crashes the office. I get a com.sun.star.lang.DisposedException: TransactionManager... Owner instance already closed. Call was