Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx502 void GetPoolItems(const SfxItemSet &rSet, PoolItems &rItems, bool bExportParentItemSet ) in GetPoolItems() argument
504 if( bExportParentItemSet ) in GetPoolItems()
H A Dww8atr.cxx277 bool bExportParentItemSet ) in OutputItemSet() argument
279 if( bExportParentItemSet || rSet.Count() ) in OutputItemSet()
285 if ( bPapFmt && SFX_ITEM_SET == rSet.GetItemState( RES_FRAMEDIR, bExportParentItemSet ) ) in OutputItemSet()
288 if ( SFX_ITEM_SET != rSet.GetItemState( RES_PARATR_ADJUST, bExportParentItemSet ) ) in OutputItemSet()
290 if ( 0 != ( pItem = rSet.GetItem( RES_PARATR_ADJUST, bExportParentItemSet ) ) ) in OutputItemSet()
298 …if ( bPapFmt && SFX_ITEM_SET == rSet.GetItemState( RES_PARATR_NUMRULE, bExportParentItemSet, &pIte… in OutputItemSet()
313 GetPoolItems( rSet, aItems, bExportParentItemSet ); in OutputItemSet()
H A Dwriterhelper.hxx599 void GetPoolItems(const SfxItemSet &rSet, PoolItems &rItems, bool bExportParentItemSet );
H A Dwrtww8.hxx613 …onst SfxItemSet& rSet, bool bPapFmt, bool bChpFmt, sal_uInt16 nScript, bool bExportParentItemSet );