Home
last modified time | relevance | path

Searched refs:nCurValue (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svtools/source/contnr/
H A Dimivctl2.cxx59 long nCurValue; in GetSortListPos() local
61 nCurValue = rRect.Top(); in GetSortListPos()
63 nCurValue = rRect.Left(); in GetSortListPos()
64 if( nValue >= nPrevValue && nValue <= nCurValue ) in GetSortListPos()
66 nPrevValue = nCurValue; in GetSortListPos()
H A Dsvimpicn.cxx3073 long nCurValue; in GetSortListPos() local
3075 nCurValue = rRect.Top(); in GetSortListPos()
3077 nCurValue = rRect.Left(); in GetSortListPos()
3078 if( nValue >= nPrevValue && nValue <= nCurValue ) in GetSortListPos()
3080 nPrevValue = nCurValue; in GetSortListPos()

Completed in 38 milliseconds