[api-dev] Re: please advise: ooobean

2006-10-04 Thread Jochen Staerk
Thanks for answering/Hi, >> the windows version of my app does not work. > I would use custom classloader approach. OK, lets go for it. > problem is how does Java locate the JARs (its not only > officebean.jar).Also the officebean.jar must be located first. In the > SDK there should be an example

[api-dev] c# Input Fields, get Hint property?

2006-10-04 Thread Adam Patacchiola
Hi, I'm trying to update input fields in a writer document using C#. I'm planning on using the hint property when the field is created to indicate that this is a field that needs updating. (I tried using user variables, but they are removed when the document is converted to MS Word format, wh

Re: [api-dev] Reset the cell Style to default

2006-10-04 Thread Bart Aimar
Niklas Nebel ha scritto: ... setPropertyToDefault("CellBackColor") This work fine! :-) Thank you Nikklas Bart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] Reset the cell Style to default

2006-10-04 Thread Bart Aimar
Cor Nouws ha scritto: Hi Bart, Hi Cor ...zot ... ... StyleFamilies.CellStyles.getByName(sStyle).PropertyToDefault ??? ... StyleFamilies.CellStyles.getByName(sStyle).setPropertiesToDefault ??? Obviously I have problems about the parametres... I once had to set a colour to default. Value had

Re: [api-dev] Reset the cell Style to default

2006-10-04 Thread Niklas Nebel
Bart Aimar wrote: To reset ONLY the backGroundColor I found: ... StyleFamilies.CellStyles.getByName(sStyle).PropertyToDefault ??? ... StyleFamilies.CellStyles.getByName(sStyle).setPropertiesToDefault ??? Obviously I have problems about the parametres... Any Help? ... setPropertyToDefault("Cel

Re: [api-dev] Reset the cell Style to default

2006-10-04 Thread Cor Nouws
Hi Bart, Bart Aimar wrote: There is a little bug in manage hierachical Cell Styles. All the properties along the hierachy can be modifyed and "reset to default" any time now (By UI) With exception for the cellBackcolor! This cood seem a good workaround: SUB Property_2_default oSheet =

[api-dev] Reset the cell Style to default

2006-10-04 Thread Bart Aimar
Hi all, There is a little bug in manage hierachical Cell Styles. All the properties along the hierachy can be modifyed and "reset to default" any time now (By UI) With exception for the cellBackcolor! This cood seem a good workaround: SUB Property_2_default oSheet = ThisComponent.She

[api-dev] How to lock a text model

2006-10-04 Thread Julien Galand
Hi to all, Does someone know a way to lock/unlock the model of a text document, that is, to make it temporarily read-only (the user cannot change its content) ? My purpose is to make sure that when my add-on is currently retrieving the text and manipulating it later, it has not changed in betw