Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Dbindings.cxx1125 const SfxPoolItem **ppInternalArgs ) in ExecuteSynchron() argument
1133 return Execute_Impl( nId, ppItems, nModi, SFX_CALLMODE_SYNCHRON, ppInternalArgs ); in ExecuteSynchron()
1137 const SfxPoolItem **ppInternalArgs ) in Execute() argument
1145 const SfxPoolItem* pRet = Execute_Impl( nId, ppItems, nModi, nCallMode, ppInternalArgs ); in Execute()
1156 const SfxPoolItem **ppInternalArgs, sal_Bool bGlobalOnly ) in Execute_Impl() argument
1165 … return pBind->Execute_Impl( nId, ppItems, nModi, nCallMode, ppInternalArgs, bGlobalOnly ); in Execute_Impl()
1187 DBG_ASSERT( !ppInternalArgs, "Internal args get lost when dispatched!" ); in Execute_Impl()
1235 if ( ppInternalArgs ) in Execute_Impl()
1238 for ( const SfxPoolItem **pArg = ppInternalArgs; *pArg; ++pArg ) in Execute_Impl()

Completed in 29 milliseconds