Searched refs:pDispat (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sfx2/source/control/ |
H A D | ctrlitem.cxx | 429 SfxDispatcher *pDispat = pBindings->GetDispatcher_Impl(); in GetCoreMetric() local 431 if ( !pDispat ) in GetCoreMetric() 437 pDispat = pViewFrame->GetDispatcher(); in GetCoreMetric() 440 if ( pDispat && pCache ) in GetCoreMetric() 442 const SfxSlotServer *pServer = pCache->GetSlotServer( *pDispat ); in GetCoreMetric() 445 SfxShell *pSh = pDispat->GetShell( pServer->GetShellLevel() ); in GetCoreMetric()
|
H A D | dispatch.cxx | 1026 SfxDispatcher *pDispat = this; in _Execute() local 1027 while ( pDispat ) in _Execute() 1042 pDispat = pDispat->pImp->pParent; in _Execute() 1705 SfxDispatcher *pDispat = this; in Update_Impl() local 1706 while ( pDispat ) in Update_Impl() 1716 pDispat = pDispat->pImp->pParent; in Update_Impl() 1721 pDispat = this; in Update_Impl() 1724 if ( pDispat == pActDispat ) in Update_Impl() 1749 SfxDispatcher *pDispat = this; in _Update_Impl() local 1752 if ( pDispat == pActDispat ) in _Update_Impl() [all …]
|
H A D | shell.cxx | 373 SfxDispatcher *pDispat = GetDispatcher(); in RemoveItem() local 374 if ( pDispat ) in RemoveItem() 377 pDispat->GetBindings()->Broadcast( SfxPoolItemHint( &aVoid ) ); in RemoveItem() 429 SfxDispatcher *pDispat = GetDispatcher(); in PutItem() local 430 if ( pDispat ) in PutItem() 432 SfxBindings* pBindings = pDispat->GetBindings(); in PutItem()
|
H A D | unoctitm.cxx | 360 SfxOfficeDispatch::SfxOfficeDispatch( SfxBindings& rBindings, SfxDispatcher* pDispat, const SfxSlot… in SfxOfficeDispatch() argument 365 pControllerItem = new SfxDispatchController_Impl( this, &rBindings, pDispat, pSlot, rURL ); in SfxOfficeDispatch() 368 SfxOfficeDispatch::SfxOfficeDispatch( SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::su… in SfxOfficeDispatch() argument 373 pControllerItem = new SfxDispatchController_Impl( this, NULL, pDispat, pSlot, rURL ); in SfxOfficeDispatch() 492 SfxDispatcher* pDispat, in SfxDispatchController_Impl() argument 496 , pDispatcher( pDispat ) in SfxDispatchController_Impl()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | unoctitm.hxx | 127 SfxDispatcher* pDispat, 130 SfxOfficeDispatch( SfxDispatcher* pDispat, 185 SfxDispatcher* pDispat,
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 1380 SfxDispatcher *pDispat = GetDispatcher(); in Notify() local 1381 sal_Bool bWasReadOnly = pDispat->GetReadOnly_Impl(); in Notify() 1391 pDispat->GetBindings()->InvalidateAll(sal_True); in Notify() 1392 pDispat->SetReadOnly_Impl( bIsReadOnly ); in Notify() 1399 if ( pDispat->IsUpdated_Impl() ) in Notify() 1400 pDispat->Update_Impl(sal_True); in Notify() 3036 SfxDispatcher* pDispat = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in AddDispatchMacroToBasic_Impl() local 3037 if ( pDispat ) in AddDispatchMacroToBasic_Impl() 3040 … pDispat->Execute( SID_BASICIDE_UPDATEMODULESOURCE, SFX_CALLMODE_SYNCHRON, &aInfoItem, 0L ); in AddDispatchMacroToBasic_Impl()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | appcfg.cxx | 727 SfxDispatcher *pDispat = pFrame->GetDispatcher(); in SetOptions_Impl() local 728 pDispat->Flush(); in SetOptions_Impl() 732 for ( SfxShell *pSh = pDispat->GetShell(nIdx); in SetOptions_Impl() 734 ++nIdx, pSh = pDispat->GetShell(nIdx) ) in SetOptions_Impl()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 1980 SfxDispatcher* pDispat = pBindings->GetDispatcher_Impl(); in FamilySelect() local 1982 pDispat->Execute( SID_STYLE_FAMILY, SFX_CALLMODE_SYNCHRON, &aItem, 0L ); in FamilySelect() 3138 SfxDispatcher* pDispat = pBindings->GetDispatcher_Impl(); in UpdateFamily_Impl() local 3139 SfxViewFrame *pViewFrame = pDispat->GetFrame(); in UpdateFamily_Impl()
|
Completed in 96 milliseconds