Hello Oliver, *, 

> From: Oliver Brinzing [mailto:oliver.brinz...@gmx.de] 

> i think you have to iterate over the "NumberingRules" Objects 
> and Copy it's properties
> 
>       For j = 0 To oPStyle.NumberingRules.getCount()-1
>               mArray() =oPStyle.NumberingRules.getByIndex(j)
>               ...
>       Next j

ok. Thank you.

But the following is a problem:
How do I know that I really copy all the properties of every conceivable type 
of template (see: 
http://www.openoffice.org/api/docs/common/ref/com/sun/star/style/StyleFamilies.html)?

Currently I know of the following 'areas':
.NumberingRules
.PropertySetInfo.Properties

But there is more that I need to consider? How do I find these? Do I need to 
try everything, to be sure not to overlook anything?

True, these questions are quite generally, but does anyone have any advice?


additionally, this question:
Now I know that the method ".loadStylesFromURL" is to use problematic because 
of the following problem exists:
https://issues.apache.org/ooo/show_bug.cgi?id=75048

But does anyone know if there are more problems with ".loadStylesFromURL"?



Greetings,
Jörg



---------------------------------------------------------------------
To unsubscribe, e-mail: api-unsubscr...@openoffice.apache.org
For additional commands, e-mail: api-h...@openoffice.apache.org

Reply via email to