Searched refs:SetMaxMRUCount (Results 1 – 7 of 7) sorted by relevance
174 void SetMaxMRUCount( sal_uInt16 n ) { mnMaxMRUCount = n; } in SetMaxMRUCount() function in ImplEntryList518 void SetMaxMRUCount( sal_uInt16 n ) { maLBWindow.GetEntryList()->SetMaxMRUCount( n ); } in SetMaxMRUCount() function in ImplListBox
113 SetMaxMRUCount( nEntries ); in EnableControls_Impl()
184 void SetMaxMRUCount( sal_uInt16 n );
219 void SetMaxMRUCount( sal_uInt16 n );
1420 void ComboBox::SetMaxMRUCount( sal_uInt16 n ) in SetMaxMRUCount() function in ComboBox1422 mpImplLB->SetMaxMRUCount( n ); in SetMaxMRUCount()
1623 void ListBox::SetMaxMRUCount( sal_uInt16 n ) in SetMaxMRUCount() function in ListBox1625 mpImplLB->SetMaxMRUCount( n ); in SetMaxMRUCount()
761 SetMaxMRUCount( nEntries ); in EnableControls_Impl()
Completed in 64 milliseconds