Searched refs:rDispatcher (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/source/ui/web/ |
H A D | wview.cxx | 196 rDispatcher.Push( *GetCurShell() ); in SelectShell() 203 rDispatcher.Push( *GetCurShell() ); in SelectShell() 215 rDispatcher.Push( *GetCurShell() ); in SelectShell() 221 rDispatcher.Push( *GetCurShell() ); in SelectShell() 225 rDispatcher.Push( *GetCurShell() ); in SelectShell() 228 rDispatcher.Push( *GetCurShell() ); in SelectShell() 242 rDispatcher.Push( *GetCurShell() ); in SelectShell() 249 rDispatcher.Push( *GetCurShell() ); in SelectShell() 255 rDispatcher.Push( *GetCurShell() ); in SelectShell() 268 rDispatcher.Push( *GetCurShell() ); in SelectShell() [all …]
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view.cxx | 340 rDispatcher.Push( *pShell ); in SelectShell() 347 rDispatcher.Push( *pShell ); in SelectShell() 352 rDispatcher.Push( *pShell ); in SelectShell() 359 rDispatcher.Push( *pShell ); in SelectShell() 365 rDispatcher.Push( *pShell ); in SelectShell() 371 rDispatcher.Push( *pShell ); in SelectShell() 392 rDispatcher.Push( *pShell ); in SelectShell() 400 rDispatcher.Push( *pShell ); in SelectShell() 406 rDispatcher.Push( *pShell ); in SelectShell() 423 rDispatcher.Push( *pShell ); in SelectShell() [all …]
|
/trunk/main/unoxml/source/dom/ |
H A D | node.cxx | 1011 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 D | bindings.cxx | 1170 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 D | viewfun4.cxx | 655 SfxDispatcher &rDispatcher = GetViewData()->GetDispatcher(); in PasteFile() local 663 return sal_Bool( 0 != rDispatcher.Execute( SID_OPENDOC, in PasteFile()
|
/trunk/main/linguistic/source/ |
H A D | lngsvcmgr.cxx | 189 void LngSvcMgr::SetAvailableCfgServiceLists( LinguDispatcher &rDispatcher, in SetAvailableCfgServiceLists() argument 195 switch (rDispatcher.GetDspType()) in SetAvailableCfgServiceLists() 267 rDispatcher.SetServiceList( CreateLocale( nLang ), aAvailSvcs ); in SetAvailableCfgServiceLists()
|
H A D | lngsvcmgr.hxx | 139 void SetAvailableCfgServiceLists( LinguDispatcher &rDispatcher,
|
/trunk/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 1827 SfxDispatcher &rDispatcher = *SFX_APP()->GetDispatcher_Impl(); in Execute_Impl() local 1860 const SfxPoolItem* pItem = rDispatcher.Execute( in Execute_Impl()
|
Completed in 83 milliseconds