Lines Matching refs:pEventLB
73 pEventLB( NULL ), in _SvxMacroTabPage_Impl()
94 delete pEventLB; in ~_SvxMacroTabPage_Impl()
215 const SvLBoxEntry* pE = mpImpl->pEventLB->GetListBox().FirstSelected(); in EnableButtons()
242 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in ~_SvxMacroTabPage()
522 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in DisplayAppEvents()
523 mpImpl->pEventLB->SetUpdateMode( sal_False ); in DisplayAppEvents()
600 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in IMPL_STATIC_LINK()
629 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in GenericHandler_Impl()
726 pImpl->pEventLB->SetUpdateMode( sal_False ); in GenericHandler_Impl()
748 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in InitAndSetHandler()
749 HeaderBar& rHeaderBar = mpImpl->pEventLB->GetHeaderBar(); in InitAndSetHandler()
767 mpImpl->pEventLB->Show(); in InitAndSetHandler()
768 mpImpl->pEventLB->ConnectElements(); in InitAndSetHandler()
771 if( nMinLineHeight > mpImpl->pEventLB->GetListBox().GetEntryHeight() ) in InitAndSetHandler()
772 mpImpl->pEventLB->GetListBox().SetEntryHeight( in InitAndSetHandler()
775 mpImpl->pEventLB->Enable( sal_True ); in InitAndSetHandler()
846 mpImpl->pEventLB = new _HeaderTabListBox( this, CUI_RES( LB_EVENT ) ); in SvxMacroTabPage()
880 mpImpl->pEventLB->GetListBox().SetHelpId( HID_SVX_MACRO_LB_EVENT ); in SvxMacroTabPage()
884 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in SvxMacroTabPage()