Lines Matching refs:Rectangle

121 static void ImplDrawButton( ToolBox* pThis, const Rectangle &rRect, sal_uInt16 highlight, sal_Bool …
151 Rectangle maRect;
152 Rectangle maStartRect;
174 ToolBox* FindToolBox( const Rectangle& rRect );
177 const Point& rPos, const Rectangle& rRect,
214 Rectangle aContent, aBound; in ImplGetDragWidth()
215 Rectangle aArea( aPoint, pThis->GetOutputSizePixel() ); in ImplGetDragWidth()
249 pWrapper->SetDragArea( Rectangle() ); in ImplUpdateDragArea()
253 …pWrapper->SetDragArea( Rectangle( 0, 0, ImplGetDragWidth( pThis ), pThis->GetOutputSizePixel().Hei… in ImplUpdateDragArea()
255 …pWrapper->SetDragArea( Rectangle( 0, 0, pThis->GetOutputSizePixel().Width(), ImplGetDragWidth( pTh… in ImplUpdateDragArea()
340 Rectangle aCtrlRegion( aPt, pThis->GetOutputSizePixel() ); in ImplDrawGrip()
502 pThis->DrawGradient( Rectangle( 0, y, aTopLineSz.Width(), y+aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
510 pThis->DrawGradient( Rectangle( 0, y, aLineSz.Width(), y+aLineSz.Height()), g); in ImplDrawGradientBackground()
517 pThis->DrawGradient( Rectangle( 0, y, aBottomLineSz.Width(), y+aBottomLineSz.Height()), g ); in ImplDrawGradientBackground()
525 pThis->DrawGradient( Rectangle( x, 0, x+aTopLineSz.Width(), aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
530 pThis->DrawGradient( Rectangle( x, 0, x+aLineSz.Width(), aLineSz.Height()), g); in ImplDrawGradientBackground()
534 pThis->DrawGradient( Rectangle( x, 0, x+aBottomLineSz.Width(), aBottomLineSz.Height()), g ); in ImplDrawGradientBackground()
546 Rectangle aCtrlRegion( aPt, pThis->GetOutputSizePixel() ); in ImplDrawNativeBackground()
581 void ToolBox::ImplDrawBackground( ToolBox* pThis, const Rectangle &rRect ) in ImplDrawBackground()
632 void ToolBox::ImplErase( ToolBox* pThis, const Rectangle &rRect, sal_Bool bHighlight, sal_Bool bHas… in ImplErase()
1082 void ToolBox::ImplLineSizing( ToolBox* pThis, const Point& rPos, Rectangle& rRect, in ImplLineSizing()
1266 ToolBox* ImplTBDragMgr::FindToolBox( const Rectangle& rRect ) in FindToolBox()
1284 Rectangle aTempRect( aPos, pBox->GetSizePixel() ); in FindToolBox()
1299 const Point& rPos, const Rectangle& rRect, in StartDragging()
1425 Rectangle aScreenRect( maRect ); in EndDragging()
1517 static void ImplDrawOutButton( OutputDevice* pOutDev, const Rectangle& rRect, in ImplDrawOutButton()
1906 Rectangle aRect( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
1907 Rectangle aReg( aRect ); in ImplCalcItem()
1909 Rectangle aNativeBounds, aNativeContent; in ImplCalcItem()
1935 aRect = Rectangle( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
1947 aRect = Rectangle( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
1959 aRect = Rectangle( Point( 0, 0 ), Size( nMinWidth, nMinHeight ) ); in ImplCalcItem()
2386 Rectangle aEmptyRect; in ImplFormat()
2416 Rectangle aOldDragRect; in ImplFormat()
2570 Rectangle aOldLowerRect = maLowerRect; in ImplFormat()
2571 Rectangle aOldUpperRect = maUpperRect; in ImplFormat()
2572 Rectangle aOldNextToolRect = maNextToolRect; in ImplFormat()
2573 Rectangle aOldMenubuttonRect = mpData->maMenubuttonItem.maRect; in ImplFormat()
2835 maPaintRect = Rectangle( mnLeftBorder, mnTopBorder, in ImplFormat()
2883 Rectangle aVisibleRect(Point(0, 0), GetOutputSizePixel()); in ImplFormat()
2952 static void ImplDrawMoreIndicator( ToolBox *pBox, const Rectangle& rRect, sal_Bool bSetColor, sal_B… in ImplDrawMoreIndicator()
2974 pBox->DrawRect( Rectangle( x, y, x+1, y ) ); in ImplDrawMoreIndicator()
2976 pBox->DrawRect( Rectangle( x, y, x+1, y ) ); in ImplDrawMoreIndicator()
2992 pBox->DrawRect( Rectangle( x, y, x, y+1 ) ); in ImplDrawMoreIndicator()
2994 pBox->DrawRect( Rectangle( x, y, x, y+1 ) ); in ImplDrawMoreIndicator()
3007 static void ImplDrawDropdownArrow( ToolBox *pBox, const Rectangle& rDropDownRect, sal_Bool bSetColo… in ImplDrawDropdownArrow()
3031 pBox->DrawRect( Rectangle( x, y, x+width-1, y ) ); in ImplDrawDropdownArrow()
3044 pBox->DrawRect( Rectangle( x, y, x, y+height-1 ) ); in ImplDrawDropdownArrow()
3081 pBox->DrawRect( Rectangle( nX+n, nY+n, nX+n, nY+nSize-n ) ); in ImplDrawToolArrow()
3090 pBox->DrawRect( Rectangle( nX+n, nY+1+n, nX+n, nY+nSize-1-n ) ); in ImplDrawToolArrow()
3100 pBox->DrawRect( Rectangle( nX+n, nY+n, nX+nSize-n, nY+n ) ); in ImplDrawToolArrow()
3109 pBox->DrawRect( Rectangle( nX+1+n, nY+n, nX+nSize-1-n, nY+n ) ); in ImplDrawToolArrow()
3119 pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+n, nX+nHalfSize-n, nY+nSize-n ) ); in ImplDrawToolArrow()
3128 … pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+1+n, nX+nHalfSize-n, nY+nSize-1-n ) ); in ImplDrawToolArrow()
3138 pBox->DrawRect( Rectangle( nX+n, nY+nHalfSize-n, nX+nSize-n, nY+nHalfSize-n ) ); in ImplDrawToolArrow()
3147 … pBox->DrawRect( Rectangle( nX+1+n, nY+nHalfSize-n, nX+nSize-1-n, nY+nHalfSize-n ) ); in ImplDrawToolArrow()
3228 Rectangle aInnerRect( pThis->mpData->maMenubuttonItem.maRect ); in ImplDrawMenubutton()
3283 Rectangle aRect( aInnerRect ); in ImplDrawMenubutton()
3398 static void ImplDrawButton( ToolBox* pThis, const Rectangle &rRect, sal_uInt16 highlight, sal_Bool … in ImplDrawButton()
3529 Rectangle aTempRect( pItem->maRect.Left()+1, pItem->maRect.Top()+1, in ImplDrawItem()
3562 Rectangle aArrowRect = pItem->GetDropDownRect( mbHorz ); in ImplDrawItem()
3569 Rectangle aButtonRect( pItem->maRect.TopLeft(), aBtnSize ); in ImplDrawItem()
3776 Rectangle aDropDownRect( pItem->GetDropDownRect( mbHorz ) ); in ImplDrawItem()
3865 Rectangle aRect( mpFloatWin->ImplGetItemEdgeClipRect() ); in ImplDrawFloatwinBorder()
4462 Rectangle aItemRect = GetItemRect( it->mnId ); in MouseButtonDown()
4627 pMgr->StartDragging( this, aMousePos, Rectangle( aPos, aSize ), in MouseButtonDown()
4683 void ToolBox::Paint( const Rectangle& rPaintRect ) in Paint()
4687 if ( rPaintRect == Rectangle( 0, 0, mnDX-1, mnDY-1 ) ) in Paint()
4788 Invalidate( Rectangle( mnDX-mnRightBorder-1, 0, mnDX, mnDY ) ); in Resize()
4790 Invalidate( Rectangle( nOldDX-mnRightBorder-1, 0, nOldDX, nOldDY ) ); in Resize()
4796 Invalidate( Rectangle( 0, mnDY-mnBottomBorder-1, mnDX, mnDY ) ); in Resize()
4798 Invalidate( Rectangle( 0, nOldDY-mnBottomBorder-1, nOldDX, nOldDY ) ); in Resize()
4847 Rectangle aRect( GetItemRect( nItemId ) ); in RequestHelp()
4859 Rectangle aTempRect = GetItemRect( nItemId ); in RequestHelp()
4907 Rectangle aTempRect = maNextToolRect; in RequestHelp()
5188 sal_Bool ToolBox::Docking( const Point& rPos, Rectangle& rRect ) in Docking()
5200 Rectangle aDockingRect( rRect ); in Docking()
5214 Rectangle aIntersection = maOutDockRect.GetIntersection( aDockingRect ); in Docking()
5217 Rectangle aInRect = maInDockRect; in Docking()
5240 Rectangle aIntersect = aInRect.GetIntersection( aDockingRect ); in Docking()
5316 void ToolBox::EndDocking( const Rectangle& rRect, sal_Bool bFloatMode ) in EndDocking()
5505 void ToolBox::StartCustomize( const Rectangle& rRect, void* pData ) in StartCustomize()
5513 Rectangle aRect( aPos.X(), aPos.Y(), in StartCustomize()