Searched refs:sStyleNames (Results 1 – 1 of 1) sorted by relevance
1208 static OUString sStyleNames( RTL_CONSTASCII_USTRINGPARAM("StyleNames") ); in ImplExportStyles() local1211 …if ( xPropertySetInfo->hasPropertyByName( sStyleNames ) && xPropertySetInfo->hasPropertyByName( sS… in ImplExportStyles()1216 mxExportInfo->setPropertyValue( sStyleNames, makeAny( aStyleNames ) ); in ImplExportStyles()1226 OUString sStyleNames( RTL_CONSTASCII_USTRINGPARAM("StyleNames") ); in ImplExportAutoStyles() local1230 && mxExportInfo->getPropertySetInfo()->hasPropertyByName( sStyleNames ) in ImplExportAutoStyles()1236 mxExportInfo->getPropertyValue( sStyleNames ) >>= aStyleNames; in ImplExportAutoStyles()
Completed in 23 milliseconds