Lines Matching refs:nSlot

919 	sal_uInt16			nSlot,		// die zu suchende Slot-Id  in GetShellAndSlot_Impl()  argument
950 if ( _FindServer(nSlot, aSvr, bModal) ) in GetShellAndSlot_Impl()
964 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl()
974 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl()
1077 sal_uInt16 SfxDispatcher::ExecuteFunction( sal_uInt16 nSlot, SfxPoolItem **pArgs, in ExecuteFunction() argument
1087 return GetBindings()->Execute( nSlot, (const SfxPoolItem **) pArgs, nMode ) in ExecuteFunction()
1092 if ( IsLocked(nSlot) ) in ExecuteFunction()
1098 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
1117 SfxRequest aReq( nSlot, eCall, aSet ); in ExecuteFunction()
1123 SfxRequest aReq( nSlot, eCall, pShell->GetPool() ); in ExecuteFunction()
1132 sal_uInt16 SfxDispatcher::ExecuteFunction( sal_uInt16 nSlot, const SfxItemSet& rArgs, in ExecuteFunction() argument
1149 if ( IsLocked(nSlot) ) in ExecuteFunction()
1155 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
1169 SfxRequest aReq( nSlot, eCall, rArgs ); in ExecuteFunction()
1238 nSlot = rArg.nSlot; in SfxExecuteItem()
1248 SfxPoolItem( nWhichId ), nSlot( nSlotP ), eCall( eModeP ), nModifier( 0 ) in SfxExecuteItem()
1261 : SfxPoolItem( nWhichId ), nSlot( nSlotP ), eCall( eModeP ), nModifier( 0 ) in SfxExecuteItem()
1282 sal_uInt16 nSlot, in Execute() argument
1288 if ( IsLocked(nSlot) ) in Execute()
1293 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1305 SfxRequest aReq( nSlot, nCall, aSet ); in Execute()
1319 sal_uInt16 nSlot, // die Id der auszufuehrenden Funktion in Execute() argument
1343 if ( IsLocked(nSlot) ) in Execute()
1348 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1357 pReq = new SfxRequest( nSlot, eCall, aSet ); in Execute()
1360 pReq = new SfxRequest( nSlot, eCall, pShell->GetPool() ); in Execute()
1379 sal_uInt16 nSlot, // die Id der auszufuehrenden Funktion in Execute() argument
1401 return Execute( nSlot, eCall, 0, rArgs ); in Execute()
1407 sal_uInt16 nSlot, in Execute() argument
1413 if ( IsLocked(nSlot) ) in Execute()
1418 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1427 SfxRequest aReq( nSlot, eCall, aSet ); in Execute()
1438 sal_uInt16 nSlot, // die Id der auszufuehrenden Funktion in _Execute() argument
1461 if ( IsLocked(nSlot) ) in _Execute()
1466 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in _Execute()
1476 SfxRequest aReq( nSlot, eCall, aSet ); in _Execute()
1486 sal_uInt16 nSlot, // die Id der auszufuehrenden Funktion in Execute() argument
1524 if ( IsLocked(nSlot) ) in Execute()
1529 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1542 SfxRequest aReq( nSlot, eCall, aSet ); in Execute()
2170 sal_uInt16 nSlot, // zu suchende Slot-Id in _TryIntercept_Impl() argument
2183 if ( pParent->_TryIntercept_Impl( nSlot, rServer, sal_True ) ) in _TryIntercept_Impl()
2205 const SfxSlot *pSlot = pIFace->GetSlot(nSlot); in _TryIntercept_Impl()
2212 String aMsg( nSlot ); in _TryIntercept_Impl()
2225 sal_uInt16 nSlot, // zu suchende Slot-Id in _FindServer() argument
2255 if ( IsLocked(nSlot) ) in _FindServer()
2275 if (nSlot >= SID_VERB_START && nSlot <= SID_VERB_END) in _FindServer()
2284 const SfxSlot* pSlot = pSh->GetVerbSlot_Impl(nSlot); in _FindServer()
2299 nSlotEnableMode = IsSlotEnabledByFilter_Impl( nSlot ); in _FindServer()
2309 sal_Bool bRet = pImp->pParent->_FindServer( nSlot, rServer, bModal ); in _FindServer()
2331 const SfxSlot *pSlot = pIFace->GetSlot(nSlot); in _FindServer()
2369 String aMsg( nSlot ); in _FindServer()
2380 if ( pSlot && !IsAllowed( nSlot ) ) in _FindServer()
2394 String aMsg( nSlot ); in _FindServer()
2402 sal_Bool SfxDispatcher::HasSlot_Impl( sal_uInt16 nSlot ) in HasSlot_Impl() argument
2413 if (nSlot >= SID_VERB_START && nSlot <= SID_VERB_END) in HasSlot_Impl()
2430 nSlotEnableMode = IsSlotEnabledByFilter_Impl( nSlot ); in HasSlot_Impl()
2447 const SfxSlot *pSlot = pIFace->GetSlot(nSlot); in HasSlot_Impl()
2482 if ( pSlot && !IsAllowed( nSlot ) ) in HasSlot_Impl()
2886 SfxItemState SfxDispatcher::QueryState( sal_uInt16 nSlot, const SfxPoolItem* &rpState ) in QueryState() argument
2890 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in QueryState()
2892 rpState = pShell->GetSlotState(nSlot); in QueryState()
3002 sal_uInt16 nSlot in IsAllowed()
3026 int nDiff = (int) nSlot - (int) rList[nMid]; in IsAllowed()
3048 DBG_ASSERT( nPos == nCount || nSlot <= rList[nPos], "" ); in IsAllowed()
3049 DBG_ASSERT( nPos == 0 || nSlot > rList[nPos-1], "" ); in IsAllowed()
3050 DBG_ASSERT( ( (nPos+1) >= nCount ) || nSlot < rList[nPos+1], "" ); in IsAllowed()