Home
last modified time | relevance | path

Searched refs:rDispatcher (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/ui/web/
H A Dwview.cxx153 SfxDispatcher &rDispatcher = *GetViewFrame()->GetDispatcher(); in SelectShell() local
158 rDispatcher.Flush(); // alle gecachten Shells wirklich loeschen in SelectShell()
161 sal_Int32 nId = rDispatcher.GetObjectBarId( SFX_OBJECTBAR_OBJECT ); in SelectShell()
169 pSfxShell = rDispatcher.GetShell( i ); in SelectShell()
174 pSfxShell = rDispatcher.GetShell( --i ); in SelectShell()
176 rDispatcher.Pop( *pSfxShell, SFX_SHELL_POP_UNTIL | SFX_SHELL_POP_DELETE); in SelectShell()
184 rDispatcher.Push( *GetFormShell() ); in SelectShell()
196 rDispatcher.Push( *GetCurShell() ); in SelectShell()
203 rDispatcher.Push( *GetCurShell() ); in SelectShell()
208 rDispatcher.Push( *GetCurShell() ); in SelectShell()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx190 const SfxDispatcher& rDispatcher = const_cast< SwView* >( this )->GetDispatcher(); in GotFocus() local
191 SfxShell* pTopShell = rDispatcher.GetShell( 0 ); in GotFocus()
227 const SfxDispatcher& rDispatcher = GetDispatcher(); in IMPL_LINK() local
228 const SfxShell* pTopShell = rDispatcher.GetShell( 0 ); in IMPL_LINK()
278 SfxDispatcher &rDispatcher = GetDispatcher(); in SelectShell() local
284 rDispatcher.Flush(); // alle gecachten Shells wirklich loeschen in SelectShell()
287 … sal_uInt16 nId = static_cast< sal_uInt16 >( rDispatcher.GetObjectBarId( SFX_OBJECTBAR_OBJECT )); in SelectShell()
294 pSfxShell = rDispatcher.GetShell( i ); in SelectShell()
302 rDispatcher.Pop( *pSfxShell, SFX_SHELL_POP_DELETE ); in SelectShell()
306 rDispatcher.Pop( *pSfxShell ); in SelectShell()
[all …]
/trunk/main/unoxml/source/dom/
H A Dnode.cxx1011 events::CEventDispatcher & rDispatcher(rDocument.GetEventDispatcher()); in addEventListener() local
1012 rDispatcher.addListener(m_aNodePtr, eventType, listener, useCapture); in addEventListener()
1023 events::CEventDispatcher & rDispatcher(rDocument.GetEventDispatcher()); in removeEventListener() local
1024 rDispatcher.removeListener(m_aNodePtr, eventType, listener, useCapture); in removeEventListener()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx1170 SfxDispatcher &rDispatcher = *pDispatcher; in Execute_Impl() local
1171 rDispatcher.Flush(); in Execute_Impl()
1172 rDispatcher.GetFrame(); // -Wall is this required??? in Execute_Impl()
1181 pCache->GetSlotServer( rDispatcher, pImp->xProv ); in Execute_Impl()
1214 const SfxSlotServer* pServer = pCache ? pCache->GetSlotServer( rDispatcher, pImp->xProv ) : 0; in Execute_Impl()
1221 pShell = rDispatcher.GetShell( pServer->GetShellLevel() ); in Execute_Impl()
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx655 SfxDispatcher &rDispatcher = GetViewData()->GetDispatcher(); in PasteFile() local
663 return sal_Bool( 0 != rDispatcher.Execute( SID_OPENDOC, in PasteFile()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx189 void LngSvcMgr::SetAvailableCfgServiceLists( LinguDispatcher &rDispatcher, in SetAvailableCfgServiceLists() argument
195 switch (rDispatcher.GetDspType()) in SetAvailableCfgServiceLists()
267 rDispatcher.SetServiceList( CreateLocale( nLang ), aAvailSvcs ); in SetAvailableCfgServiceLists()
H A Dlngsvcmgr.hxx139 void SetAvailableCfgServiceLists( LinguDispatcher &rDispatcher,
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx1827 SfxDispatcher &rDispatcher = *SFX_APP()->GetDispatcher_Impl(); in Execute_Impl() local
1860 const SfxPoolItem* pItem = rDispatcher.Execute( in Execute_Impl()