Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/style/
H A Dstyleexp.cxx79 sFollowStyle( RTL_CONSTASCII_USTRINGPARAM( "FollowStyle" ) ), in XMLStyleExport()
160 if( xPropSetInfo->hasPropertyByName( sFollowStyle ) ) in exportStyle()
162 aAny = xPropSet->getPropertyValue( sFollowStyle ); in exportStyle()
486 if( xPropSetInfo->hasPropertyByName( sFollowStyle ) ) in exportStyleFamily()
534 if( !xPropSetInfo->hasPropertyByName( sFollowStyle ) ) in exportStyleFamily()
536 DBG_ASSERT( 0==sFollowStyle.getLength(), in exportStyleFamily()
542 xPropSet->getPropertyValue( sFollowStyle ) >>= sNextName; in exportStyleFamily()
H A DXMLPageExport.cxx140 if ( xInfo.is() && xInfo->hasPropertyByName(sFollowStyle) ) in exportStyle()
143 xPropSet->getPropertyValue( sFollowStyle ) >>= sNextName; in exportStyle()
171 sFollowStyle( RTL_CONSTASCII_USTRINGPARAM( "FollowStyle" ) ) in XMLPageExport()
/aoo4110/main/xmloff/source/text/
H A DXMLTextMasterPageContext.cxx79 , sFollowStyle( RTL_CONSTASCII_USTRINGPARAM( "FollowStyle" ) ) in XMLTextMasterPageContext()
270 if( xPropSetInfo->hasPropertyByName( sFollowStyle ) ) in Finish()
279 Any aAny = xPropSet->getPropertyValue( sFollowStyle ); in Finish()
285 xPropSet->setPropertyValue( sFollowStyle, aAny ); in Finish()
/aoo4110/main/xmloff/inc/xmloff/
H A DXMLPageExport.hxx64 const ::rtl::OUString sFollowStyle; member in XMLPageExport
H A DXMLTextMasterPageContext.hxx42 const ::rtl::OUString sFollowStyle; member in XMLTextMasterPageContext
H A Dstyleexp.hxx64 const ::rtl::OUString sFollowStyle; member in XMLStyleExport

Completed in 24 milliseconds