Lines Matching refs:pArgs
44 SfxItemSet* pArgs; member
47 SfxFrameDescriptor_Impl() : pWallpaper( NULL ), pArgs( NULL ), bEditable( sal_True ) {} in SfxFrameDescriptor_Impl()
51 delete pArgs; in ~SfxFrameDescriptor_Impl()
80 if( !pImp->pArgs ) in GetArgs()
81 pImp->pArgs = new SfxAllItemSet( SFX_APP()->GetPool() ); in GetArgs()
82 return pImp->pArgs; in GetArgs()
100 if ( pImp->pArgs ) in SetActualURL()
101 pImp->pArgs->ClearItem(); in SetActualURL()
160 if( pImp->pArgs ) in Clone()
163 pFrame->pImp->pArgs = new SfxAllItemSet( SFX_APP()->GetPool() ); in Clone()
164 pFrame->pImp->pArgs->Put(*pImp->pArgs); in Clone()