Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/dlg/
H A Ddlgolbul.cxx84 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()
/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx175 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()
/trunk/main/sfx2/inc/sfx2/
H A Dbasedlgs.hxx69 SfxItemSet* pOutputSet; member in SfxModalDialog
85 SfxItemSet* GetItemSet() { return pOutputSet; } in GetItemSet()
89 SfxItemSet* GetOutputSetImpl() { return pOutputSet; } in GetOutputSetImpl()
93 const SfxItemSet* GetOutputItemSet() const { return pOutputSet; } in GetOutputItemSet()
/trunk/main/sw/source/ui/envelp/
H A Denvfmt.cxx343 SfxItemSet* pOutputSet = (SfxItemSet*)pDlg->GetOutputItemSet(); in IMPL_LINK_INLINE_END() local
345 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()
/trunk/main/sd/source/ui/inc/
H A DOutlineBulletDlg.hxx59 SfxItemSet *pOutputSet; member in sd::OutlineBulletDlg

Completed in 27 milliseconds