Lines Matching refs:maNextToolRect

2567         maNextToolRect = aEmptyRect;  in ImplFormat()
2580 Rectangle aOldNextToolRect = maNextToolRect; in ImplFormat()
2584 maNextToolRect = aEmptyRect; in ImplFormat()
2593 maNextToolRect.Left() = nLeft+nMax; in ImplFormat()
2594 maNextToolRect.Right() = maNextToolRect.Left()+TB_NEXT_SIZE-1; in ImplFormat()
2595 maNextToolRect.Top() = nTop; in ImplFormat()
2596 maNextToolRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2600 maNextToolRect.Top() = nTop+nMax; in ImplFormat()
2601 maNextToolRect.Bottom() = maNextToolRect.Top()+TB_NEXT_SIZE-1; in ImplFormat()
2602 maNextToolRect.Left() = nLeft; in ImplFormat()
2603 maNextToolRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2858 if ( aOldNextToolRect != maNextToolRect ) in ImplFormat()
2860 maPaintRect.Union( maNextToolRect ); in ImplFormat()
3364 if ( maNextToolRect.IsEmpty() ) in ImplDrawNext()
3379 aDecoView.DrawButton( maNextToolRect, nStyle ); in ImplDrawNext()
3387 nX += (maNextToolRect.GetWidth()-6)/2-4; in ImplDrawNext()
3388 nY += (maNextToolRect.GetHeight()-6)/2-6; in ImplDrawNext()
3393 nY += (maNextToolRect.GetHeight()-6)/2-4; in ImplDrawNext()
3394 nX += (maNextToolRect.GetWidth()-6)/2-6; in ImplDrawNext()
3397 nX += maNextToolRect.Left(); in ImplDrawNext()
3398 nY += maNextToolRect.Top(); in ImplDrawNext()
4040 sal_Bool bNewIn = maNextToolRect.IsInside( aMousePos ); in ImplHandleMouseMove()
4609 if ( maNextToolRect.IsInside( aMousePos ) ) in MouseButtonDown()
4910 else if ( maNextToolRect.IsInside( ScreenToOutputPixel( rHEvt.GetMousePosPixel() ) ) ) in RequestHelp()
4915 Rectangle aTempRect = maNextToolRect; in RequestHelp()