Lines Matching refs:maNextToolRect

2559         maNextToolRect = aEmptyRect;  in ImplFormat()
2572 Rectangle aOldNextToolRect = maNextToolRect; in ImplFormat()
2576 maNextToolRect = aEmptyRect; in ImplFormat()
2585 maNextToolRect.Left() = nLeft+nMax; in ImplFormat()
2586 maNextToolRect.Right() = maNextToolRect.Left()+TB_NEXT_SIZE-1; in ImplFormat()
2587 maNextToolRect.Top() = nTop; in ImplFormat()
2588 maNextToolRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2592 maNextToolRect.Top() = nTop+nMax; in ImplFormat()
2593 maNextToolRect.Bottom() = maNextToolRect.Top()+TB_NEXT_SIZE-1; in ImplFormat()
2594 maNextToolRect.Left() = nLeft; in ImplFormat()
2595 maNextToolRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2850 if ( aOldNextToolRect != maNextToolRect ) in ImplFormat()
2852 maPaintRect.Union( maNextToolRect ); in ImplFormat()
3356 if ( maNextToolRect.IsEmpty() ) in ImplDrawNext()
3371 aDecoView.DrawButton( maNextToolRect, nStyle ); in ImplDrawNext()
3379 nX += (maNextToolRect.GetWidth()-6)/2-4; in ImplDrawNext()
3380 nY += (maNextToolRect.GetHeight()-6)/2-6; in ImplDrawNext()
3385 nY += (maNextToolRect.GetHeight()-6)/2-4; in ImplDrawNext()
3386 nX += (maNextToolRect.GetWidth()-6)/2-6; in ImplDrawNext()
3389 nX += maNextToolRect.Left(); in ImplDrawNext()
3390 nY += maNextToolRect.Top(); in ImplDrawNext()
4032 sal_Bool bNewIn = maNextToolRect.IsInside( aMousePos ); in ImplHandleMouseMove()
4601 if ( maNextToolRect.IsInside( aMousePos ) ) in MouseButtonDown()
4902 else if ( maNextToolRect.IsInside( ScreenToOutputPixel( rHEvt.GetMousePosPixel() ) ) ) in RequestHelp()
4907 Rectangle aTempRect = maNextToolRect; in RequestHelp()