Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/filter/xml/
H A Dsdtransform.cxx65 bool getBulletState( const SfxItemSet& rSet, SfxStyleSheetBase* pSheet, bool& rState );
66 bool getBulletState( const SfxItemSet& rSet, sal_uInt16 nWhich, bool& rState );
156getBulletState( rSheet.GetItemSet(), rSheet.GetPool().Find( rSheet.GetParent(), rSheet.GetFamily()… in transformStyle()
227 …if( (nDepth != -1) && (!getBulletState( aParaSet, mrOutliner.GetStyleSheet( nPara ), bState ) || !… in transformTextShape()
281 bool SdTransformOOo2xDocument::getBulletState( const SfxItemSet& rSet, SfxStyleSheetBase* pSheet, b… in getBulletState() function in SdTransformOOo2xDocument
283 if( getBulletState( rSet, EE_PARA_XMLATTRIBS, rState ) ) in getBulletState()
286 if( getBulletState( rSet, SDRATTR_XMLATTRIBUTES, rState ) ) in getBulletState()
289 …if( pSheet && getBulletState( pSheet->GetItemSet(), pSheet->GetPool().Find( pSheet->GetParent(), p… in getBulletState()
295 bool SdTransformOOo2xDocument::getBulletState( const SfxItemSet& rSet, sal_uInt16 nWhich, bool& rSt… in getBulletState() function in SdTransformOOo2xDocument

Completed in 17 milliseconds