Searched refs:pInternalArgs (Results 1 – 5 of 5) sorted by relevance
82 SfxAllItemSet* pInternalArgs; member94 , pInternalArgs( 0 ) in SfxRequest_Impl()97 ~SfxRequest_Impl() { delete pInternalArgs; } in ~SfxRequest_Impl()172 …pImp->pInternalArgs = (rOrig.pImp->pInternalArgs ? new SfxAllItemSet(*rOrig.pImp->pInternalArgs) :… in SfxRequest()333 delete pImp->pInternalArgs; in SetInternalArgs_Impl()334 pImp->pInternalArgs = new SfxAllItemSet( rArgs ); in SetInternalArgs_Impl()339 return pImp->pInternalArgs; in GetInternalArgs_Impl()646 DELETEZ( pImp->pInternalArgs ); in ForgetAllArgs()973 DELETEZ( pImp->pInternalArgs ); in ReleaseArgs()
1285 SfxItemSet* pInternalArgs, in Execute() argument1306 if (pInternalArgs) in Execute()1307 aReq.SetInternalArgs_Impl( *pInternalArgs ); in Execute()1323 const SfxPoolItem **pInternalArgs // 0-terminiertes C-Array von Parametern in Execute() argument1362 if( pInternalArgs && *pInternalArgs) in Execute()1365 for ( const SfxPoolItem **pArg = pInternalArgs; *pArg; ++pArg ) in Execute()
119 … SfxCallMode nCall, const SfxPoolItem **pInternalArgs, sal_Bool bGlobalOnly=sal_False);169 const SfxPoolItem **pInternalArgs = 0);174 const SfxPoolItem **pInternalArgs = 0);
164 const SfxPoolItem **pInternalArgs = 0);169 SfxItemSet* pInternalArgs,
558 const SfxPoolItem* pInternalArgs[] = in Execute() local564 pArgs, rReq.GetModifier(), pInternalArgs ); in Execute()
Completed in 37 milliseconds