Searched refs:ShowProminentEntry (Results 1 – 6 of 6) sorted by relevance
312 void ShowProminentEntry( sal_uInt16 nEntryPos );467 void ShowProminentEntry( sal_uInt16 nPos ) { maLBWindow.ShowProminentEntry( nPos ); } in ShowProminentEntry() function in ImplListBox
1066 ShowProminentEntry( nPos ); in SelectEntry()1070 ShowProminentEntry( nPos ); in SelectEntry()1765 ShowProminentEntry( nSelect ); in SelectEntry()2103 void ImplListBoxWindow::ShowProminentEntry( sal_uInt16 nEntryPos ) in ShowProminentEntry() function in ImplListBoxWindow2453 ShowProminentEntry( GetEntryList()->GetSelectEntryPos( 0 ) ); in ImplCheckScrollBars()2490 ShowProminentEntry( GetEntryList()->GetSelectEntryPos( 0 ) ); in ImplCheckScrollBars()3312 mpImplLB->ShowProminentEntry( nPos ); in StartFloat()
966 mpImplLB->ShowProminentEntry( nSelect ); in ImplUpdateFloatSelection()1466 void ComboBox::ShowProminentEntry( sal_uInt16 nPos ) in ShowProminentEntry() function in ComboBox1468 mpImplLB->ShowProminentEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in ShowProminentEntry()
1273 void ListBox::ShowProminentEntry( sal_uInt16 nPos ) in ShowProminentEntry() function in ListBox1275 mpImplLB->ShowProminentEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in ShowProminentEntry()
191 void ShowProminentEntry( sal_uInt16 nPos );
170 void ShowProminentEntry( sal_uInt16 nPos );
Completed in 64 milliseconds