Lines Matching refs:mnCurrentPos

556 	mnCurrentPos			= LISTBOX_ENTRY_NOTFOUND;  in ImplListBoxWindow()
608 if( mnCurrentPos != LISTBOX_ENTRY_NOTFOUND ) in ImplCalcMetrics()
610 … Size aSz( GetOutputSizePixel().Width(), mpEntryList->GetEntryPtr( mnCurrentPos )->mnHeight ); in ImplCalcMetrics()
632 mnCurrentPos = LISTBOX_ENTRY_NOTFOUND; in Clear()
805 if( mnCurrentPos >= mpEntryList->GetEntryCount() ) in RemoveEntry()
806 mnCurrentPos = LISTBOX_ENTRY_NOTFOUND; in RemoveEntry()
918 mnCurrentPos = nSelect; in MouseButtonDown()
920 sal_Bool bCurPosChange = (mnCurrentPos != nSelect); in MouseButtonDown()
952 mnCurrentPos = LISTBOX_ENTRY_NOTFOUND; in MouseMove()
981 …( ( nSelect != mnCurrentPos ) || !GetEntryList()->GetSelectEntryCount() || ( nSelect != GetEntryLi… in MouseMove()
1055 mnCurrentPos = nPos; in SelectEntry()
1152 else if( ( ( eLET == LET_TRACKING ) && ( nSelect != mnCurrentPos ) ) || in SelectEntries()
1155 mnCurrentPos = nSelect; in SelectEntries()
1266 long nHeightDiff = mpEntryList->GetAddedHeight( mnCurrentPos, mnTop, 0 ); in Tracking()
1269 mpEntryList->GetEntryHeight( mnCurrentPos ) ); in Tracking()
1306 if ( mnCurrentPos != LISTBOX_ENTRY_NOTFOUND ) in Tracking()
1308 nSelect = mnCurrentPos ? ( mnCurrentPos - 1 ) : 0; in Tracking()
1315 if ( mnCurrentPos != LISTBOX_ENTRY_NOTFOUND ) in Tracking()
1317 nSelect = Min( (sal_uInt16)(mnCurrentPos+1), (sal_uInt16)(mpEntryList->GetEntryCount()-1) ); in Tracking()
1331 if ( ( nSelect != mnCurrentPos ) || !GetEntryList()->GetSelectEntryCount() ) in Tracking()
1363 && !mnCurrentPos ) in Tracking()
1392 mnCurrentPos = nSelect; in Tracking()
1393 if ( mnCurrentPos == LISTBOX_ENTRY_NOTFOUND ) in Tracking()
1399 long nHeightDiff = mpEntryList->GetAddedHeight( mnCurrentPos, mnTop, 0 ); in Tracking()
1401 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in Tracking()
1448 if( mnCurrentPos == LISTBOX_ENTRY_NOTFOUND ) in ProcessKeyInput()
1452 else if ( mnCurrentPos ) in ProcessKeyInput()
1455 nSelect = mpEntryList->FindFirstSelectable( mnCurrentPos - 1, false ); in ProcessKeyInput()
1475 if( mnCurrentPos == LISTBOX_ENTRY_NOTFOUND ) in ProcessKeyInput()
1479 else if ( (mnCurrentPos+1) < mpEntryList->GetEntryCount() ) in ProcessKeyInput()
1482 nSelect = mpEntryList->FindFirstSelectable( mnCurrentPos + 1, true ); in ProcessKeyInput()
1504 if( mnCurrentPos == LISTBOX_ENTRY_NOTFOUND ) in ProcessKeyInput()
1508 else if ( mnCurrentPos ) in ProcessKeyInput()
1510 if( mnCurrentPos == mnTop ) in ProcessKeyInput()
1533 if( mnCurrentPos == LISTBOX_ENTRY_NOTFOUND ) in ProcessKeyInput()
1537 else if ( (mnCurrentPos+1) < mpEntryList->GetEntryCount() ) in ProcessKeyInput()
1543 if( mnCurrentPos == nTmp && mnCurrentPos != nCount - 1 ) in ProcessKeyInput()
1567 if ( mnCurrentPos ) in ProcessKeyInput()
1588 if( mnCurrentPos == LISTBOX_ENTRY_NOTFOUND ) in ProcessKeyInput()
1592 else if ( (mnCurrentPos+1) < mpEntryList->GetEntryCount() ) in ProcessKeyInput()
1646 nSelect = mnCurrentPos; in ProcessKeyInput()
1697 sal_Bool bCurPosChange = (mnCurrentPos != nSelect); in ProcessKeyInput()
1698 mnCurrentPos = nSelect; in ProcessKeyInput()
1738 …return lcl_getEntry( *GetEntryList(), ( mnCurrentPos == LISTBOX_ENTRY_NOTFOUND ) ? 0 : mnCurrentPo… in CurrentEntry()
1768 mnCurrentPos = nSelect; in SelectEntry()
1983 long nHeightDiff = mpEntryList->GetAddedHeight( mnCurrentPos, mnTop, 0 ); in ImplDoPaint()
1985 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in ImplDoPaint()
2023 if( mnCurrentPos != LISTBOX_ENTRY_NOTFOUND ) in Resize()
2025 Size aSz( GetOutputSizePixel().Width(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in Resize()
2039 sal_uInt16 nPos = mnCurrentPos; in GetFocus()