Lines Matching refs:pEventLB
63 _HeaderTabListBox* pEventLB; member in _SfxMacroTabPage_Impl
81 pEventLB( NULL ), in _SfxMacroTabPage_Impl()
98 delete pEventLB; in ~_SfxMacroTabPage_Impl()
154 const SvLBoxEntry* pE = mpImpl->pEventLB->GetListBox().FirstSelected(); in EnableButtons()
196 SvLBoxEntry* pE = mpImpl->pEventLB->GetListBox().InsertEntry( sTmp ); in AddEvent()
262 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in Reset()
276 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in IMPL_STATIC_LINK()
317 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in IMPL_STATIC_LINK()
351 pImpl->pEventLB->SetUpdateMode( sal_False ); in IMPL_STATIC_LINK()
384 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in InitAndSetHandler()
385 HeaderBar& rHeaderBar = mpImpl->pEventLB->GetHeaderBar(); in InitAndSetHandler()
404 mpImpl->pEventLB->Show(); in InitAndSetHandler()
405 mpImpl->pEventLB->ConnectElements(); in InitAndSetHandler()
407 mpImpl->pEventLB->Enable( sal_True ); in InitAndSetHandler()
429 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in FillEvents()
462 mpImpl->pEventLB = new _HeaderTabListBox( this, CUI_RES( LB_EVENT ) ); in SfxMacroTabPage()