Lines Matching refs:rListBox

242     SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox();  in ~_SvxMacroTabPage()  local
243 SvLBoxEntry* pE = rListBox.GetEntry( 0 ); in ~_SvxMacroTabPage()
249 pE = rListBox.NextSibling( pE ); in ~_SvxMacroTabPage()
522 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in DisplayAppEvents() local
524 rListBox.Clear(); in DisplayAppEvents()
525 SvLBoxEntry* pE = rListBox.GetEntry( 0 ); in DisplayAppEvents()
573 SvLBoxEntry* _pE = rListBox.InsertEntry( displayName ); in DisplayAppEvents()
580 rListBox.GetModel()->InvalidateEntry( _pE ); in DisplayAppEvents()
581 rListBox.Select( _pE ); in DisplayAppEvents()
582 rListBox.MakeVisible( _pE ); in DisplayAppEvents()
585 pE = rListBox.GetEntry(0); in DisplayAppEvents()
588 rListBox.Select( pE ); in DisplayAppEvents()
589 rListBox.MakeVisible( pE ); in DisplayAppEvents()
592 rListBox.SetUpdateMode( sal_True ); in DisplayAppEvents()
600 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in IMPL_STATIC_LINK() local
601 SvLBoxEntry* pE = rListBox.FirstSelected(); in IMPL_STATIC_LINK()
605 ( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) ) in IMPL_STATIC_LINK()
629 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in GenericHandler_Impl() local
630 SvLBoxEntry* pE = rListBox.FirstSelected(); in GenericHandler_Impl()
633 ( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) ) in GenericHandler_Impl()
732 rListBox.GetModel()->InvalidateEntry( pE ); in GenericHandler_Impl()
733 rListBox.Select( pE ); in GenericHandler_Impl()
734 rListBox.MakeVisible( pE ); in GenericHandler_Impl()
735 rListBox.SetUpdateMode( sal_True ); in GenericHandler_Impl()
748 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in InitAndSetHandler() local
755 rListBox.SetDoubleClickHdl( STATIC_LINK(this, _SvxMacroTabPage, DoubleClickHdl_Impl ) ); in InitAndSetHandler()
757 rListBox.SetSelectHdl( STATIC_LINK( this, _SvxMacroTabPage, SelectEvent_Impl )); in InitAndSetHandler()
759 rListBox.SetSelectionMode( SINGLE_SELECTION ); in InitAndSetHandler()
760 rListBox.SetTabs( &nTabs[0], MAP_APPFONT ); in InitAndSetHandler()
765 rListBox.SetSpaceBetweenEntries( 0 ); in InitAndSetHandler()
884 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in SvxMacroTabPage() local
885 SvLBoxEntry* pE = rListBox.GetEntry( (sal_uLong)nSelectedIndex ); in SvxMacroTabPage()
887 rListBox.Select(pE); in SvxMacroTabPage()