Home
last modified time | relevance | path

Searched refs:mnCurrentPos (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dilstbox.cxx918 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 …]
/trunk/main/vcl/inc/
H A Dilstbox.hxx211 sal_uInt16 mnCurrentPos; // Position (Focus) member in ImplListBoxWindow
294 void ResetCurrentPos() { mnCurrentPos = LISTBOX_ENTRY_NOTFOUND; } in ResetCurrentPos()
295 sal_uInt16 GetCurrentPos() const { return mnCurrentPos; } in GetCurrentPos()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx437 sal_uInt32 mnCurrentPos; member
444 mnCurrentPos = 0; in GroupEntry()
449 mnCurrentPos = 0; in GroupEntry()
H A Depptso.cxx294 mnIndex = mpGroupEntry[ mnCurrentGroupEntry - 1 ]->mnCurrentPos++; in GetNextGroupEntry()

Completed in 60 milliseconds