Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dilstbox.hxx172 sal_uInt16 GetMRUCount() const { return mnMRUCount; } in GetMRUCount() function in ImplEntryList
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx186 sal_uInt16 GetMRUCount() const;
H A Dlstbox.hxx221 sal_uInt16 GetMRUCount() const;
/trunk/main/vcl/source/control/
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()
1018 mpImplLB->RemoveEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in RemoveEntry()
1432 sal_uInt16 ComboBox::GetMRUCount() const in GetMRUCount() function in ComboBox
1434 return mpImplLB->GetEntryList()->GetMRUCount(); in GetMRUCount()
1461 mpImplLB->SetTopEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in SetTopEntry()
1468 mpImplLB->ShowProminentEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in ShowProminentEntry()
1476 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetTopEntry()
1535 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetSelectEntryPos()
[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()
H A Dlstbox.cxx294 if ( nChanged < pEntryList->GetMRUCount() ) in IMPL_LINK()
1119 mpImplLB->RemoveEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in RemoveEntry()
1187 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetSelectEntryPos()
1222 mpImplLB->SelectEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), bSelect ); in SelectEntryPos()
1240 mpImplLB->SetEntryData( nPos + mpImplLB->GetEntryList()->GetMRUCount(), pNewData ); in SetEntryData()
1254 mpImplLB->SetEntryFlags( nPos + mpImplLB->GetEntryList()->GetMRUCount(), nFlags ); in SetEntryFlags()
1268 mpImplLB->SetTopEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in SetTopEntry()
1275 mpImplLB->ShowProminentEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in ShowProminentEntry()
1283 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetTopEntry()
1634 sal_uInt16 ListBox::GetMRUCount() const in GetMRUCount() function in ListBox
[all …]

Completed in 64 milliseconds