Searched refs:mnCurrentPos (Results 1 – 4 of 4) sorted by relevance
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()[all …]
211 sal_uInt16 mnCurrentPos; // Position (Focus) member in ImplListBoxWindow294 void ResetCurrentPos() { mnCurrentPos = LISTBOX_ENTRY_NOTFOUND; } in ResetCurrentPos()295 sal_uInt16 GetCurrentPos() const { return mnCurrentPos; } in GetCurrentPos()
437 sal_uInt32 mnCurrentPos; member444 mnCurrentPos = 0; in GroupEntry()449 mnCurrentPos = 0; in GroupEntry()
294 mnIndex = mpGroupEntry[ mnCurrentGroupEntry - 1 ]->mnCurrentPos++; in GetNextGroupEntry()