Home
last modified time | relevance | path

Searched refs:mnCurrentPos (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dilstbox.cxx556 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 …]
/AOO41X/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()
/AOO41X/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()