| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | graphicprimitivehelper2d.cxx | 314 const Rectangle aRectangle( in create2DDecompositionOfGraphic() local 317 const Point aOrigin(aRectangle.TopLeft()); in create2DDecompositionOfGraphic() 318 const Fraction aScaleX(aRectangle.getWidth()); in create2DDecompositionOfGraphic() 319 const Fraction aScaleY(aRectangle.getHeight()); in create2DDecompositionOfGraphic() 333 Point(-aRectangle.Left(), -aRectangle.Top()), in create2DDecompositionOfGraphic() 339 const sal_Int32 nHor(aRectangle.getWidth() / 4); in create2DDecompositionOfGraphic() 340 const sal_Int32 nVer(aRectangle.getHeight() / 4); in create2DDecompositionOfGraphic() 342 aRectangle.Left() + nHor, aRectangle.Top() + nVer, in create2DDecompositionOfGraphic() 343 aRectangle.Right() - nHor, aRectangle.Bottom() - nVer); in create2DDecompositionOfGraphic() 349 … const Rectangle aRightRectangle(aRectangle.TopCenter(), aRectangle.BottomRight()); in create2DDecompositionOfGraphic() [all …]
|
| H A D | metafileprimitive2d.cxx | 2890 const Rectangle aRectangle(pA->GetPoint(), pA->GetSize()); in interpretMetafile() local 2892 if(!aRectangle.IsEmpty()) in interpretMetafile() 2897 aObjectTransform.set(0, 0, aRectangle.GetWidth()); in interpretMetafile() 2898 aObjectTransform.set(1, 1, aRectangle.GetHeight()); in interpretMetafile() 2899 aObjectTransform.set(0, 2, aRectangle.Left()); in interpretMetafile() 2900 aObjectTransform.set(1, 2, aRectangle.Top()); in interpretMetafile()
|
| /AOO41X/main/sw/source/ui/uiview/ |
| H A D | viewtab.cxx | 1809 Rectangle aRectangle; in StateTabWin() local 1825 aRectangle.Left() = nL; in StateTabWin() 1827 aRectangle.Left() += aTabCols[nNum - 2]; in StateTabWin() 1829 aRectangle.Left() += MINLAY; in StateTabWin() 1831 aRectangle.Right() = nR; in StateTabWin() 1833 aRectangle.Right() = nPageWidth - (nL + aTabCols[nNum + 1]); in StateTabWin() 1836 aRectangle.Right() += MINLAY; in StateTabWin() 1860 aRectangle.Left() = 0; in StateTabWin() 1866 aRectangle.Left() = nStart; in StateTabWin() 1870 aRectangle.Right() = rPageRect.Right() - nEnd; in StateTabWin() [all …]
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLTableShapeResizer.cxx | 301 … Rectangle aRectangle(aPoint.X, aPoint.Y, aPoint.X + aSize.Width, aPoint.Y + aSize.Height); in ResizeShapes() local 319 … aRectangle.Union(Rectangle(aCoreCaptionPoint, aCoreCaptionPoint)); in ResizeShapes() 321 … Point aBeforeRightBottomPoint(aRectangle.BottomRight()); in ResizeShapes() 323 aRectangle += aRec.TopLeft(); in ResizeShapes() 324 if (aRectangle.Left() > aRec.Right()) in ResizeShapes() 325 … aRectangle -= (Point(aRectangle.Left() - aRec.Right() + 2, 0)); in ResizeShapes() 326 if (aRectangle.Top() > aRec.Bottom()) in ResizeShapes() 327 … aRectangle -= (Point(0, aRectangle.Top() - aRec.Bottom() + 2)); in ResizeShapes() 329 … Point aDifferencePoint(aRectangle.BottomRight() - aBeforeRightBottomPoint); in ResizeShapes()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | metaact.cxx | 1889 Rectangle aRectangle(maPt, maSz); in Scale() local 1890 ImplScaleRect( aRectangle, fScaleX, fScaleY ); in Scale() 1891 maPt = aRectangle.TopLeft(); in Scale() 1892 maSz = aRectangle.GetSize(); in Scale() 1970 Rectangle aRectangle(maDstPt, maDstSz); in Scale() local 1971 ImplScaleRect( aRectangle, fScaleX, fScaleY ); in Scale() 1972 maDstPt = aRectangle.TopLeft(); in Scale() 1973 maDstSz = aRectangle.GetSize(); in Scale() 2122 Rectangle aRectangle(maPt, maSz); in Scale() local 2123 ImplScaleRect( aRectangle, fScaleX, fScaleY ); in Scale() [all …]
|
| H A D | regionband.cxx | 1279 Rectangle aRectangle; in GetRegionRectangles() local 1285 aRectangle.Top() = mpCurrRectBand->mnYTop; in GetRegionRectangles() 1286 aRectangle.Bottom() = mpCurrRectBand->mnYBottom; in GetRegionRectangles() 1290 aRectangle.Left() = mpCurrRectBandSep->mnXLeft; in GetRegionRectangles() 1291 aRectangle.Right() = mpCurrRectBandSep->mnXRight; in GetRegionRectangles() 1292 rTarget.push_back(aRectangle); in GetRegionRectangles()
|
| H A D | sallayout.cxx | 912 Rectangle aRectangle; in GetBoundRect() local 920 if( rSalGraphics.GetGlyphBoundRect( nLGlyph, aRectangle ) ) in GetBoundRect() 923 aRectangle += aPos; in GetBoundRect() 924 rRect.Union( aRectangle ); in GetBoundRect() 2315 Rectangle aRectangle; in GetBoundRect() local 2322 if( rLayout.GetBoundRect( rGraphics, aRectangle ) ) in GetBoundRect() 2324 rRect.Union( aRectangle ); in GetBoundRect()
|
| /AOO41X/main/framework/source/helper/ |
| H A D | dockingareadefaultacceptor.cxx | 124 css::awt::Rectangle aRectangle = xContainerWindow->getPosSize(); in requestDockingAreaSpace() local 126 … css::awt::Size aSize ( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in requestDockingAreaSpace() 127 … aRectangle.Height - aInfo.TopInset - aInfo.BottomInset ); in requestDockingAreaSpace() 162 css::awt::Rectangle aRectangle = xContainerWindow->getPosSize(); in setDockingAreaSpace() local 164 … css::awt::Size aSize ( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in setDockingAreaSpace() 165 … aRectangle.Height - aInfo.TopInset - aInfo.BottomInset ); in setDockingAreaSpace()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbachartobjects.cxx | 120 awt::Rectangle aRectangle; in Add() local 121 aRectangle.X = Millimeter::getInHundredthsOfOneMillimeter(_nX); in Add() 122 aRectangle.Y = Millimeter::getInHundredthsOfOneMillimeter(_nY); in Add() 123 aRectangle.Width = Millimeter::getInHundredthsOfOneMillimeter(_nWidth); in Add() 124 aRectangle.Height = Millimeter::getInHundredthsOfOneMillimeter(_nHeight); in Add() 127 xTableCharts->addNewByName(sPersistChartName, aRectangle, aCellRangeAddress, true, false ); in Add()
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | XMLImageMapExport.cxx | 275 awt::Rectangle aRectangle; in ExportRectangle() local 276 aAny >>= aRectangle; in ExportRectangle() 280 mrExport.GetMM100UnitConverter().convertMeasure(aBuffer, aRectangle.X); in ExportRectangle() 283 mrExport.GetMM100UnitConverter().convertMeasure(aBuffer, aRectangle.Y); in ExportRectangle() 286 mrExport.GetMM100UnitConverter().convertMeasure(aBuffer, aRectangle.Width); in ExportRectangle() 289 mrExport.GetMM100UnitConverter().convertMeasure(aBuffer, aRectangle.Height); in ExportRectangle()
|
| H A D | XMLImageMapContext.cxx | 322 awt::Rectangle aRectangle; member in XMLImageMapRectangleContext 384 aRectangle.X = nTmp; in ProcessAttribute() 392 aRectangle.Y = nTmp; in ProcessAttribute() 400 aRectangle.Width = nTmp; in ProcessAttribute() 408 aRectangle.Height = nTmp; in ProcessAttribute() 423 aAny <<= aRectangle; in Prepare()
|
| /AOO41X/main/sd/source/ui/slideshow/ |
| H A D | slideshowviewimpl.cxx | 483 awt::Rectangle aRectangle; in getCanvasArea() local 488 aRectangle.X = aRectangle.Y = aRectangle.Width = aRectangle.Height = 0; in getCanvasArea() 490 return aRectangle; in getCanvasArea()
|
| /AOO41X/main/sw/source/core/view/ |
| H A D | viewsh.cxx | 1564 Rectangle aRectangle(Imp()->aSmoothRect.SVRect()); in SmoothScroll() local 1565 aRectangle.Left() -= aPixSz.Width(); in SmoothScroll() 1566 aRectangle.Right() += aPixSz.Width(); in SmoothScroll() 1567 aRectangle.Top() -= aPixSz.Height(); in SmoothScroll() 1568 aRectangle.Bottom() += aPixSz.Height(); in SmoothScroll() 1569 const Point aUpdateTopLeft(aRectangle.TopLeft()); in SmoothScroll() 1570 const Size aUpdateSize(aRectangle.GetSize()); in SmoothScroll() 1574 DLPrePaint2(Region(aRectangle)); in SmoothScroll() 1714 const Rectangle aRectangle(rRegion[i].SVRect()); in _PaintDesktop() local 1743 DLPrePaint2(Region(aRectangle)); in _PaintDesktop() [all …]
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterSlideShowView.cxx | 564 awt::Rectangle aRectangle; in getCanvasArea() local 566 aRectangle.X = aRectangle.Y = aRectangle.Width = aRectangle.Height = 0; in getCanvasArea() 568 return aRectangle; in getCanvasArea()
|
| /AOO41X/main/svx/source/xoutdev/ |
| H A D | xtabhtch.cxx | 151 const basegfx::B2DPolygon aRectangle( in CreateBitmapForUI() local 192 basegfx::B2DPolyPolygon(aRectangle), in CreateBitmapForUI() 198 aRectangle, in CreateBitmapForUI()
|
| H A D | xtabgrdt.cxx | 160 const basegfx::B2DPolygon aRectangle( in CreateBitmapForUI() local 232 basegfx::B2DPolyPolygon(aRectangle), in CreateBitmapForUI() 238 aRectangle, in CreateBitmapForUI()
|
| /AOO41X/main/sc/source/ui/drawfunc/ |
| H A D | fuconcustomshape.cxx | 200 Rectangle aRectangle( rRectangle ); in CreateDefaultObject() local 203 ImpForceQuadratic( aRectangle ); in CreateDefaultObject() 204 pObj->SetLogicRect( aRectangle ); in CreateDefaultObject()
|
| /AOO41X/main/offapi/com/sun/star/drawing/framework/ |
| H A D | XPaneBorderPainter.idl | 71 @param aRectangle 83 [in] ::com::sun::star::awt::Rectangle aRectangle, 91 @param aRectangle 104 [in] ::com::sun::star::awt::Rectangle aRectangle,
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | pfuncache.hxx | 80 Rectangle aRectangle; // pixels member 86 nPage(nP), aCellRange(rRange), aRectangle(rRect) {} in ScPrintPageLocation()
|
| /AOO41X/main/drawinglayer/source/processor2d/ |
| H A D | vclprocessor2d.cxx | 1243 const Rectangle aRectangle( in RenderEpsPrimitive2D() local 1247 if(!aRectangle.IsEmpty()) in RenderEpsPrimitive2D() 1251 aRectangle.TopLeft(), in RenderEpsPrimitive2D() 1252 aRectangle.GetSize(), in RenderEpsPrimitive2D()
|
| H A D | vclpixelprocessor2d.cxx | 777 const Rectangle aRectangle( in processBasePrimitive2D() local 780 mpOutputDevice->DrawRect(aRectangle); in processBasePrimitive2D()
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdotext.cxx | 1710 Rectangle aRectangle(aRect); in TRGetBaseGeometry() local 1713 basegfx::B2DTuple aScale(aRectangle.GetWidth(), aRectangle.GetHeight()); in TRGetBaseGeometry() 1714 basegfx::B2DTuple aTranslate(aRectangle.Left(), aRectangle.Top()); in TRGetBaseGeometry()
|
| H A D | svdoashp.cxx | 3391 Rectangle aRectangle(aRect); in TRGetBaseGeometry() local 3420 Poly2Rect(aPol,aRectangle,aNewGeo); in TRGetBaseGeometry() 3424 Polygon aPol( Rect2Poly( aRectangle, aNewGeo ) ); in TRGetBaseGeometry() 3442 Poly2Rect(aPol,aRectangle,aNewGeo); in TRGetBaseGeometry() 3447 basegfx::B2DTuple aScale(aRectangle.GetWidth(), aRectangle.GetHeight()); in TRGetBaseGeometry() 3448 basegfx::B2DTuple aTranslate(aRectangle.Left(), aRectangle.Top()); in TRGetBaseGeometry()
|
| /AOO41X/main/svx/source/unodraw/ |
| H A D | unoshap2.cxx | 2009 Rectangle aRectangle( aRect ); in getPosition() local 2035 Poly2Rect(aPol,aRectangle,aNewGeo); in getPosition() 2039 Polygon aPol( Rect2Poly( aRectangle, aNewGeo ) ); in getPosition() 2057 Poly2Rect( aPol, aRectangle, aNewGeo ); in getPosition() 2060 Point aPt( aRectangle.TopLeft() ); in getPosition()
|
| /AOO41X/main/framework/source/tabwin/ |
| H A D | tabwindow.cxx | 144 css::awt::Rectangle aRectangle = xWindow->getPosSize(); in implts_LayoutWindows() local 146 … css::awt::Size aSize ( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in implts_LayoutWindows() 147 … aRectangle.Height - aInfo.TopInset - aInfo.BottomInset ); in implts_LayoutWindows()
|