Home
last modified time | relevance | path

Searched refs:aRectangle (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx333 Point(-aRectangle.Left(), -aRectangle.Top()), in create2DDecompositionOfGraphic()
342 aRectangle.Left() + nHor, aRectangle.Top() + nVer, in create2DDecompositionOfGraphic()
343 aRectangle.Right() - nHor, aRectangle.Bottom() - nVer); in create2DDecompositionOfGraphic()
490 aOut.DrawRect(aRectangle); in create2DDecompositionOfGraphic()
513 aOut.DrawArc(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter()); in create2DDecompositionOfGraphic()
520 aOut.DrawPie(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter()); in create2DDecompositionOfGraphic()
527 aOut.DrawChord(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter()); in create2DDecompositionOfGraphic()
645 aOut.DrawBitmapEx(aRectangle.TopLeft(), aRectangle.GetSize(), aBitmapEx); in create2DDecompositionOfGraphic()
655 aRectangle.TopLeft(), in create2DDecompositionOfGraphic()
656 aRectangle.GetSize(), in create2DDecompositionOfGraphic()
[all …]
H A Dmetafileprimitive2d.cxx2895 const Rectangle aRectangle(pA->GetPoint(), pA->GetSize()); in interpretMetafile() local
2897 if(!aRectangle.IsEmpty()) in interpretMetafile()
2902 aObjectTransform.set(0, 0, aRectangle.GetWidth()); in interpretMetafile()
2903 aObjectTransform.set(1, 1, aRectangle.GetHeight()); in interpretMetafile()
2904 aObjectTransform.set(0, 2, aRectangle.Left()); in interpretMetafile()
2905 aObjectTransform.set(1, 2, aRectangle.Top()); in interpretMetafile()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx1809 Rectangle aRectangle; in StateTabWin() local
1825 aRectangle.Left() = nL; in StateTabWin()
1829 aRectangle.Left() += MINLAY; in StateTabWin()
1831 aRectangle.Right() = nR; in StateTabWin()
1836 aRectangle.Right() += MINLAY; in StateTabWin()
1860 aRectangle.Left() = 0; in StateTabWin()
1875 aRectangle.Left() += MINLAY; in StateTabWin()
1879 aRectangle.Left() = aRectangle.Right() = 0; in StateTabWin()
1895 aRectangle.Right() = 0; in StateTabWin()
1999 aRectangle.Right() = nPageWidth - aRectangle.Left() - nEnd + nStart; in StateTabWin()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx301 … 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()
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx1891 maPt = aRectangle.TopLeft(); in Scale()
1892 maSz = aRectangle.GetSize(); in Scale()
1972 maDstPt = aRectangle.TopLeft(); in Scale()
1973 maDstSz = aRectangle.GetSize(); in Scale()
2124 maPt = aRectangle.TopLeft(); in Scale()
2125 maSz = aRectangle.GetSize(); in Scale()
2205 maDstPt = aRectangle.TopLeft(); in Scale()
2363 maPt = aRectangle.TopLeft(); in Scale()
2364 maSz = aRectangle.GetSize(); in Scale()
3842 maSize = aRectangle.GetSize(); in Scale()
[all …]
H A Dregionband.cxx1279 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 Dsallayout.cxx912 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()
/trunk/main/framework/source/helper/
H A Ddockingareadefaultacceptor.cxx124 css::awt::Rectangle aRectangle = xContainerWindow->getPosSize(); in requestDockingAreaSpace() local
126 … css::awt::Size aSize ( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in requestDockingAreaSpace()
127aRectangle.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()
165aRectangle.Height - aInfo.TopInset - aInfo.BottomInset ); in setDockingAreaSpace()
/trunk/main/sc/source/ui/vba/
H A Dvbachartobjects.cxx120 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()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapExport.cxx275 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 DXMLImageMapContext.cxx322 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()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx483 awt::Rectangle aRectangle; in getCanvasArea() local
488 aRectangle.X = aRectangle.Y = aRectangle.Width = aRectangle.Height = 0; in getCanvasArea()
490 return aRectangle; in getCanvasArea()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1564 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 …]
/trunk/main/sdext/source/presenter/
H A DPresenterSlideShowView.cxx564 awt::Rectangle aRectangle; in getCanvasArea() local
566 aRectangle.X = aRectangle.Y = aRectangle.Width = aRectangle.Height = 0; in getCanvasArea()
568 return aRectangle; in getCanvasArea()
/trunk/main/svx/source/xoutdev/
H A Dxtabhtch.cxx151 const basegfx::B2DPolygon aRectangle( in CreateBitmapForUI() local
192 basegfx::B2DPolyPolygon(aRectangle), in CreateBitmapForUI()
198 aRectangle, in CreateBitmapForUI()
H A Dxtabgrdt.cxx160 const basegfx::B2DPolygon aRectangle( in CreateBitmapForUI() local
232 basegfx::B2DPolyPolygon(aRectangle), in CreateBitmapForUI()
238 aRectangle, in CreateBitmapForUI()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx200 Rectangle aRectangle( rRectangle ); in CreateDefaultObject() local
203 ImpForceQuadratic( aRectangle ); in CreateDefaultObject()
204 pObj->SetLogicRect( aRectangle ); in CreateDefaultObject()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXPaneBorderPainter.idl63 @param aRectangle
75 [in] ::com::sun::star::awt::Rectangle aRectangle,
83 @param aRectangle
96 [in] ::com::sun::star::awt::Rectangle aRectangle,
/trunk/main/sc/source/ui/inc/
H A Dpfuncache.hxx80 Rectangle aRectangle; // pixels member
86 nPage(nP), aCellRange(rRange), aRectangle(rRect) {} in ScPrintPageLocation()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1710 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 Dsvdoashp.cxx3391 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()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx1243 const Rectangle aRectangle( in RenderEpsPrimitive2D() local
1247 if(!aRectangle.IsEmpty()) in RenderEpsPrimitive2D()
1251 aRectangle.TopLeft(), in RenderEpsPrimitive2D()
1252 aRectangle.GetSize(), in RenderEpsPrimitive2D()
H A Dvclpixelprocessor2d.cxx777 const Rectangle aRectangle( in processBasePrimitive2D() local
780 mpOutputDevice->DrawRect(aRectangle); in processBasePrimitive2D()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx2008 Rectangle aRectangle( aRect ); in getPosition() local
2034 Poly2Rect(aPol,aRectangle,aNewGeo); in getPosition()
2038 Polygon aPol( Rect2Poly( aRectangle, aNewGeo ) ); in getPosition()
2056 Poly2Rect( aPol, aRectangle, aNewGeo ); in getPosition()
2059 Point aPt( aRectangle.TopLeft() ); in getPosition()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx144 css::awt::Rectangle aRectangle = xWindow->getPosSize(); in implts_LayoutWindows() local
146 css::awt::Size aSize ( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in implts_LayoutWindows()
147aRectangle.Height - aInfo.TopInset - aInfo.BottomInset ); in implts_LayoutWindows()

Completed in 211 milliseconds

12