Lines Matching refs:SfxDispatcher

146 	SfxDispatcher*			pParent;			// z.B. AppDispatcher, ggf. 0
181 sal_Bool SfxDispatcher::IsLocked( sal_uInt16 ) const in IsLocked()
202 sal_Bool SfxDispatcher::IsAppDispatcher() const in IsAppDispatcher()
224 int SfxDispatcher::Call_Impl( SfxShell& rShell, const SfxSlot &rSlot, SfxRequest &rReq, sal_Bool bR… in Call_Impl()
233 SFX_STACK(SfxDispatcher::Call_Impl); in Call_Impl()
335 void SfxDispatcher::Construct_Impl( SfxDispatcher* pParent ) in Construct_Impl()
368 GenLink aGenLink( LINK(this, SfxDispatcher, PostMsgHandler) ); in Construct_Impl()
373 pImp->aTimer.SetTimeoutHdl( LINK(this, SfxDispatcher, EventHdl_Impl ) ); in Construct_Impl()
376 SfxDispatcher::SfxDispatcher( SfxDispatcher* pParent ) in SfxDispatcher() function in SfxDispatcher
382 SfxDispatcher::SfxDispatcher( SfxViewFrame *pViewFrame ) in SfxDispatcher() function in SfxDispatcher
406 SfxDispatcher::~SfxDispatcher() in ~SfxDispatcher()
455 void SfxDispatcher::Pop in Pop()
543 pImp->aTimer.SetTimeoutHdl( LINK(this, SfxDispatcher, EventHdl_Impl ) ); in Pop()
570 IMPL_LINK_INLINE_START( SfxDispatcher, EventHdl_Impl, void *, pvoid ) in IMPL_LINK_INLINE_START() argument
592 IMPL_LINK_INLINE_END( SfxDispatcher, EventHdl_Impl, void *, pvoid ) in IMPL_LINK_INLINE_END() argument
595 sal_Bool SfxDispatcher::CheckVirtualStack( const SfxShell& rShell, sal_Bool bDeep ) in IMPL_LINK_INLINE_END()
609 SFX_STACK(SfxDispatcher::CheckVirtualStack); in IMPL_LINK_INLINE_END()
639 sal_uInt16 SfxDispatcher::GetShellLevel( const SfxShell& rShell ) in GetShellLevel()
660 SFX_STACK(SfxDispatcher::GetShellLevel); in GetShellLevel()
678 SfxShell *SfxDispatcher::GetShell(sal_uInt16 nIdx) const in GetShell()
702 SfxBindings* SfxDispatcher::GetBindings() const in GetBindings()
723 SfxViewFrame* SfxDispatcher::GetFrame() const in GetFrame()
738 void SfxDispatcher::DoActivate_Impl( sal_Bool bMDI, SfxViewFrame* /* pOld */ ) in DoActivate_Impl()
756 SFX_STACK(SfxDispatcher::DoActivate); in DoActivate_Impl()
808 pImp->aTimer.SetTimeoutHdl( LINK(this, SfxDispatcher, EventHdl_Impl ) ); in DoActivate_Impl()
820 void SfxDispatcher::DoParentActivate_Impl() in DoParentActivate_Impl()
827 void SfxDispatcher::DoDeactivate_Impl( sal_Bool bMDI, SfxViewFrame* pNew ) in DoDeactivate_Impl()
845 SFX_STACK(SfxDispatcher::DoDeactivate); in DoDeactivate_Impl()
910 void SfxDispatcher::DoParentDeactivate_Impl() in DoParentDeactivate_Impl()
917 int SfxDispatcher::GetShellAndSlot_Impl in GetShellAndSlot_Impl()
946 SFX_STACK(SfxDispatcher::GetShellAndSlot_Impl); in GetShellAndSlot_Impl()
1000 void SfxDispatcher::_Execute in _Execute()
1026 SfxDispatcher *pDispat = this; in _Execute()
1077 sal_uInt16 SfxDispatcher::ExecuteFunction( sal_uInt16 nSlot, SfxPoolItem **pArgs, in ExecuteFunction()
1132 sal_uInt16 SfxDispatcher::ExecuteFunction( sal_uInt16 nSlot, const SfxItemSet& rArgs, in ExecuteFunction()
1177 sal_uInt16 SfxDispatcher::GetSlotId( const String& rCommand ) in GetSlotId()
1185 const SfxSlot* SfxDispatcher::GetSlot( const String& rCommand ) in GetSlot()
1192 SfxDispatcher *pParent = pImp->pParent; in GetSlot()
1266 const SfxPoolItem* SfxDispatcher::Execute( const SfxExecuteItem& rItem ) in Execute()
1281 const SfxPoolItem* SfxDispatcher::Execute( in Execute()
1317 const SfxPoolItem* SfxDispatcher::Execute in Execute()
1377 const SfxPoolItem* SfxDispatcher::Execute in Execute()
1405 const SfxPoolItem* SfxDispatcher::Execute in Execute()
1436 const SfxPoolItem* SfxDispatcher::_Execute in _Execute()
1484 const SfxPoolItem* SfxDispatcher::Execute in Execute()
1551 IMPL_LINK( SfxDispatcher, PostMsgHandler, SfxRequest*, pReq ) in IMPL_LINK() argument
1561 SFX_STACK(SfxDispatcher::PostMsgHandler); in IMPL_LINK()
1607 void SfxDispatcher::SetMenu_Impl() in SetMenu_Impl()
1636 void SfxDispatcher::Update_Impl( sal_Bool bForce ) in Update_Impl()
1638 SFX_STACK(SfxDispatcher::Update_Impl); in Update_Impl()
1646 SfxDispatcher *pDisp = this; in Update_Impl()
1651 SfxDispatcher *pAct = pWork->GetBindings().GetDispatcher_Impl(); in Update_Impl()
1705 SfxDispatcher *pDispat = this; in Update_Impl()
1709 SfxDispatcher *pAct = pWork->GetBindings().GetDispatcher_Impl(); in Update_Impl()
1720 SfxDispatcher *pActDispat = pWorkWin->GetBindings().GetDispatcher_Impl(); in Update_Impl()
1742 void SfxDispatcher::_Update_Impl( sal_Bool bUIActive, sal_Bool bIsMDIApp, sal_Bool bIsIPOwner, SfxW… in _Update_Impl()
1748 SfxDispatcher *pActDispat = pWorkWin->GetBindings().GetDispatcher_Impl(); in _Update_Impl()
1749 SfxDispatcher *pDispat = this; in _Update_Impl()
1892 SfxDispatcher *pActDispatcher = pTaskWin->GetBindings().GetDispatcher_Impl(); in _Update_Impl()
1893 SfxDispatcher *pDispatcher = this; in _Update_Impl()
1911 void SfxDispatcher::FlushImpl() in FlushImpl()
1921 SFX_STACK(SfxDispatcher::FlushImpl); in FlushImpl()
2056 void SfxDispatcher::SetSlotFilter in SetSlotFilter()
2136 sal_Bool SfxDispatcher::IsSlotEnabledByFilter_Impl( sal_uInt16 nSID ) const in IsSlotEnabledByFilter_Impl()
2168 sal_Bool SfxDispatcher::_TryIntercept_Impl in _TryIntercept_Impl()
2176 SfxDispatcher *pParent = pImp->pParent; in _TryIntercept_Impl()
2223 sal_Bool SfxDispatcher::_FindServer in _FindServer()
2252 SFX_STACK(SfxDispatcher::_FindServer); in _FindServer()
2266 SfxDispatcher *pParent = pImp->pParent; in _FindServer()
2402 sal_Bool SfxDispatcher::HasSlot_Impl( sal_uInt16 nSlot ) in HasSlot_Impl()
2495 sal_Bool SfxDispatcher::_FillState in _FillState()
2512 SFX_STACK(SfxDispatcher::_FillState); in _FillState()
2577 const SfxPoolItem* SfxDispatcher::_Execute( const SfxSlotServer &rSvr ) in _Execute()
2598 SfxDispatcher *pDispat = this; in _Execute()
2629 void SfxDispatcher::ExecutePopup( sal_uInt16 nConfigId, in ExecutePopup()
2636 SfxPopupMenuManager* SfxDispatcher::Popup( sal_uInt16 nConfigId,Window *pWin, const Point *pPos ) in Popup()
2638 SfxDispatcher &rDisp = *SFX_APP()->GetDispatcher_Impl(); in Popup()
2663 void SfxDispatcher::ExecutePopup( sal_uInt16 nConfigId, Window *pWin, const Point *pPos ) in ExecutePopup()
2665 SfxDispatcher &rDisp = *SFX_APP()->GetDispatcher_Impl(); in ExecutePopup()
2710 void SfxDispatcher::ExecutePopup( const ResId &rId, Window *pWin, const Point *pPos ) in ExecutePopup()
2724 void SfxDispatcher::Lock( sal_Bool bLock ) in Lock()
2754 sal_uInt32 SfxDispatcher::GetObjectBarId( sal_uInt16 nPos ) const in GetObjectBarId()
2760 void SfxDispatcher::ResetObjectBars_Impl() in ResetObjectBars_Impl()
2775 void SfxDispatcher::DebugOutput_Impl() const in DebugOutput_Impl()
2799 void SfxDispatcher::LockUI_Impl( sal_Bool bLock ) in LockUI_Impl()
2808 void SfxDispatcher::HideUI( sal_Bool bHide ) in HideUI()
2839 void SfxDispatcher::SetReadOnly_Impl( sal_Bool bOn ) in SetReadOnly_Impl()
2845 sal_Bool SfxDispatcher::GetReadOnly_Impl() const in GetReadOnly_Impl()
2851 void SfxDispatcher::SetQuietMode_Impl( sal_Bool bOn ) in SetQuietMode_Impl()
2867 void SfxDispatcher::SetModalMode_Impl( sal_Bool bOn ) in SetModalMode_Impl()
2881 void SfxDispatcher::SetExecuteMode( sal_uInt16 nMode ) in SetExecuteMode()
2886 SfxItemState SfxDispatcher::QueryState( sal_uInt16 nSlot, const SfxPoolItem* &rpState ) in QueryState()
2902 SfxItemState SfxDispatcher::QueryState( sal_uInt16 nSID, ::com::sun::star::uno::Any& rAny ) in QueryState()
2934 sal_Bool SfxDispatcher::IsReadOnlyShell_Impl( sal_uInt16 nShell ) const in IsReadOnlyShell_Impl()
2955 void SfxDispatcher::InsertShell_Impl( SfxShell& rShell, sal_uInt16 nPos ) in InsertShell_Impl()
2973 void SfxDispatcher::RemoveShell_Impl( SfxShell& rShell ) in RemoveShell_Impl()
3000 sal_Bool SfxDispatcher::IsAllowed in IsAllowed()
3056 void SfxDispatcher::InvalidateBindings_Impl( sal_Bool bModify ) in InvalidateBindings_Impl()
3068 SfxDispatcher *pDisp = GetBindings()->GetDispatcher_Impl(); in InvalidateBindings_Impl()
3082 sal_Bool SfxDispatcher::IsUpdated_Impl() const in IsUpdated_Impl()
3087 void SfxDispatcher::SetDisableFlags( sal_uInt32 nFlags ) in SetDisableFlags()
3094 sal_uInt32 SfxDispatcher::GetDisableFlags() const in GetDisableFlags()
3099 SfxModule* SfxDispatcher::GetModule() const in GetModule()