Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dscrbar.cxx200 Rectangle aOldPage2Rect = maPage2Rect; in ImplUpdateRects()
218 maPage2Rect.Right() = RECT_EMPTY; in ImplUpdateRects()
221 maPage2Rect.Left() = maThumbRect.Right()+1; in ImplUpdateRects()
222 maPage2Rect.Right() = maTrackRect.Right(); in ImplUpdateRects()
234 maPage2Rect.Bottom() = RECT_EMPTY; in ImplUpdateRects()
237 maPage2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects()
238 maPage2Rect.Bottom() = maTrackRect.Bottom(); in ImplUpdateRects()
252 maPage2Rect.Left() = maPage1Rect.Right() + 1; in ImplUpdateRects()
253 maPage2Rect.Right() = maTrackRect.Right(); in ImplUpdateRects()
263 maPage2Rect.Top() = maPage1Rect.Bottom() + 1; in ImplUpdateRects()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dscrbar.hxx51 Rectangle maPage2Rect; member in ScrollBar