/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 949 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite() 953 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite() 962 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); 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()
|
H A D | wmfwr.cxx | 1220 WMFRecord_LineTo( pA->GetEndPoint() ); in WriteRecords() 1227 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); 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()
|
/trunk/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1475 WriteOpcode_Line( pA->GetStartPoint(),pA->GetEndPoint() ); in WriteOpcodes() 1482 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in WriteOpcodes() 1564 WriteOpcode_Arc(PDM_FRAME,pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint()); in WriteOpcodes() 1576 WriteOpcode_Arc(PDM_PAINT,pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint()); in WriteOpcodes() 1581 WriteOpcode_SameArc(PDM_FRAME,pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint()); in WriteOpcodes() 1587 WriteOpcode_Arc(PDM_FRAME,pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint()); in WriteOpcodes() 1600 fx2=((double)pA->GetEndPoint().X())-fxc; in WriteOpcodes() 1601 fy2=((double)pA->GetEndPoint().Y())-fyc; in WriteOpcodes()
|
/trunk/main/vcl/source/gdi/ |
H A D | gdimetafiletools.cxx | 495 const Point& rEnd(pA->GetEndPoint()); in clipMetafileContentAgainstOwnRegions() 613 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions() 639 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions() 665 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()
|
H A D | pdfwriter_impl2.cxx | 299 m_rOuterFace.DrawLine( pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile() 301 m_rOuterFace.DrawLine( pA->GetStartPoint(), pA->GetEndPoint(), pA->GetLineInfo() ); 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()
|
H A D | print2.cxx | 408 … aActionBounds = Rectangle( rMetaLineAction.GetStartPoint(), rMetaLineAction.GetEndPoint() ); in ImplCalcActionBounds() 444 … static_cast<const MetaArcAction&>(rAct).GetEndPoint(), POLY_ARC ).GetBoundRect(); in ImplCalcActionBounds() 450 … static_cast<const MetaPieAction&>(rAct).GetEndPoint(), POLY_PIE ).GetBoundRect(); in ImplCalcActionBounds() 456 … static_cast<const MetaChordAction&>(rAct).GetEndPoint(), POLY_CHORD ).GetBoundRect(); in ImplCalcActionBounds()
|
H A D | cvtsvm.cxx | 1509 rOStm << pAct->GetEndPoint(); in ImplWriteActions() 1580 rOStm << pAct->GetEndPoint(); in ImplWriteActions() 1593 rOStm << pAct->GetEndPoint(); in ImplWriteActions() 1602 pAct->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
|
H A D | gdimtf.cxx | 1067 … ImplGetRotatedPoint( pAct->GetEndPoint(), aRotAnchor, aRotOffset, fSin, fCos ), 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() 1118 …olygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_CHORD ); in Rotate() 1553 Point aP1( pAct->GetStartPoint() ), aP2( pAct->GetEndPoint() ); in GetBoundRect()
|
/trunk/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 1527 METLine( pA->GetStartPoint(), pA->GetEndPoint() ); in WriteOrders() 1622 fdx=(double)(pA->GetEndPoint().X()-aCenter.X()); in WriteOrders() 1623 fdy=(double)(pA->GetEndPoint().Y()-aCenter.Y()); in WriteOrders() 1659 fdx=(double)(pA->GetEndPoint().X()-aCenter.X()); in WriteOrders() 1660 fdy=(double)(pA->GetEndPoint().Y()-aCenter.Y()); in WriteOrders() 1709 fdx=(double)(pA->GetEndPoint().X()-aCenter.X()); in WriteOrders() 1710 fdy=(double)(pA->GetEndPoint().Y()-aCenter.Y()); in WriteOrders()
|
/trunk/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 257 const Point& GetEndPoint() const { return maEndPt; } in GetEndPoint() function in MetaLineAction 359 const Point& GetEndPoint() const { return maEndPt; } in GetEndPoint() function in MetaArcAction 387 const Point& GetEndPoint() const { return maEndPt; } in GetEndPoint() function in MetaPieAction 415 const Point& GetEndPoint() const { return maEndPt; } in GetEndPoint() function in MetaChordAction
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1468 Impl_writeLine( pA->GetStartPoint(), pA->GetEndPoint() ); in Impl_writeActions() 1475 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); 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()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 699 const basegfx::B2DPoint aEnd(rAct.GetEndPoint().X(), rAct.GetEndPoint().Y()); in DoAction() 771 long nEnd=GetAngle(rAct.GetEndPoint()-aCenter); in DoAction() 781 long nEnd=GetAngle(rAct.GetEndPoint()-aCenter); in DoAction() 791 long nEnd=GetAngle(rAct.GetEndPoint()-aCenter); in DoAction()
|
/trunk/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1188 ImplWriteLine( pA->GetStartPoint(), pA->GetEndPoint(), NULL ); 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()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1958 … rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( pLineAct->GetEndPoint() )); in createActions() 2097 … static_cast<MetaArcAction*>(pCurrAct)->GetEndPoint(), POLY_ARC ); in createActions() 2111 … static_cast<MetaPieAction*>(pCurrAct)->GetEndPoint(), POLY_PIE ); in createActions() 2125 … static_cast<MetaChordAction*>(pCurrAct)->GetEndPoint(), POLY_CHORD ); in createActions()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 1731 const Point& rEndPoint = pA->GetEndPoint(); in interpretMetafile() 1869 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC); in interpretMetafile() 1883 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE); in interpretMetafile() 1897 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD); in interpretMetafile()
|
/trunk/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 637 ImplLineTo( ( (const MetaLineAction*) pMA )->GetEndPoint() ); in ImplWriteActions() 666 ( (const MetaArcAction*)pMA )->GetEndPoint(), POLY_ARC ); in ImplWriteActions() 675 ( (const MetaPieAction*)pMA )->GetEndPoint(), POLY_PIE ); in ImplWriteActions() 684 ( (const MetaChordAction*)pMA )->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
|