Home
last modified time | relevance | path

Searched refs:SetMaxMRUCount (Results 1 – 7 of 7) sorted by path

/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx113 SetMaxMRUCount( nEntries ); in EnableControls_Impl()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx761 SetMaxMRUCount( nEntries ); in EnableControls_Impl()
/trunk/main/vcl/inc/
H A Dilstbox.hxx174 void SetMaxMRUCount( sal_uInt16 n ) { mnMaxMRUCount = n; } in SetMaxMRUCount() function in ImplEntryList
518 void SetMaxMRUCount( sal_uInt16 n ) { maLBWindow.GetEntryList()->SetMaxMRUCount( n ); } in SetMaxMRUCount() function in ImplListBox
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx184 void SetMaxMRUCount( sal_uInt16 n );
H A Dlstbox.hxx219 void SetMaxMRUCount( sal_uInt16 n );
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1420 void ComboBox::SetMaxMRUCount( sal_uInt16 n ) in SetMaxMRUCount() function in ComboBox
1422 mpImplLB->SetMaxMRUCount( n ); in SetMaxMRUCount()
H A Dlstbox.cxx1623 void ListBox::SetMaxMRUCount( sal_uInt16 n ) in SetMaxMRUCount() function in ListBox
1625 mpImplLB->SetMaxMRUCount( n ); in SetMaxMRUCount()

Completed in 56 milliseconds