Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Drequest.cxx82 SfxAllItemSet* pInternalArgs; member
94 , 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()
H A Ddispatch.cxx1285 SfxItemSet* pInternalArgs, in Execute() argument
1306 if (pInternalArgs) in Execute()
1307 aReq.SetInternalArgs_Impl( *pInternalArgs ); in Execute()
1323 const SfxPoolItem **pInternalArgs // 0-terminiertes C-Array von Parametern in Execute() argument
1362 if( pInternalArgs && *pInternalArgs) in Execute()
1365 for ( const SfxPoolItem **pArg = pInternalArgs; *pArg; ++pArg ) in Execute()
/trunk/main/sfx2/inc/sfx2/
H A Dbindings.hxx119 … SfxCallMode nCall, const SfxPoolItem **pInternalArgs, sal_Bool bGlobalOnly=sal_False);
169 const SfxPoolItem **pInternalArgs = 0);
174 const SfxPoolItem **pInternalArgs = 0);
H A Ddispatch.hxx164 const SfxPoolItem **pInternalArgs = 0);
169 SfxItemSet* pInternalArgs,
/trunk/main/svx/source/form/
H A Dfmshell.cxx558 const SfxPoolItem* pInternalArgs[] = in Execute() local
564 pArgs, rReq.GetModifier(), pInternalArgs ); in Execute()

Completed in 40 milliseconds