Home
last modified time | relevance | path

Searched refs:GetMaxMRUCount (Results 1 – 8 of 8) sorted by path

/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx108 if ( GetMaxMRUCount() != nEntries ) in EnableControls_Impl()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx756 if ( GetMaxMRUCount() != nEntries ) in EnableControls_Impl()
/trunk/main/vcl/inc/
H A Dilstbox.hxx175 sal_uInt16 GetMaxMRUCount() const { return mnMaxMRUCount; } in GetMaxMRUCount() function in ImplEntryList
519 sal_uInt16 GetMaxMRUCount() const { return maLBWindow.GetEntryList()->GetMaxMRUCount(); } in GetMaxMRUCount() function in ImplListBox
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx185 sal_uInt16 GetMaxMRUCount() const;
H A Dlstbox.hxx220 sal_uInt16 GetMaxMRUCount() const;
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1427 sal_uInt16 ComboBox::GetMaxMRUCount() const in GetMaxMRUCount() function in ComboBox
1429 return mpImplLB->GetMaxMRUCount(); in GetMaxMRUCount()
H A Dilstbox.cxx746 if ( !IsTravelSelect() && GetEntryList()->GetMaxMRUCount() ) in ImplCallSelect()
763 else if ( nMRUCount == GetEntryList()->GetMaxMRUCount() ) in ImplCallSelect()
H A Dlstbox.cxx1630 sal_uInt16 ListBox::GetMaxMRUCount() const in GetMaxMRUCount() function in ListBox
1632 return mpImplLB->GetMaxMRUCount(); in GetMaxMRUCount()

Completed in 48 milliseconds