Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1206 static OUString sStyleNames( RTL_CONSTASCII_USTRINGPARAM("StyleNames") ); in ImplExportStyles() local
1209 …if ( xPropertySetInfo->hasPropertyByName( sStyleNames ) && xPropertySetInfo->hasPropertyByName( sS… in ImplExportStyles()
1214 mxExportInfo->setPropertyValue( sStyleNames, makeAny( aStyleNames ) ); in ImplExportStyles()
1224 OUString sStyleNames( RTL_CONSTASCII_USTRINGPARAM("StyleNames") ); in ImplExportAutoStyles() local
1228 && mxExportInfo->getPropertySetInfo()->hasPropertyByName( sStyleNames ) in ImplExportAutoStyles()
1234 mxExportInfo->getPropertyValue( sStyleNames ) >>= aStyleNames; in ImplExportAutoStyles()