Hi Jörg,

> Using the following code will _not_ transfer the setting
>"position-at" (in a german AOO "Position-bei") of an numbering style.

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

Regards
Oliver





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

Reply via email to