/trunk/main/embeddedobj/test/Container1/ |
H A D | PaintThread.java | 57 …ic boolean interceptedRects( com.sun.star.awt.Rectangle aRect1, com.sun.star.awt.Rectangle aRect2 ) in interceptedRects() argument 59 return ( ( aRect1.X <= aRect2.X && aRect2.X <= aRect1.X + aRect1.Width in interceptedRects() 60 || aRect1.X <= aRect2.X + aRect2.Width && aRect2.X + aRect2.Width <= aRect1.X + aRect1.Width in interceptedRects() 61 || aRect2.X <= aRect1.X && aRect1.X <= aRect2.X + aRect2.Width in interceptedRects() 62 || aRect2.X <= aRect1.X + aRect1.Width && aRect1.X + aRect1.Width <= aRect2.X + aRect2.Width ) in interceptedRects() 63 && ( aRect1.Y <= aRect2.Y && aRect2.Y <= aRect1.Y + aRect1.Height in interceptedRects() 64 || aRect1.Y <= aRect2.Y + aRect2.Height && aRect2.Y + aRect2.Height <= aRect1.Y + aRect1.Height in interceptedRects() 65 || aRect2.Y <= aRect1.Y && aRect1.Y <= aRect2.Y + aRect2.Height in interceptedRects() 66 …|| aRect2.Y <= aRect1.Y + aRect1.Height && aRect1.Y + aRect1.Height <= aRect2.Y + aRect2.Height ) … in interceptedRects()
|
/trunk/main/vcl/workben/ |
H A D | outdevgrind.cxx | 115 const Rectangle aRect2(aPt3,aPt4); in setupMethodStubs() local 117 const Polygon aPoly2(aRect2); in setupMethodStubs() 263 aRect2, in setupMethodStubs() 292 aRect2,aPt3,aPt4 )); in setupMethodStubs() 302 aRect2,aPt3,aPt4 )); in setupMethodStubs() 314 aRect2.TopLeft(), aRect2.GetSize(), in setupMethodStubs() 329 aRect2.TopLeft(), aRect2.GetSize(), in setupMethodStubs() 345 aRect2.TopLeft(), aRect2.GetSize(), in setupMethodStubs() 358 aPt1,aPt3,aRect2.GetSize(),(sal_uInt16)0 )); in setupMethodStubs() 440 aPt1,aRect.GetSize(),aPt3,aRect2.GetSize(),aBitmap )); in setupMethodStubs() [all …]
|
/trunk/main/embeddedobj/source/commonembedding/ |
H A D | inplaceobj.cxx | 34 awt::Rectangle GetRectangleInterception( const awt::Rectangle& aRect1, const awt::Rectangle& aRect2… 35 sal_Bool RectanglesEqual( const awt::Rectangle& aRect1, const awt::Rectangle& aRect2 ) in RectanglesEqual() argument 37 return ( aRect1.X == aRect2.X in RectanglesEqual() 38 && aRect1.Y == aRect2.Y in RectanglesEqual() 39 && aRect1.Width == aRect2.Width in RectanglesEqual() 40 && aRect1.Height == aRect2.Height ); in RectanglesEqual()
|
H A D | embedobj.cxx | 57 awt::Rectangle GetRectangleInterception( const awt::Rectangle& aRect1, const awt::Rectangle& aRect2… in GetRectangleInterception() argument 61 OSL_ENSURE( aRect1.Width >= 0 && aRect2.Width >= 0 && aRect1.Height >= 0 && aRect2.Height >= 0, in GetRectangleInterception() 64 aResult.X = aRect1.X > aRect2.X ? aRect1.X : aRect2.X; in GetRectangleInterception() 65 aResult.Y = aRect1.Y > aRect2.Y ? aRect1.Y : aRect2.Y; in GetRectangleInterception() 69 sal_Int32 nRight2 = aRect2.X + aRect2.Width; in GetRectangleInterception() 70 sal_Int32 nBottom2 = aRect2.Y + aRect2.Height; in GetRectangleInterception()
|
/trunk/main/svtools/source/control/ |
H A D | ruler.cxx | 1031 Rectangle aRect1, aRect2, aRect3; in ImplDrawRulerTab() local 1042 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1051 aRect2.Left() = rPos.X(); in ImplDrawRulerTab() 1052 aRect2.Top() = rPos.Y() - RULER_TAB_HEIGHT + 1; in ImplDrawRulerTab() 1053 aRect2.Right() = rPos.X() + RULER_TAB_WIDTH2 - 1; in ImplDrawRulerTab() 1054 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1064 aRect2.Right() = rPos.X(); in ImplDrawRulerTab() 1065 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1076 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab() 1094 pDevice->DrawRect( aRect2 ); in ImplDrawRulerTab() [all …]
|
H A D | valueset.cxx | 873 Rectangle aRect2 = aRect; in ImplDrawSelect() local 899 DrawRect( aRect2 ); in ImplDrawSelect() 902 ShowFocus( aRect2 ); in ImplDrawSelect() 979 aRect1 = aRect2; in ImplDrawDropPos() 980 aRect2.SetEmpty(); in ImplDrawDropPos() 991 if ( !aRect1.IsEmpty() || !aRect2.IsEmpty() ) in ImplDrawDropPos() 1012 if ( !aRect2.IsEmpty() ) in ImplDrawDropPos() 1014 Point aPos = aRect2.LeftCenter(); in ImplDrawDropPos() 1029 if ( !aRect2.IsEmpty() ) in ImplDrawDropPos() 1031 Point aPos = aRect2.TopLeft(); in ImplDrawDropPos() [all …]
|
H A D | headbar.cxx | 287 Rectangle aRect2 = ImplGetItemRect( nEndPos ); in ImplInvertDrag() local 296 aEndPos.X() = aRect2.Right()-6; in ImplInvertDrag() 301 aEndPos.X() = aRect2.Left()+6; in ImplInvertDrag()
|
/trunk/main/basegfx/test/ |
H A D | basegfx2d.cxx | 921 B2DPolygon aRect2; in TEST_F() local 922 aRect2.append( B2DPoint(0,0) ); in TEST_F() 923 aRect2.append( B2DPoint(1,0) ); in TEST_F() 924 aRect2.append( B2DPoint(1,.5)); in TEST_F() 925 aRect2.append( B2DPoint(1,1) ); in TEST_F() 926 aRect2.append( B2DPoint(0,1) ); in TEST_F() 927 aRect2.setClosed(true); in TEST_F() 965 ASSERT_TRUE(tools::isRectangle( aRect2 )) << "checking rectangle-ness of rectangle 2"; in TEST_F()
|
/trunk/main/vcl/source/window/ |
H A D | decoview.cxx | 1030 Rectangle aRect2; in ImplDrawButton() local 1033 aRect2.Top() = aFillRect.Top(); in ImplDrawButton() 1034 aRect2.Bottom() = aFillRect.Bottom(); in ImplDrawButton() 1039 aRect2.Left() = aFillRect.Left(); in ImplDrawButton() 1040 aRect2.Right() = aFillRect.Left()+aBrdSize.Width()-1; in ImplDrawButton() 1048 aRect2.Left() = aFillRect.Right()-aBrdSize.Width()+1; in ImplDrawButton() 1049 aRect2.Right() = aFillRect.Right(), in ImplDrawButton() 1054 pDev->DrawRect( aRect2 ); in ImplDrawButton()
|
H A D | window2.cxx | 285 Rectangle aRect2( Point( pWindow->mnOutOffX, pWindow->mnOutOffY ), in ImplInvalidateAllOverlapBackgrounds() local 287 aRect1.Intersection( aRect2 ); in ImplInvalidateAllOverlapBackgrounds() 291 pWindow->mpWindowImpl->mpOverlapData->mpSaveBackRgn = new Region( aRect2 ); in ImplInvalidateAllOverlapBackgrounds()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 196 RECT aRect2 = aRect; in ImplSaveFrameState() local 199 long nTopDeco = abs( aRect.top - aRect2.top ); in ImplSaveFrameState() 216 RECT aRect2 = aRect; in ImplSaveFrameState() local 219 long nTopDeco = abs( aRect.top - aRect2.top ); in ImplSaveFrameState() 220 long nLeftDeco = abs( aRect.left - aRect2.left ); in ImplSaveFrameState() 222 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() 1868 RECT aRect2 = aWinRect; in SetWindowState() local 1869 AdjustWindowRectEx( &aRect2, GetWindowStyle( mhWnd ), in SetWindowState() 1871 long nTopDeco = abs( aWinRect.top - aRect2.top ); in SetWindowState() 1872 long nLeftDeco = abs( aWinRect.left - aRect2.left ); in SetWindowState() [all …]
|
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.cxx | 526 ::basegfx::B2DRange aRect2; in drawCharGlyphs() 527 calcTransformedRectBounds( aRect2, in drawCharGlyphs() 540 pText->x = aRect2.getMinX() ; in drawCharGlyphs() 541 pText->y = aRect2.getMinY() ; in drawCharGlyphs() 543 pText->h = aRect2.getHeight(); // ToDO P2: 1.1 is a hack for solving of size auto-grow problem in drawCharGlyphs()
|
/trunk/main/sw/source/ui/misc/ |
H A D | outline.cxx | 1252 …Rectangle aRect2(Point(nXStart, nYStart + nLineHeight + nFontHeight / 2 ), Size(aSize.Width() / 2,… in Paint() local 1253 pVDev->DrawRect( aRect2 ); in Paint()
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.cxx | 1180 Rectangle aRect2( m_aProgressBar.GetPosPixel(), m_aProgressBar.GetSizePixel() ); in Resize() local 1182 aFTSize.Width() = ( aRect2.Left() - aRect1.Right() ) - 2*RSC_SP_DLG_INNERBORDER_LEFT; in Resize()
|
/trunk/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 152 …::basegfx::B2IRectangle aRect2( BaseGFXHelper::makeRectangle(xShape2->getPosition(),ShapeFactory::… in doesOverlap() 153 return aRect1.overlaps(aRect2); in doesOverlap()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 1138 Rectangle aRect2(Point(0,0), mpAccDoc->GetBoundingBoxOnScreen().GetSize()); in FillShapes() local 1139 aClippedPixelPaintRect = aPixelPaintRect.GetIntersection(aRect2); in FillShapes()
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 1647 Rectangle aRect2( aRect1.X, aRect1.Y, in getIndexAtPoint() local 1649 if( aRect2.IsInside( Point( rPoint.X, rPoint.Y ) ) ) in getIndexAtPoint()
|
/trunk/main/cui/source/tabpages/ |
H A D | numpages.cxx | 2855 …Rectangle aRect2(Point(nXStart, nYStart + nLineHeight + nFontHeight / 2 ), Size(aSize.Width() / 2,… in Paint() local 2856 pVDev->DrawRect( aRect2 ); in Paint()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 4450 Rectangle aRect2; in ImplDrawEmphasisMarks() local 4462 aRect1, aRect2, in ImplDrawEmphasisMarks() 4510 aPolyPoly, bPolyLine, aRect1, aRect2 ); in ImplDrawEmphasisMarks()
|