Lines Matching refs:maPage2Rect

200     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()
264 maPage2Rect.Bottom() = maTrackRect.Bottom(); in ImplUpdateRects()
290 if ( aOldPage2Rect != maPage2Rect ) in ImplUpdateRects()
391 maPage2Rect.Bottom() = in ImplCalc()
398 maPage2Rect.SetEmpty(); in ImplCalc()
445 maPage2Rect.Right() = in ImplCalc()
452 maPage2Rect.SetEmpty(); in ImplCalc()
540 maPage2Rect+=aPos; in Draw()
592 else if( pRect == &maPage2Rect ) in ImplDrawNative()
601 aCtrlRegion.Union( maPage2Rect ); in ImplDrawNative()
613 Rectangle aCtrlRegion2( maPage2Rect ); in ImplDrawNative()
627 else if( pRect == &maPage2Rect ) in ImplDrawNative()
822 pOutDev->DrawRect( maPage2Rect ); in ImplDraw()
931 maPage2Rect, rMousePos, bIsInside )? in ImplDoMouseAction()
933 maPage2Rect.IsInside( rMousePos ) ) in ImplDoMouseAction()
1371 maPage2Rect, rPt, bIsInside)? in ImplFindPartRect()
1373 maPage2Rect.IsInside( rPt ) ) in ImplFindPartRect()
1374 return &maPage2Rect; in ImplFindPartRect()