Searched refs:bExportParentItemSet (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/ |
H A D | writerhelper.cxx | 503 void GetPoolItems(const SfxItemSet &rSet, PoolItems &rItems, bool bExportParentItemSet ) in GetPoolItems() argument 505 if( bExportParentItemSet ) in GetPoolItems()
|
H A D | ww8atr.cxx | 278 bool bExportParentItemSet ) in OutputItemSet() argument 280 if( bExportParentItemSet || rSet.Count() ) in OutputItemSet() 286 if ( bPapFmt && SFX_ITEM_SET == rSet.GetItemState( RES_FRAMEDIR, bExportParentItemSet ) ) in OutputItemSet() 289 if ( SFX_ITEM_SET != rSet.GetItemState( RES_PARATR_ADJUST, bExportParentItemSet ) ) in OutputItemSet() 291 if ( 0 != ( pItem = rSet.GetItem( RES_PARATR_ADJUST, bExportParentItemSet ) ) ) in OutputItemSet() 299 …if ( bPapFmt && SFX_ITEM_SET == rSet.GetItemState( RES_PARATR_NUMRULE, bExportParentItemSet, &pIte… in OutputItemSet() 314 GetPoolItems( rSet, aItems, bExportParentItemSet ); in OutputItemSet()
|
H A D | writerhelper.hxx | 599 void GetPoolItems(const SfxItemSet &rSet, PoolItems &rItems, bool bExportParentItemSet );
|
H A D | wrtww8.hxx | 614 …onst SfxItemSet& rSet, bool bPapFmt, bool bChpFmt, sal_uInt16 nScript, bool bExportParentItemSet );
|
Completed in 50 milliseconds