Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dscrbar.cxx199 Rectangle aOldPage1Rect = maPage1Rect; in ImplUpdateRects()
214 maPage1Rect.Right() = RECT_EMPTY; in ImplUpdateRects()
216 maPage1Rect.Right() = maThumbRect.Left()-1; in ImplUpdateRects()
230 maPage1Rect.Bottom() = RECT_EMPTY; in ImplUpdateRects()
232 maPage1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects()
250 maPage1Rect.Left() = maTrackRect.Left(); in ImplUpdateRects()
251 maPage1Rect.Right() = maTrackRect.Left() + (nSpace/2); in ImplUpdateRects()
252 maPage2Rect.Left() = maPage1Rect.Right() + 1; in ImplUpdateRects()
261 maPage1Rect.Top() = maTrackRect.Top(); in ImplUpdateRects()
262 maPage1Rect.Bottom() = maTrackRect.Top() + (nSpace/2); in ImplUpdateRects()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dscrbar.hxx50 Rectangle maPage1Rect; member in ScrollBar