Lines Matching refs:maPage1Rect
199 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()
263 maPage2Rect.Top() = maPage1Rect.Bottom() + 1; in ImplUpdateRects()
288 if ( aOldPage1Rect != maPage1Rect ) in ImplUpdateRects()
389 maPage1Rect.Left() = maTrackRect.Left(); in ImplCalc()
390 maPage1Rect.Bottom() = in ImplCalc()
397 maPage1Rect.SetEmpty(); in ImplCalc()
443 maPage1Rect.Top() = maTrackRect.Top(); in ImplCalc()
444 maPage1Rect.Right() = in ImplCalc()
451 maPage1Rect.SetEmpty(); in ImplCalc()
539 maPage1Rect+=aPos; in Draw()
590 else if( pRect == &maPage1Rect ) in ImplDrawNative()
600 aCtrlRegion.Union( maPage1Rect ); in ImplDrawNative()
612 Rectangle aCtrlRegion1( maPage1Rect ); in ImplDrawNative()
625 if( pRect == &maPage1Rect ) in ImplDrawNative()
814 pOutDev->DrawRect( maPage1Rect ); in ImplDraw()
917 maPage1Rect, rMousePos, bIsInside )? in ImplDoMouseAction()
919 maPage1Rect.IsInside( rMousePos ) ) in ImplDoMouseAction()
1076 maPage1Rect, rMousePos, bIsInside )? in MouseButtonDown()
1078 maPage1Rect.IsInside( rMousePos ) ) in MouseButtonDown()
1365 maPage1Rect, rPt, bIsInside)? in ImplFindPartRect()
1367 maPage1Rect.IsInside( rPt ) ) in ImplFindPartRect()
1368 return &maPage1Rect; in ImplFindPartRect()