Lines Matching refs:pDispatcher

214     pDispatcher(0),  in SfxBindings()
366 DBG_ASSERT( pDispatcher, "HidePopups not allowed without dispatcher" ); in HidePopups()
403 if ( !pDispatcher ) in Update_Impl()
408 SfxDispatcher &rDispat = *pDispatcher; in Update_Impl()
485 if ( pDispatcher ) in Update()
486 pDispatcher->Flush(); in Update()
513 const SfxSlotServer* pMsgServer = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in Update()
551 if ( pDispatcher ) in Update()
557 pDispatcher->Flush(); in Update()
558 pDispatcher->Update_Impl(); in Update()
701 if ( !pDispatcher || in InvalidateAll()
763 if ( !pDispatcher || pImp->bAllDirty || SFX_APP()->IsDowning() ) in Invalidate()
818 if ( !pDispatcher || pImp->bAllDirty || SFX_APP()->IsDowning() ) in InvalidateShell()
826 pDispatcher->Flush(); in InvalidateShell()
828 if ( !pDispatcher || in InvalidateShell()
837 sal_uInt16 nLevel = pDispatcher->GetShellLevel(rSh); in InvalidateShell()
844 pCache->GetSlotServer(*pDispatcher, pImp->xProv); in InvalidateShell()
883 if ( !pDispatcher || pImp->bAllDirty || SFX_APP()->IsDowning() ) in Invalidate()
925 if ( !pDispatcher || pImp->bAllDirty ) in Invalidate()
1130 if( !nId || !pDispatcher ) in ExecuteSynchron()
1142 if( !nId || !pDispatcher ) in Execute()
1151 if( nId && pDispatcher ) in ExecuteGlobal_Impl()
1170 SfxDispatcher &rDispatcher = *pDispatcher; in Execute_Impl()
1270pDispatcher->_Execute( *pShell, *pRealSlot, aReq, aReq.GetCallMode() | SFX_CALLMODE_RECORD ); in Execute_Impl()
1350 pDispatcher->_Execute( *pShell, *pSlot, aReq, aReq.GetCallMode() | SFX_CALLMODE_RECORD ); in Execute_Impl()
1353 pDispatcher->_Execute( *pShell, *pSlot, aReq, aReq.GetCallMode() | SFX_CALLMODE_RECORD ); in Execute_Impl()
1365 pDispatcher->Flush(); in UpdateSlotServer_Impl()
1373 ( pDispatcher->GetFrame()->GetFrame().GetFrameInterface(), UNO_QUERY ); in UpdateSlotServer_Impl()
1386 pCache->GetSlotServer(*pDispatcher, pImp->xProv); in UpdateSlotServer_Impl()
1427 const SfxSlotServer* pMsgSvr = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in CreateSet_Impl()
1428 if(!pMsgSvr || !pDispatcher) in CreateSet_Impl()
1436 SfxShell *pShell = pDispatcher->GetShell( nShellLevel ); in CreateSet_Impl()
1489 const SfxSlotServer *pServ = pSiblingCache->GetSlotServer(*pDispatcher, pImp->xProv); in CreateSet_Impl()
1695 if( pDispatcher ) in IMPL_LINK()
1696 pDispatcher->Update_Impl(); in IMPL_LINK()
1699 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in IMPL_LINK()
1708 if ( !pDispatcher || !pDispatcher->IsFlushed() ) in IMPL_LINK()
1795 const SfxSlotServer *pSlotServer = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in IMPL_LINK()
1921 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in LeaveRegistrations()
1989 pDispatcher->Flush(); in GetSlot()
1995 return pCache && pCache->GetSlotServer(*pDispatcher, pImp->xProv)? in GetSlot()
1996 pCache->GetSlotServer(*pDispatcher, pImp->xProv)->GetSlot(): 0; in GetSlot()
2003 SfxDispatcher *pOldDispat = pDispatcher; in SetDispatcher()
2004 if ( pDisp != pDispatcher ) in SetDispatcher()
2011 if ( pBind->pImp->pSubBindings == this && pBind->pDispatcher != pDisp ) in SetDispatcher()
2017 pDispatcher = pDisp; in SetDispatcher()
2028 if ( pDispatcher && !pOldDispat ) in SetDispatcher()
2030 if ( pImp->pSubBindings && pImp->pSubBindings->pDispatcher != pOldDispat ) in SetDispatcher()
2037 else if( !pDispatcher ) in SetDispatcher()
2040 if ( pImp->pSubBindings && pImp->pSubBindings->pDispatcher != pOldDispat ) in SetDispatcher()
2097 const SfxSlot* pSlot = SfxSlotPool::GetSlotPool( pDispatcher->GetFrame() ).GetSlot( nSlot ); in QueryState()
2188 SfxItemState eState = pDispatcher->QueryState( nSlot, pItem ); in QueryState()
2301 if ( rFrame.is() || !pDispatcher ) in SetActiveFrame()
2305pDispatcher->GetFrame()->GetFrame().GetFrameInterface(), ::com::sun::star::uno::UNO_QUERY ) ); in SetActiveFrame()
2311 if ( xFrame.is() || !pDispatcher ) in GetActiveFrame()
2314 return pDispatcher->GetFrame()->GetFrame().GetFrameInterface(); in GetActiveFrame()
2338 SfxViewFrame *pFrame = pDispatcher->GetFrame(); in GetSystemWindow()
2366 pDispatcher->GetFrame()->GetFrame().GetFrameInterface(), UNO_QUERY_THROW); in ExecuteCommand_Impl()
2408 new SfxOfficeDispatch( pDispatcher, pSlot, aURL ) : in GetDispatch()
2409 new SfxOfficeDispatch( *this, pDispatcher, pSlot, aURL ); in GetDispatch()