Lines Matching refs:pSlot

1097 	const SfxSlot *pSlot = 0;  in ExecuteFunction()  local
1098 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
1101 if ( pSlot->IsMode( SFX_SLOT_FASTCALL ) || in ExecuteFunction()
1102 pShell->CanExecuteSlot_Impl( *pSlot ) ) in ExecuteFunction()
1107 else if ( nMode == EXECUTEMODE_DIALOGASYNCHRON && pSlot->IsMode( SFX_SLOT_HASDIALOG ) ) in ExecuteFunction()
1109 else if ( pSlot->GetMode() & SFX_SLOT_ASYNCHRON ) in ExecuteFunction()
1118 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1124 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1154 const SfxSlot *pSlot = 0; in ExecuteFunction() local
1155 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
1158 if ( pSlot->IsMode( SFX_SLOT_FASTCALL ) || in ExecuteFunction()
1159 pShell->CanExecuteSlot_Impl( *pSlot ) ) in ExecuteFunction()
1164 else if ( nMode == EXECUTEMODE_DIALOGASYNCHRON && pSlot->IsMode( SFX_SLOT_HASDIALOG ) ) in ExecuteFunction()
1166 else if ( pSlot->GetMode() & SFX_SLOT_ASYNCHRON ) in ExecuteFunction()
1170 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1179 const SfxSlot *pSlot = GetSlot( rCommand ); in GetSlotId() local
1180 if ( pSlot ) in GetSlotId()
1181 return pSlot->GetSlotId(); in GetSlotId()
1200 const SfxSlot *pSlot=NULL; in GetSlot() local
1206 pSlot = pIFace->GetSlot( rCommand ); in GetSlot()
1207 if ( pSlot ) in GetSlot()
1208 return pSlot; in GetSlot()
1292 const SfxSlot *pSlot = 0; in Execute() local
1293 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1310 _Execute( *pShell, *pSlot, aReq, nCall ); in Execute()
1347 const SfxSlot *pSlot = 0; in Execute() local
1348 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1369 _Execute( *pShell, *pSlot, *pReq, eCall ); in Execute()
1417 const SfxSlot *pSlot = 0; in Execute() local
1418 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1429 _Execute( *pShell, *pSlot, aReq, eCall ); in Execute()
1465 const SfxSlot *pSlot = 0; in _Execute() local
1466 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in _Execute()
1477 _Execute( *pShell, *pSlot, aReq, eCall ); in _Execute()
1528 const SfxSlot *pSlot = 0; in Execute() local
1529 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1543 _Execute( *pShell, *pSlot, aReq, eCall ); in Execute()
1575 const SfxSlot *pSlot = aSvr.GetSlot(); in IMPL_LINK() local
1584 Call_Impl( *pSh, *pSlot, *pReq, pReq->AllowsRecording() ); //! woher bRecord? in IMPL_LINK()
1832 const SfxSlot *pSlot = pSlotPool->GetSlot( (sal_uInt16) nId ); in _Update_Impl() local
1833 DBG_ASSERT( pSlot, "Childwindow slot missing!"); in _Update_Impl()
1837 if ( pSlot && !pSlot->IsMode( SFX_SLOT_READONLYDOC ) ) in _Update_Impl()
1847 if( pSlot ) in _Update_Impl()
1849 if ( pSlot->IsMode(SFX_SLOT_CONTAINER) ) in _Update_Impl()
2205 const SfxSlot *pSlot = pIFace->GetSlot(nSlot); in _TryIntercept_Impl() local
2207 if ( pSlot ) in _TryIntercept_Impl()
2209 rServer.SetSlot(pSlot); in _TryIntercept_Impl()
2284 const SfxSlot* pSlot = pSh->GetVerbSlot_Impl(nSlot); in _FindServer() local
2285 if ( pSlot ) in _FindServer()
2288 rServer.SetSlot( pSlot ); in _FindServer()
2331 const SfxSlot *pSlot = pIFace->GetSlot(nSlot); in _FindServer() local
2333 …if ( pSlot && pSlot->nDisableFlags && ( pSlot->nDisableFlags & pObjShell->GetDisableFlags() ) != 0… in _FindServer()
2336 if ( pSlot && !( pSlot->nFlags & SFX_SLOT_READONLYDOC ) && bReadOnly ) in _FindServer()
2339 if ( pSlot ) in _FindServer()
2342 bool bIsContainerSlot = pSlot->IsMode(SFX_SLOT_CONTAINER); in _FindServer()
2363 pSlot = 0; in _FindServer()
2367 if ( pSlot ) in _FindServer()
2380 if ( pSlot && !IsAllowed( nSlot ) ) in _FindServer()
2382 pSlot = NULL; in _FindServer()
2385 if ( pSlot ) in _FindServer()
2387 rServer.SetSlot(pSlot); in _FindServer()
2447 const SfxSlot *pSlot = pIFace->GetSlot(nSlot); in HasSlot_Impl() local
2448 …if ( pSlot && pSlot->nDisableFlags && ( pSlot->nDisableFlags & pObjShell->GetDisableFlags() ) != 0… in HasSlot_Impl()
2451 if ( pSlot && !( pSlot->nFlags & SFX_SLOT_READONLYDOC ) && bReadOnly ) in HasSlot_Impl()
2454 if ( pSlot ) in HasSlot_Impl()
2457 bool bIsContainerSlot = pSlot->IsMode(SFX_SLOT_CONTAINER); in HasSlot_Impl()
2479 pSlot = 0; in HasSlot_Impl()
2482 if ( pSlot && !IsAllowed( nSlot ) ) in HasSlot_Impl()
2483 pSlot = NULL; in HasSlot_Impl()
2485 if ( pSlot ) in HasSlot_Impl()
2516 const SfxSlot *pSlot = rSvr.GetSlot(); in _FillState() local
2517 if ( pSlot && IsLocked( pSlot->GetSlotId() ) ) in _FillState()
2524 if ( pSlot ) in _FillState()
2540 pFunc = pSlot->GetStateFnc(); in _FillState()
2586 const SfxSlot *pSlot = rSvr.GetSlot(); in _Execute() local
2587 if ( IsLocked( pSlot->GetSlotId() ) ) in _Execute()
2590 if ( pSlot ) in _Execute()
2594 if ( pSlot->IsMode(SFX_SLOT_ASYNCHRON) ) in _Execute()
2606 new SfxRequest( pSlot->GetSlotId(), in _Execute()
2620 SfxRequest aReq( pSlot->GetSlotId(), SFX_CALLMODE_RECORD, pSh->GetPool() ); in _Execute()
2621 if ( Call_Impl( *pSh, *pSlot, aReq, sal_True ) ) // von Bindings immer recorden in _Execute()
2889 const SfxSlot *pSlot = 0; in QueryState() local
2890 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in QueryState()
2905 const SfxSlot *pSlot = 0; in QueryState() local
2906 if ( GetShellAndSlot_Impl( nSID, &pShell, &pSlot, sal_False, sal_False ) ) in QueryState()