Home
last modified time | relevance | path

Searched refs:ShowProminentEntry (Results 1 – 6 of 6) sorted by path

/trunk/main/vcl/inc/
H A Dilstbox.hxx312 void ShowProminentEntry( sal_uInt16 nEntryPos );
467 void ShowProminentEntry( sal_uInt16 nPos ) { maLBWindow.ShowProminentEntry( nPos ); } in ShowProminentEntry() function in ImplListBox
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx191 void ShowProminentEntry( sal_uInt16 nPos );
H A Dlstbox.hxx170 void ShowProminentEntry( sal_uInt16 nPos );
/trunk/main/vcl/source/control/
H A Dcombobox.cxx966 mpImplLB->ShowProminentEntry( nSelect ); in ImplUpdateFloatSelection()
1466 void ComboBox::ShowProminentEntry( sal_uInt16 nPos ) in ShowProminentEntry() function in ComboBox
1468 mpImplLB->ShowProminentEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in ShowProminentEntry()
H A Dilstbox.cxx1066 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 ImplListBoxWindow
2453 ShowProminentEntry( GetEntryList()->GetSelectEntryPos( 0 ) ); in ImplCheckScrollBars()
2490 ShowProminentEntry( GetEntryList()->GetSelectEntryPos( 0 ) ); in ImplCheckScrollBars()
3312 mpImplLB->ShowProminentEntry( nPos ); in StartFloat()
H A Dlstbox.cxx1273 void ListBox::ShowProminentEntry( sal_uInt16 nPos ) in ShowProminentEntry() function in ListBox
1275 mpImplLB->ShowProminentEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in ShowProminentEntry()

Completed in 56 milliseconds