Lines Matching refs:GetEntryCount

121 	for ( sal_uInt16 n = GetEntryCount(); n; )  in Clear()
263 sal_uInt16 nEntries = GetEntryCount(); in FindEntry()
279 sal_uInt16 nEntryCount = GetEntryCount(); in FindMatchingEntry()
309 for ( sal_uInt16 n = GetEntryCount(); n; ) in FindEntry()
328 sal_uInt16 nEntryCount = GetEntryCount(); in GetAddedHeight()
429 for ( sal_uInt16 n = GetEntryCount(); n; ) in GetSelectEntryCount()
451 sal_uInt16 nEntryCount = GetEntryCount(); in GetSelectEntryPos()
502 for( nPos = nPos + 1; nPos < GetEntryCount(); nPos++ ) in FindFirstSelectable()
602 for ( sal_uInt16 n = mpEntryList->GetEntryCount(); n; ) in ImplCalcMetrics()
805 if( mnCurrentPos >= mpEntryList->GetEntryCount() ) in RemoveEntry()
885 sal_uInt16 nCount = mpEntryList->GetEntryCount(); in GetLastVisibleEntry()
965 … else if ( ( ( !mbMulti && IsMouseMoveSelect() ) || mbStackMode ) && mpEntryList->GetEntryCount() ) in MouseMove()
975 nSelect = mpEntryList->GetEntryCount() - 1; in MouseMove()
977 nSelect = Min( nSelect, (sal_uInt16) ( mpEntryList->GetEntryCount() - 1 ) ); in MouseMove()
1108 sal_uInt16 nEntryCount = mpEntryList->GetEntryCount(); in SelectEntries()
1140 for ( n = nSelect+1; n < mpEntryList->GetEntryCount(); n++ ) in SelectEntries()
1317 nSelect = Min( (sal_uInt16)(mnCurrentPos+1), (sal_uInt16)(mpEntryList->GetEntryCount()-1) ); in Tracking()
1326 nSelect = Min( nSelect, (sal_uInt16) ( mpEntryList->GetEntryCount() - 1 ) ); in Tracking()
1479 else if ( (mnCurrentPos+1) < mpEntryList->GetEntryCount() ) in ProcessKeyInput()
1537 else if ( (mnCurrentPos+1) < mpEntryList->GetEntryCount() ) in ProcessKeyInput()
1539 sal_uInt16 nCount = mpEntryList->GetEntryCount(); in ProcessKeyInput()
1569 …nSelect = mpEntryList->FindFirstSelectable( mpEntryList->GetEntryCount() ? 0 : LISTBOX_ENTRY_NOTFO… in ProcessKeyInput()
1592 else if ( (mnCurrentPos+1) < mpEntryList->GetEntryCount() ) in ProcessKeyInput()
1594 sal_uInt16 nCount = mpEntryList->GetEntryCount(); in ProcessKeyInput()
1663 sal_uInt16 nEntryCount = mpEntryList->GetEntryCount(); in ProcessKeyInput()
1695 if( nSelect >= mpEntryList->GetEntryCount() ) in ProcessKeyInput()
1696 nSelect = mpEntryList->GetEntryCount()-1; in ProcessKeyInput()
1718 sal_uInt16 nEntryCount( _rList.GetEntryCount() ); in lcl_getEntry()
1760 … OSL_ENSURE( nSelect < mpEntryList->GetEntryCount(), "ImplListBoxWindow::SelectEntry: how that?" ); in SelectEntry()
1761 if( nSelect >= mpEntryList->GetEntryCount() ) in SelectEntry()
1762 nSelect = mpEntryList->GetEntryCount()-1; in SelectEntry()
1963 sal_uInt16 nCount = mpEntryList->GetEntryCount(); in ImplDoPaint()
2004 sal_uInt16 nCount = mpEntryList->GetEntryCount(); in GetDisplayLineCount()
2074 if( mpEntryList->GetEntryCount() == 0 ) in SetTopEntry()
2079 sal_uInt16 nLastEntry = mpEntryList->GetEntryCount()-1; in SetTopEntry()
2410 mpVScrollBar->SetRangeMax( GetEntryList()->GetEntryCount() ); in IMPL_LINK()
2440 sal_uInt16 nEntries = GetEntryList()->GetEntryCount(); in ImplCheckScrollBars()
2524 sal_uInt16 nEntries = GetEntryList()->GetEntryCount(); in ImplInitScrollBars()
3221 sal_uInt16 nLines = mpImplLB->GetEntryList()->GetEntryCount(); in CalcFloatSize()
3238 …MaxHeight ) || ( mnDDLineCount && ( mnDDLineCount < mpImplLB->GetEntryList()->GetEntryCount() ) ) ) in CalcFloatSize()