Lines Matching refs:pBindings
113 pBindings(&rBindings), in SfxMenuManager()
126 pBindings->ENTERREGISTRATIONS(); in ~SfxMenuManager()
128 pBindings->LEAVEREGISTRATIONS(); in ~SfxMenuManager()
145 void InsertVerbs_Impl( SfxBindings* pBindings, const com::sun::star::uno::Sequence < com::sun::star… in InsertVerbs_Impl() argument
147 SfxViewShell *pView = pBindings->GetDispatcher()->GetFrame()->GetViewShell(); in InsertVerbs_Impl()
196 PopupMenu* InsertThesaurusSubmenu_Impl( SfxBindings* pBindings, Menu* pSVMenu ) in InsertThesaurusSubmenu_Impl() argument
203 pBindings->QueryState( SID_THES, pItem ); in InsertThesaurusSubmenu_Impl()
283 pBindings->ENTERREGISTRATIONS(); in UseDefault()
316 pVMenu = new SfxVirtualMenu( pSVMenu, sal_False, *pBindings, sal_True, sal_True ); in UseDefault()
323 pBindings->LEAVEREGISTRATIONS(); in UseDefault()
336 if ( !aCommand.Len() && pBindings ) in IMPL_LINK()
338 …const SfxSlot* pSlot = SfxSlotPool::GetSlotPool( pBindings->GetDispatcher()->GetFrame() ).GetSlot(… in IMPL_LINK()
348 pBindings->ExecuteCommand_Impl( aCommand ); in IMPL_LINK()
350 else if ( pBindings->IsBound(nId) ) in IMPL_LINK()
352 pBindings->Execute( nId ); in IMPL_LINK()
355 pBindings->GetDispatcher_Impl()->Execute( nId ); in IMPL_LINK()
369 pBindings->ENTERREGISTRATIONS(); in Construct_Impl()
373 SfxVirtualMenu *pVMenu = new SfxVirtualMenu( pSVMenu, bWithHelp, *pBindings, sal_True ); in Construct_Impl()
379 pBindings->LEAVEREGISTRATIONS(); in Construct_Impl()
467 pBindings->ENTERREGISTRATIONS(); in EndInsert()
468 pMenu = new SfxVirtualMenu( pSVMenu, sal_False, *pBindings, sal_True, sal_True ); in EndInsert()
470 pBindings->LEAVEREGISTRATIONS(); in EndInsert()
510 pBindings(&rBindings), in SfxMenuManager()