Searched refs:pOutputSet (Results 1 – 5 of 5) sorted by relevance
84 pOutputSet = new SfxItemSet( *pAttr ); in OutlineBulletDlg()85 pOutputSet->ClearItem(); in OutlineBulletDlg()175 delete pOutputSet; in ~OutlineBulletDlg()210 pOutputSet->Put( aSet ); in GetOutputItemSet()213 …if( SFX_ITEM_SET == pOutputSet->GetItemState(pOutputSet->GetPool()->GetWhich(SID_ATTR_NUMBERING_RU… in GetOutputItemSet()215 SdBulletMapper::MapFontsInNumRule( *((SvxNumBulletItem*)pItem)->GetNumRule(), *pOutputSet ); in GetOutputItemSet()227 if(bTitle && pOutputSet->GetItemState(EE_PARA_NUMBULLET,sal_True) == SFX_ITEM_ON ) in GetOutputItemSet()229 …SvxNumBulletItem* pBulletItem = (SvxNumBulletItem*)pOutputSet->GetItem(EE_PARA_NUMBULLET,sal_True); in GetOutputItemSet()235 return pOutputSet; in GetOutputItemSet()
175 pOutputSet(0) in SfxModalDialog()195 pOutputSet(0) in SfxModalDialog()211 delete pOutputSet; in ~SfxModalDialog()216 DBG_ASSERT( !pOutputSet, "Double creation of OutputSet!" ); in CreateOutputItemSet()217 if (!pOutputSet) in CreateOutputItemSet()218 pOutputSet = new SfxAllItemSet( rPool ); in CreateOutputItemSet()225 DBG_ASSERT( !pOutputSet, "Double creation of OutputSet!" ); in CreateOutputItemSet()226 if (!pOutputSet) in CreateOutputItemSet()228 pOutputSet = new SfxItemSet( rSet ); in CreateOutputItemSet()229 pOutputSet->ClearItem(); in CreateOutputItemSet()
69 SfxItemSet* pOutputSet; member in SfxModalDialog85 SfxItemSet* GetItemSet() { return pOutputSet; } in GetItemSet()89 SfxItemSet* GetOutputSetImpl() { return pOutputSet; } in GetOutputSetImpl()93 const SfxItemSet* GetOutputItemSet() const { return pOutputSet; } in GetOutputItemSet()
343 SfxItemSet* pOutputSet = (SfxItemSet*)pDlg->GetOutputItemSet(); in IMPL_LINK_INLINE_END() local345 if( SFX_ITEM_SET == pOutputSet->GetItemState( SID_ATTR_TABSTOP_DEFAULTS, in IMPL_LINK_INLINE_END()352 pOutputSet->ClearItem( SID_ATTR_TABSTOP_DEFAULTS ); in IMPL_LINK_INLINE_END()354 if( pOutputSet->Count() ) in IMPL_LINK_INLINE_END()356 pCollSet->Put(*pOutputSet); in IMPL_LINK_INLINE_END()
59 SfxItemSet *pOutputSet; member in sd::OutlineBulletDlg
Completed in 84 milliseconds