Searched refs:mnCurrentPos (Results 1 – 4 of 4) sorted by relevance
918 mnCurrentPos = nSelect; in MouseButtonDown()1055 mnCurrentPos = nPos; in SelectEntry()1155 mnCurrentPos = nSelect; in SelectEntries()1308 nSelect = mnCurrentPos ? ( mnCurrentPos - 1 ) : 0; in Tracking()1392 mnCurrentPos = nSelect; in Tracking()1452 else if ( mnCurrentPos ) in ProcessKeyInput()1508 else if ( mnCurrentPos ) in ProcessKeyInput()1543 if( mnCurrentPos == nTmp && mnCurrentPos != nCount - 1 ) in ProcessKeyInput()1567 if ( mnCurrentPos ) in ProcessKeyInput()1698 mnCurrentPos = nSelect; in ProcessKeyInput()[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()
Completed in 61 milliseconds