Home
last modified time | relevance | path

Searched refs:sStyleFamilies (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1209 static OUString sStyleFamilies( RTL_CONSTASCII_USTRINGPARAM("StyleFamilies") ); in ImplExportStyles() local
1211 …etInfo->hasPropertyByName( sStyleNames ) && xPropertySetInfo->hasPropertyByName( sStyleFamilies ) ) in ImplExportStyles()
1217 mxExportInfo->setPropertyValue( sStyleFamilies, in ImplExportStyles()
1227 OUString sStyleFamilies( RTL_CONSTASCII_USTRINGPARAM("StyleFamilies") ); in ImplExportAutoStyles() local
1231 && mxExportInfo->getPropertySetInfo()->hasPropertyByName( sStyleFamilies ) ) in ImplExportAutoStyles()
1234 mxExportInfo->getPropertyValue( sStyleFamilies ) >>= aStyleFamilies; in ImplExportAutoStyles()

Completed in 24 milliseconds