Lines Matching refs:SfxAllItemSet
82 SfxAllItemSet* pInternalArgs;
155 pArgs(rOrig.pArgs? new SfxAllItemSet(*rOrig.pArgs): 0), in SfxRequest()
172 …pImp->pInternalArgs = (rOrig.pImp->pInternalArgs ? new SfxAllItemSet(*rOrig.pImp->pInternalArgs) :… in SfxRequest()
265 pArgs(new SfxAllItemSet(rPool)), in SfxRequest()
287 const SfxAllItemSet& rSfxArgs in SfxRequest()
293 pArgs(new SfxAllItemSet(rSfxArgs)), in SfxRequest()
331 void SfxRequest::SetInternalArgs_Impl( const SfxAllItemSet& rArgs ) in SetInternalArgs_Impl()
334 pImp->pInternalArgs = new SfxAllItemSet( rArgs ); in SetInternalArgs_Impl()
437 void SfxRequest::SetArgs( const SfxAllItemSet& rArgs ) in SetArgs()
440 pArgs = new SfxAllItemSet(rArgs); in SetArgs()
449 pArgs = new SfxAllItemSet(*pImp->pPool); in AppendItem()
613 pArgs = new SfxAllItemSet( rSet ); in Done()