Home
last modified time | relevance | path

Searched refs:aRect2 (Results 1 – 19 of 19) sorted by path

/aoo41x/main/basegfx/test/
H A Dbasegfx2d.cxx1048 B2DPolygon aRect2; in testIsRectangle() local
1049 aRect2.append( B2DPoint(0,0) ); in testIsRectangle()
1050 aRect2.append( B2DPoint(1,0) ); in testIsRectangle()
1051 aRect2.append( B2DPoint(1,.5)); in testIsRectangle()
1052 aRect2.append( B2DPoint(1,1) ); in testIsRectangle()
1053 aRect2.append( B2DPoint(0,1) ); in testIsRectangle()
1054 aRect2.setClosed(true); in testIsRectangle()
1094 tools::isRectangle( aRect2 )); in testIsRectangle()
/aoo41x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx152 …::basegfx::B2IRectangle aRect2( BaseGFXHelper::makeRectangle(xShape2->getPosition(),ShapeFactory::… in doesOverlap()
153 return aRect1.overlaps(aRect2); in doesOverlap()
/aoo41x/main/cui/source/tabpages/
H A Dnumpages.cxx2855 …Rectangle aRect2(Point(nXStart, nYStart + nLineHeight + nFontHeight / 2 ), Size(aSize.Width() / 2,… in Paint() local
2856 pVDev->DrawRect( aRect2 ); in Paint()
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx1180 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()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1646 Rectangle aRect2( aRect1.X, aRect1.Y, in getIndexAtPoint() local
1648 if( aRect2.IsInside( Point( rPoint.X, rPoint.Y ) ) ) in getIndexAtPoint()
/aoo41x/main/embeddedobj/source/commonembedding/
H A Dembedobj.cxx57 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()
H A Dinplaceobj.cxx34 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()
/aoo41x/main/embeddedobj/test/Container1/
H A DPaintThread.java57 …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()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx1138 Rectangle aRect2(Point(0,0), mpAccDoc->GetBoundingBoxOnScreen().GetSize()); in FillShapes() local
1139 aClippedPixelPaintRect = aPixelPaintRect.GetIntersection(aRect2); in FillShapes()
/aoo41x/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx526 ::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()
/aoo41x/main/svtools/source/control/
H A Dheadbar.cxx287 Rectangle aRect2 = ImplGetItemRect( nEndPos ); in ImplInvertDrag() local
296 aEndPos.X() = aRect2.Right()-6; in ImplInvertDrag()
301 aEndPos.X() = aRect2.Left()+6; in ImplInvertDrag()
H A Druler.cxx1031 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 Dvalueset.cxx873 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 …]
/aoo41x/main/sw/source/ui/misc/
H A Doutline.cxx1252 …Rectangle aRect2(Point(nXStart, nYStart + nLineHeight + nFontHeight / 2 ), Size(aSize.Width() / 2,… in Paint() local
1253 pVDev->DrawRect( aRect2 ); in Paint()
/aoo41x/main/vcl/source/gdi/
H A Doutdev3.cxx4450 Rectangle aRect2; in ImplDrawEmphasisMarks() local
4462 aRect1, aRect2, in ImplDrawEmphasisMarks()
4510 aPolyPoly, bPolyLine, aRect1, aRect2 ); in ImplDrawEmphasisMarks()
/aoo41x/main/vcl/source/window/
H A Ddecoview.cxx1030 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 Dwindow2.cxx285 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()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx196 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 …]
/aoo41x/main/vcl/workben/
H A Doutdevgrind.cxx115 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 …]

Completed in 187 milliseconds