Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1590 mnCurLine = 1; in ImplInit()
2537 mnCurLine = 1; in ImplFormat()
2691 mnCurLine = 1; in ImplFormat()
3330 if ( mnCurLine > 1 ) in ImplDrawSpin()
3948 mnCurLine = mnCurLine + delta; in ShowLine()
3955 mnCurLine = mnCurLine - delta; in ShowLine()
3963 mnCurLine++; in ShowLine()
3965 mnCurLine--; in ShowLine()
5053 if ( (mnCurLine > 1) || (mnCurLine+mnVisLines-1 < mnCurLines) ) in Command()
5770 mnCurLine = mnCurLine - mnVisLines; in KeyInput()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx204 sal_uInt16 mnCurLine; // the currently visible line member in ToolBox
427 sal_uInt16 GetCurLine() const { return mnCurLine; } in GetCurLine()

Completed in 36 milliseconds