Home
last modified time | relevance | path

Searched refs:GetMRUCount (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dlstbox.cxx294 if ( nChanged < pEntryList->GetMRUCount() ) in IMPL_LINK()
1082 …sal_uInt16 nRealPos = mpImplLB->InsertEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), rStr … in InsertEntry()
1083 nRealPos = sal::static_int_cast<sal_uInt16>(nRealPos - mpImplLB->GetEntryList()->GetMRUCount()); in InsertEntry()
1092 …sal_uInt16 nRealPos = mpImplLB->InsertEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), rImag… in InsertEntry()
1093 nRealPos = sal::static_int_cast<sal_uInt16>(nRealPos - mpImplLB->GetEntryList()->GetMRUCount()); in InsertEntry()
1102 …sal_uInt16 nRealPos = mpImplLB->InsertEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), rStr,… in InsertEntry()
1103 nRealPos = sal::static_int_cast<sal_uInt16>(nRealPos - mpImplLB->GetEntryList()->GetMRUCount()); in InsertEntry()
1119 mpImplLB->RemoveEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in RemoveEntry()
1138 nPos = sal::static_int_cast<sal_uInt16>(nPos - mpImplLB->GetEntryList()->GetMRUCount()); in GetEntryPos()
1148 nPos = sal::static_int_cast<sal_uInt16>(nPos - mpImplLB->GetEntryList()->GetMRUCount()); in GetEntryPos()
[all …]
H A Dcombobox.cxx288 if ( !mpImplLB->GetEntryList()->GetMRUCount() ) in IMPL_LINK()
523 if ( !mpImplLB->GetEntryList()->GetMRUCount() ) in ToggleDropDown()
843 if ( mpImplLB->GetEntryList()->GetMRUCount() ) in Notify()
991 …sal_uInt16 nRealPos = mpImplLB->InsertEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), rStr … in InsertEntry()
992 nRealPos = sal::static_int_cast<sal_uInt16>(nRealPos - mpImplLB->GetEntryList()->GetMRUCount()); in InsertEntry()
1001 …sal_uInt16 nRealPos = mpImplLB->InsertEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), rStr,… in InsertEntry()
1002 nRealPos = sal::static_int_cast<sal_uInt16>(nRealPos - mpImplLB->GetEntryList()->GetMRUCount()); in InsertEntry()
1018 mpImplLB->RemoveEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in RemoveEntry()
1044 nPos = sal::static_int_cast<sal_uInt16>(nPos - mpImplLB->GetEntryList()->GetMRUCount()); in GetEntryPos()
1054 nPos = sal::static_int_cast<sal_uInt16>(nPos - mpImplLB->GetEntryList()->GetMRUCount()); in GetEntryPos()
[all …]
H A Dilstbox.cxx264 for ( sal_uInt16 n = bSearchMRUArea ? 0 : GetMRUCount(); n < nEntries; n++ ) in FindEntry()
750 sal_uInt16 nMRUCount = GetEntryList()->GetMRUCount(); in ImplCallSelect()
1817 if ( nPos < GetEntryList()->GetMRUCount() ) in ImplPaint()
1819 nPos = sal::static_int_cast<sal_uInt16>(nPos - GetEntryList()->GetMRUCount()); in ImplPaint()
2176 …long nY = mpEntryList->GetAddedHeight( nItem, GetTopEntry() ) + GetEntryList()->GetMRUCount()*GetE… in GetBoundingRectangle()
2296 if ( GetEntryList()->GetMRUCount() ) in Clear()
2720 sal_Bool bChanges = GetEntryList()->GetMRUCount() ? sal_True : sal_False; in SetMRUEntries()
2723 for ( sal_uInt16 n = GetEntryList()->GetMRUCount();n; ) in SetMRUEntries()
2753 for ( sal_uInt16 n = 0; n < GetEntryList()->GetMRUCount(); n++ ) in GetMRUEntries()
2756 if( n < ( GetEntryList()->GetMRUCount() - 1 ) ) in GetMRUEntries()
/AOO41X/main/vcl/inc/vcl/
H A Dcombobox.hxx186 sal_uInt16 GetMRUCount() const;
H A Dlstbox.hxx221 sal_uInt16 GetMRUCount() const;
/AOO41X/main/vcl/inc/
H A Dilstbox.hxx172 sal_uInt16 GetMRUCount() const { return mnMRUCount; } in GetMRUCount() function in ImplEntryList