/aoo41x/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 1584 aCenter.X()=(pA->GetRect().Left()+pA->GetRect().Right())/2; in WriteOrders() 1585 aCenter.Y()=(pA->GetRect().Top()+pA->GetRect().Bottom())/2; in WriteOrders() 1587 METSetArcParams(pA->GetRect().GetWidth(), pA->GetRect().GetHeight(),0,0); in WriteOrders() 1614 aCenter.X()=(pA->GetRect().Left()+pA->GetRect().Right())/2; in WriteOrders() 1615 aCenter.Y()=(pA->GetRect().Top()+pA->GetRect().Bottom())/2; in WriteOrders() 1635 METSetArcParams(pA->GetRect().GetWidth(), pA->GetRect().GetHeight(),0,0); in WriteOrders() 1651 aCenter.X()=(pA->GetRect().Left()+pA->GetRect().Right())/2; in WriteOrders() 1652 aCenter.Y()=(pA->GetRect().Top()+pA->GetRect().Bottom())/2; in WriteOrders() 1666 METSetArcParams(pA->GetRect().GetWidth(), pA->GetRect().GetHeight(),0,0); in WriteOrders() 1701 aCenter.X()=(pA->GetRect().Left()+pA->GetRect().Right())/2; in WriteOrders() [all …]
|
/aoo41x/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 116 Rectangle aRect( rObj.GetRect() ); in ImplFlipBoundingBox() 299 sal_Int32 nLenght = rObj.GetRect().GetWidth(); in ImplWriteShape() 300 if ( nLenght > rObj.GetRect().GetHeight() ) in ImplWriteShape() 301 nLenght = rObj.GetRect().GetHeight(); in ImplWriteShape() 724 Rectangle aRect( rObj.GetRect() ); in ImplWriteShape() 733 mpEscherEx->Commit( aPropOpt, rObj.GetRect() ); in ImplWriteShape() 783 double fDist = hypot( rObj.GetRect().GetWidth(), in ImplWriteAdditionalText() 784 rObj.GetRect().GetHeight() ); in ImplWriteAdditionalText() 825 rObj.GetRect() ); in ImplWriteAdditionalText() 827 rObj.GetRect() ); in ImplWriteAdditionalText() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print2.cxx | 423 aActionBounds = static_cast<const MetaRectAction&>(rAct).GetRect(); in ImplCalcActionBounds() 427 aActionBounds = Polygon( static_cast<const MetaRoundRectAction&>(rAct).GetRect(), in ImplCalcActionBounds() 434 const Rectangle& rRect = static_cast<const MetaEllipseAction&>(rAct).GetRect(); in ImplCalcActionBounds() 442 aActionBounds = Polygon( static_cast<const MetaArcAction&>(rAct).GetRect(), in ImplCalcActionBounds() 448 aActionBounds = Polygon( static_cast<const MetaPieAction&>(rAct).GetRect(), in ImplCalcActionBounds() 454 aActionBounds = Polygon( static_cast<const MetaChordAction&>(rAct).GetRect(), in ImplCalcActionBounds() 529 aActionBounds = static_cast<const MetaGradientAction&>(rAct).GetRect(); in ImplCalcActionBounds() 541 aActionBounds = static_cast<const MetaWallpaperAction&>(rAct).GetRect(); in ImplCalcActionBounds() 599 aActionBounds = static_cast<const MetaTextRectAction&>(rAct).GetRect(); in ImplCalcActionBounds() 783 static_cast<const MetaRectAction*>(pCurrAct)->GetRect(), in RemoveTransparenciesFromMetaFile() [all …]
|
H A D | gdimetafiletools.cxx | 323 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() 512 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() 537 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() 576 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() 602 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() 628 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() 654 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() 979 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()
|
H A D | gdimtf.cxx | 1082 …const Polygon aRoundRectPoly( pAct->GetRect(), pAct->GetHorzRound(), pAct->GetVertRound(… in Rotate() 1091 …onst Polygon aEllipsePoly( pAct->GetRect().Center(), pAct->GetRect().GetWidth() >> 1, pA… in Rotate() 1100 … const Polygon aArcPoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_ARC ); in Rotate() 1109 … const Polygon aPiePoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_PIE ); in Rotate() 1236 … ImplGetRotatedPolygon( pAct->GetRect(), aRotAnchor, aRotOffset, fSin, fCos ), in Rotate() 1743 Rectangle aRect( pAct->GetRect() ); in GetBoundRect() 1809 …Rectangle aRect( aMapVDev.LogicToLogic( pAct->GetRect(), aMapVDev.GetMapMode(), GetPrefMapMode() )… in GetBoundRect() 1871 Rectangle aRect( pAct->GetRect() ); in GetBoundRect() 1879 Rectangle aRect( pAct->GetRect() ); in GetBoundRect() 2150 const Rectangle& rRect = pAct->GetRect(); in ImplExchangeColors() [all …]
|
H A D | pdfwriter_impl2.cxx | 308 m_rOuterFace.DrawRect( pA->GetRect() ); in playMetafile() 315 m_rOuterFace.DrawRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in playMetafile() 322 m_rOuterFace.DrawEllipse( pA->GetRect() ); in playMetafile() 329 m_rOuterFace.DrawArc( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile() 336 m_rOuterFace.DrawPie( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile() 343 m_rOuterFace.DrawChord( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile() 375 m_rOuterFace.DrawGradient( pA->GetRect(), pA->GetGradient() ); in playMetafile() 377 const PolyPolygon aPolyPoly( pA->GetRect() ); in playMetafile() 857 m_rOuterFace.DrawText( pA->GetRect(), String( pA->GetText() ), pA->GetStyle() ); in playMetafile() 906 m_rOuterFace.IntersectClipRegion( pA->GetRect() ); in playMetafile() [all …]
|
H A D | cvtsvm.cxx | 1541 ImplWriteRect( rOStm, pAct->GetRect() ); in ImplWriteActions() 1554 ImplWriteRect( rOStm, pAct->GetRect() ); in ImplWriteActions() 1567 ImplWriteRect( rOStm, pAct->GetRect() ); in ImplWriteActions() 1578 ImplWriteRect( rOStm, pAct->GetRect() ); in ImplWriteActions() 1591 ImplWriteRect( rOStm, pAct->GetRect() ); in ImplWriteActions() 1601 Polygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), in ImplWriteActions() 1917 ImplWriteRect( rOStm, pAct->GetRect() ); in ImplWriteActions() 1968 ImplWriteRect( rOStm, pAct->GetRect() ); in ImplWriteActions() 2010 rOStm << pAct->GetRect(); in ImplWriteActions()
|
/aoo41x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1496 WriteOpcode_Rect(PDM_PAINT,pA->GetRect()); in WriteOpcodes() 1506 WriteOpcode_Rect(PDM_FRAME,pA->GetRect()); in WriteOpcodes() 1520 WriteOpcode_RRect(PDM_PAINT,pA->GetRect()); in WriteOpcodes() 1530 WriteOpcode_RRect(PDM_FRAME,pA->GetRect()); in WriteOpcodes() 1542 WriteOpcode_Oval(PDM_PAINT,pA->GetRect()); in WriteOpcodes() 1552 WriteOpcode_Oval(PDM_FRAME,pA->GetRect()); in WriteOpcodes() 1594 fxc=((double)(pA->GetRect().Left()+pA->GetRect().Right()))/2.0; in WriteOpcodes() 1595 fyc=((double)(pA->GetRect().Top()+pA->GetRect().Bottom()))/2.0; in WriteOpcodes() 1596 fxr=((double)pA->GetRect().GetWidth())/2.0; in WriteOpcodes() 1597 fyr=((double)pA->GetRect().GetHeight())/2.0; in WriteOpcodes() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 737 SdrRectObj* pRect=new SdrRectObj(rAct.GetRect()); in DoAction() 744 SdrRectObj* pRect=new SdrRectObj(rAct.GetRect()); in DoAction() 759 SdrCircObj* pCirc=new SdrCircObj(OBJ_CIRC,rAct.GetRect()); in DoAction() 766 Point aCenter(rAct.GetRect().Center()); in DoAction() 769 SdrCircObj* pCirc=new SdrCircObj(OBJ_CARC,rAct.GetRect(),nStart,nEnd); in DoAction() 776 Point aCenter(rAct.GetRect().Center()); in DoAction() 779 SdrCircObj* pCirc=new SdrCircObj(OBJ_SECT,rAct.GetRect(),nStart,nEnd); in DoAction() 786 Point aCenter(rAct.GetRect().Center()); in DoAction() 789 SdrCircObj* pCirc=new SdrCircObj(OBJ_CCUT,rAct.GetRect(),nStart,nEnd); in DoAction() 1308 maVD.AddTextRectActions(rAct.GetRect(), rAct.GetText(), rAct.GetStyle(), aTemp); in DoAction() [all …]
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 280 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaRectAction 306 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaRoundRectAction 331 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaEllipseAction 357 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaArcAction 385 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaPieAction 413 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaChordAction 621 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaTextRectAction 948 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaGradientAction 1024 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaWallpaperAction 1073 const Rectangle& GetRect() const { return maRect; } in GetRect() function in MetaISectRectClipRegionAction
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 979 ImplWriteRect( pA->GetRect() ); in ImplWrite() 995 ImplWriteRect( pA->GetRect() ); in ImplWrite() 1012 ImplWriteRect( pA->GetRect() ); in ImplWrite() 1032 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in ImplWrite() 1039 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in ImplWrite() 1046 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWrite() 1095 maVDev.AddGradientActions( pA->GetRect(), pA->GetGradient(), aTmpMtf ); in ImplWrite() 1277 ImplWriteTextRecord( pA->GetRect().TopLeft(), aText, NULL, 0 ); in ImplWrite() 1331 ImplWriteRect( ( (MetaISectRectClipRegionAction*) pAction )->GetRect() ); in ImplWrite()
|
H A D | wmfwr.cxx | 1238 WMFRecord_Rectangle( pA->GetRect() ); in WriteRecords() 1247 WMFRecord_RoundRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in WriteRecords() 1256 WMFRecord_Ellipse( pA->GetRect() ); in WriteRecords() 1265 WMFRecord_Arc( pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint() ); in WriteRecords() 1274 WMFRecord_Pie( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in WriteRecords() 1284 WMFRecord_Chord( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in WriteRecords() 1335 Point aPos( pA->GetRect().TopLeft() ); in WriteRecords() 1473 pVirDev->AddGradientActions( pA->GetRect(), pA->GetGradient(), aTmpMtf ); in WriteRecords() 1499 WMFRecord_Rectangle( pA->GetRect() ); in WriteRecords() 1508 WMFRecord_IntersectClipRect( pA->GetRect() ); in WriteRecords()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 1183 if(rWallpaper.IsRect() && !rWallpaper.GetRect().IsEmpty()) in CreateAndAppendBitmapWallpaper() 1186 rWallpaper.GetRect().Left(), rWallpaper.GetRect().Top(), in CreateAndAppendBitmapWallpaper() 1187 rWallpaper.GetRect().Right(), rWallpaper.GetRect().Bottom()); in CreateAndAppendBitmapWallpaper() 1779 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile() 1806 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile() 1845 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile() 1869 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC); in interpretMetafile() 2101 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile() 2280 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile() 2370 Rectangle aWallpaperRectangle(pA->GetRect()); in interpretMetafile() [all …]
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1483 Impl_writeRect( ( (const MetaRectAction*) pAction )->GetRect(), 0, 0 ); in Impl_writeActions() 1491 Impl_writeRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in Impl_writeActions() 1498 const Rectangle& rRect = pA->GetRect(); in Impl_writeActions() 1516 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in Impl_writeActions() 1523 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in Impl_writeActions() 1530 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in Impl_writeActions() 1580 Polygon aPoly( pA->GetRect() ); in Impl_writeActions() 1857 Impl_writeText( pA->GetRect().TopLeft(), pA->GetText(), NULL, 0 ); in Impl_writeActions() 1878 clipRect = pA->GetRect(); in Impl_writeActions()
|
/aoo41x/main/svtools/source/toolpanel/ |
H A D | tabitemdescriptor.hxx | 62 const Rectangle& GetRect( const TabItemContent i_eItemContent ) const in GetRect() function 76 return GetRect( eContent ); in GetCurrentRect()
|
/aoo41x/main/starmath/source/ |
H A D | node.cxx | 772 { const SmRect &rNodeRect = pNode->GetRect(); in Arrange() 870 SmRect::operator = (pNode->GetRect()); in Arrange() 1056 const SmRect &rOpRect = pOper->GetRect(); in Arrange() 1439 const SmRect &rBodyRect = pBody->GetRect(); in Arrange() 1488 aPos = pSubSup->GetRect().AlignTo(aTmpRect, in Arrange() 1501 aPos = pSubSup->GetRect().AlignTo(aTmpRect, in Arrange() 1513 aPos = pSubSup->GetRect().AlignTo(rBodyRect, RP_BOTTOM, in Arrange() 1521 aPos = pSubSup->GetRect().AlignTo(rBodyRect, RP_TOP, in Arrange() 1942 SmRect::operator = (pNode->GetRect()); in Arrange() 2141 SmRect::operator = (pNode->GetRect()); in Arrange() [all …]
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | vectdlg.cxx | 105 Rectangle SdVectorizeDlg::GetRect( const Size& rDispSize, const Size& rBmpSize ) const in GetRect() function in SdVectorizeDlg 139 const Rectangle aRect( GetRect( aBmpWin.GetSizePixel(), aBmp.GetSizePixel() ) ); in InitPreviewBmp() 155 const Rectangle aRect( GetRect( Size( VECTORIZE_MAX_EXTENT, VECTORIZE_MAX_EXTENT ), aSizePix ) ); in GetPreparedBitmap()
|
/aoo41x/main/sw/source/core/text/ |
H A D | noteurl.cxx | 49 if( rRect == aList.GetObject(i)->GetRect() ) in SV_IMPL_PTRARR() 70 SwRect aSwRect( rNote.GetRect() ); in FillImageMap()
|
/aoo41x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 645 ImplRect( ( (const MetaRectAction*) pMA )->GetRect() ); in ImplWriteActions() 650 ImplRect( ( (const MetaRoundRectAction*) pMA )->GetRect() ); in ImplWriteActions() 655 Rectangle aRect = ( ( (const MetaEllipseAction*) pMA )->GetRect() ); in ImplWriteActions() 665 …Polygon aPoly( ( (const MetaArcAction*)pMA )->GetRect(), ( (const MetaArcAction*)pMA )->GetStartPo… in ImplWriteActions() 674 …Polygon aPoly( ( (const MetaPieAction*)pMA )->GetRect(), ( (const MetaPieAction*)pMA )->GetStartPo… in ImplWriteActions() 683 …Polygon aPoly( ( (const MetaChordAction*)pMA )->GetRect(), ( (const MetaChordAction*)pMA )->GetSta… in ImplWriteActions() 869 PolyPolygon aPolyPoly( ( (const MetaGradientAction*)pMA)->GetRect() ); in ImplWriteActions() 896 Rectangle aRect = pA->GetRect(); in ImplWriteActions() 937 Region aRegion( pA->GetRect() ); in ImplWriteActions()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1440 rVDev.LogicToPixel( pClipAction->GetRect() ) ); in createActions() 1661 createGradientAction( ::Polygon( pGradAct->GetRect() ), in createActions() 2022 static_cast<MetaRectAction*>(pCurrAct)->GetRect() ); in createActions() 2047 static_cast<MetaRoundRectAction*>(pCurrAct)->GetRect()); in createActions() 2070 static_cast<MetaEllipseAction*>(pCurrAct)->GetRect() ); in createActions() 2095 const Polygon aToolsPoly( static_cast<MetaArcAction*>(pCurrAct)->GetRect(), in createActions() 2109 const Polygon aToolsPoly( static_cast<MetaPieAction*>(pCurrAct)->GetRect(), in createActions() 2123 … const Polygon aToolsPoly( static_cast<MetaChordAction*>(pCurrAct)->GetRect(), in createActions() 2643 rVDev.AddTextRectActions( pAct->GetRect(), in createActions()
|
/aoo41x/main/framework/source/uielement/ |
H A D | statusbarmanager.cxx | 658 awt::Rectangle aRect( rUDEvt.GetRect().Left(), in UserDraw() 659 rUDEvt.GetRect().Top(), in UserDraw() 660 rUDEvt.GetRect().GetWidth(), in UserDraw() 661 rUDEvt.GetRect().GetHeight() ); in UserDraw()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1198 ImplWriteRect( ( (const MetaRectAction*) pAction )->GetRect(), 0, 0 ); in ImplWriteActions() 1210 ImplWriteRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in ImplWriteActions() 1220 const Rectangle& rRect = pA->GetRect(); in ImplWriteActions() 1242 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in ImplWriteActions() 1249 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in ImplWriteActions() 1256 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWriteActions() 1319 const Polygon aRectPoly( pA->GetRect() ); in ImplWriteActions() 1816 ImplWriteText( pA->GetRect().TopLeft(), pA->GetText(), NULL, 0 ); in ImplWriteActions()
|
/aoo41x/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 168 const Rectangle aRect = rUDEvt.GetRect(); in UserDraw() 298 Rectangle aRect = rUDEvt.GetRect(); in UserDraw() 420 Rectangle aRect = rUDEvt.GetRect(); in UserDraw()
|
/aoo41x/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 217 Point aPos( rUDEvt.GetRect().TopLeft() ); in UserDraw() 220 aPos.Y() += ( rUDEvt.GetRect().GetHeight() - aImageSize.Height() ) / 2; in UserDraw() 796 Point aTopLeft = rUDEvt.GetRect().TopLeft(); in UserDraw() 798 long nH = rUDEvt.GetRect().GetHeight(); in UserDraw()
|
/aoo41x/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 176 Rectangle aRect = rUDEvt.GetRect(); in UserDraw() 528 Rectangle aRect = rUDEvt.GetRect(); in UserDraw()
|