Lines Matching refs:GetDispatcher
154 inline SfxDispatcher &SwView::GetDispatcher() in DBG_NAME()
156 return *GetViewFrame()->GetDispatcher(); in DBG_NAME()
196 const SfxDispatcher& rDispatcher = const_cast< SwView* >( this )->GetDispatcher(); in GotFocus()
233 const SfxDispatcher& rDispatcher = GetDispatcher(); in IMPL_LINK()
286 SfxDispatcher &rDispatcher = GetDispatcher(); in SelectShell()
519 GetDispatcher().IsLocked() || //do not confuse the SFX in IMPL_LINK()
584 SfxDispatcher &rDis = GetDispatcher(); in _CheckReadonlyState()
673 SfxDispatcher &rDis = GetDispatcher(); in _CheckReadonlySelection()
1020 GetDispatcher().Execute(SID_NAVIGATOR, SFX_CALLMODE_ASYNCHRON, &aNavi, 0L); in SwView()
1688 GetDispatcher().Execute( SID_FM_DESIGN_MODE, SFX_CALLMODE_ASYNCHRON, in Notify()
1701 GetDispatcher().Execute( SID_FM_DESIGN_MODE, SFX_CALLMODE_SYNCHRON, in Notify()
1786 if( pVFrame->GetDispatcher()->IsLocked() ) in PrepareClose()
1787 pVFrame->GetDispatcher()->Lock(sal_False); in PrepareClose()