Lines Matching refs:pBindings

305             SfxBindings *pBindings = GetBindings();  in Call_Impl()  local
309 if ( bAutoUpdate && pBindings ) in Call_Impl()
315 while (!pBindings->IsBound(pSlave->GetSlotId()) && pSlave != &rSlot ) in Call_Impl()
317 pBindings->Invalidate(pSlave->GetSlotId()); in Call_Impl()
318 pBindings->Update(pSlave->GetSlotId()); in Call_Impl()
322 pBindings->Invalidate(rSlot.GetSlotId()); in Call_Impl()
323 pBindings->Update(rSlot.GetSlotId()); in Call_Impl()
434 SfxBindings* pBindings = GetBindings(); in ~SfxDispatcher() local
440 if ( pBindings && !pSfxApp->IsDowning() && !bFlushed ) in ~SfxDispatcher()
441 pBindings->DLEAVEREGISTRATIONS(); in ~SfxDispatcher()
444 while ( pBindings ) in ~SfxDispatcher()
446 if ( pBindings->GetDispatcher_Impl() == this) in ~SfxDispatcher()
447 pBindings->SetDispatcher(0); in ~SfxDispatcher()
448 pBindings = pBindings->GetSubBindings_Impl(); in ~SfxDispatcher()
527 SfxBindings* pBindings = GetBindings(); in Pop() local
528 if ( pBindings ) in Pop()
529 pBindings->DENTERREGISTRATIONS(); in Pop()
561 SfxBindings* pBindings = GetBindings(); in Pop() local
562 if ( pBindings ) in Pop()
563 pBindings->DLEAVEREGISTRATIONS(); in Pop()
587 SfxBindings* pBindings = GetBindings(); in IMPL_LINK_INLINE_START() local
588 if ( pBindings ) in IMPL_LINK_INLINE_START()
589 pBindings->StartUpdate_Impl(sal_False); in IMPL_LINK_INLINE_START()
767 SfxBindings* pBindings = GetBindings(); in DoActivate_Impl() local
768 if ( pBindings ) in DoActivate_Impl()
770 pBindings->SetDispatcher(this); in DoActivate_Impl()
771 pBindings->SetActiveFrame( pImp->pFrame->GetFrame().GetFrameInterface() ); in DoActivate_Impl()
1674 SfxBindings* pBindings = GetBindings(); in Update_Impl() local
1675 if ( pBindings ) in Update_Impl()
1676 pBindings->DENTERREGISTRATIONS(); in Update_Impl()
1678 …com::sun::star::uno::Reference< com::sun::star::frame::XFrame > xFrame = pBindings->GetActiveFrame… in Update_Impl()
1733 if ( pBindings ) in Update_Impl()
1734 pBindings->DLEAVEREGISTRATIONS(); in Update_Impl()
2735 SfxBindings* pBindings = GetBindings(); in Lock() local
2738 if ( pBindings ) in Lock()
2739 pBindings->InvalidateAll(sal_True); in Lock()
2742 else if ( pBindings ) in Lock()
2743 pBindings->InvalidateAll(sal_False); in Lock()
2861 SfxBindings* pBindings = GetBindings(); in SetQuietMode_Impl() local
2862 if ( pBindings ) in SetQuietMode_Impl()
2863 pBindings->InvalidateAll(sal_True); in SetQuietMode_Impl()
2876 SfxBindings* pBindings = GetBindings(); in SetModalMode_Impl() local
2877 if ( pBindings ) in SetModalMode_Impl()
2878 pBindings->InvalidateAll(sal_True); in SetModalMode_Impl()