Hi list-members,

How do I get the localized names of paragraph styles in a Writer document?

I can use the following macro code to get the *English* names of all paragraph styles in a document:


oFamilies = ThisComponent.StyleFamilies
oStyles = oFamilies.getByName("ParagraphStyles")
 mStyleNames = oStyles.getElementNames()


but I want the translated names.


Sorry for the cross-posting, but I got no response on the l10n list.


Thanks,

Alan


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to