Home
last modified time | relevance | path

Searched refs:GetStartPoint (Results 1 – 16 of 16) sorted by relevance

/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1475 WriteOpcode_Line( pA->GetStartPoint(),pA->GetEndPoint() ); in WriteOpcodes()
1481 … aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().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()
1598 fx1=((double)pA->GetStartPoint().X())-fxc; in WriteOpcodes()
1599 fy1=((double)pA->GetStartPoint().Y())-fyc; in WriteOpcodes()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx945 ImplWritePoint( pA->GetStartPoint() ); in ImplWrite()
961 … aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().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 Dwmfwr.cxx1219 WMFRecord_MoveTo( pA->GetStartPoint() ); in WriteRecords()
1226 … aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().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/vcl/inc/vcl/
H A Dmetaact.hxx256 const Point& GetStartPoint() const { return maStartPt; } in GetStartPoint() function in MetaLineAction
358 const Point& GetStartPoint() const { return maStartPt; } in GetStartPoint() function in MetaArcAction
386 const Point& GetStartPoint() const { return maStartPt; } in GetStartPoint() function in MetaPieAction
414 const Point& GetStartPoint() const { return maStartPt; } in GetStartPoint() function in MetaChordAction
652 const Point& GetStartPoint() const { return maPos; } in GetStartPoint() function in MetaTextLineAction
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx494 const Point& rStart(pA->GetStartPoint()); in clipMetafileContentAgainstOwnRegions()
612 pA->GetStartPoint(), in clipMetafileContentAgainstOwnRegions()
638 pA->GetStartPoint(), in clipMetafileContentAgainstOwnRegions()
664 pA->GetStartPoint(), in clipMetafileContentAgainstOwnRegions()
H A Dpdfwriter_impl2.cxx299 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()
879 …m_rOuterFace.DrawTextLine( pA->GetStartPoint(), pA->GetWidth(), pA->GetStrikeout(), pA->GetUnderli… in playMetafile()
H A Dprint2.cxx408 … aActionBounds = Rectangle( rMetaLineAction.GetStartPoint(), rMetaLineAction.GetEndPoint() ); in ImplCalcActionBounds()
443 static_cast<const MetaArcAction&>(rAct).GetStartPoint(), in ImplCalcActionBounds()
449 static_cast<const MetaPieAction&>(rAct).GetStartPoint(), in ImplCalcActionBounds()
455 static_cast<const MetaChordAction&>(rAct).GetStartPoint(), in ImplCalcActionBounds()
H A Dgdimtf.cxx1066 …aMtf.AddAction( new MetaLineAction( ImplGetRotatedPoint( pAct->GetStartPoint(), aRotAnchor, aRotOf… 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 …const Polygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_… in Rotate()
1172 …aMtf.AddAction( new MetaTextLineAction( ImplGetRotatedPoint( pAct->GetStartPoint(), aRotAnchor, aR… in Rotate()
1553 Point aP1( pAct->GetStartPoint() ), aP2( pAct->GetEndPoint() ); in GetBoundRect()
1701 Point aPt( pAct->GetStartPoint() ); in GetBoundRect()
H A Dcvtsvm.cxx1508 rOStm << pAct->GetStartPoint(); in ImplWriteActions()
1579 rOStm << pAct->GetStartPoint(); in ImplWriteActions()
1592 rOStm << pAct->GetStartPoint(); in ImplWriteActions()
1601 Polygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), in ImplWriteActions()
2408 const Point& rStartPt = pA->GetStartPoint(); in ImplWriteActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1527 METLine( pA->GetStartPoint(), pA->GetEndPoint() ); in WriteOrders()
1616 fdx=(double)(pA->GetStartPoint().X()-aCenter.X()); in WriteOrders()
1617 fdy=(double)(pA->GetStartPoint().Y()-aCenter.Y()); in WriteOrders()
1653 fdx=(double)(pA->GetStartPoint().X()-aCenter.X()); in WriteOrders()
1654 fdy=(double)(pA->GetStartPoint().Y()-aCenter.Y()); in WriteOrders()
1703 fdx=(double)(pA->GetStartPoint().X()-aCenter.X()); in WriteOrders()
1704 fdy=(double)(pA->GetStartPoint().Y()-aCenter.Y()); in WriteOrders()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1468 Impl_writeLine( pA->GetStartPoint(), pA->GetEndPoint() ); in Impl_writeActions()
1474 … aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().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 Dsvdfmtf.cxx698 const basegfx::B2DPoint aStart(rAct.GetStartPoint().X(), rAct.GetStartPoint().Y()); in DoAction()
770 long nStart=GetAngle(rAct.GetStartPoint()-aCenter); in DoAction()
780 long nStart=GetAngle(rAct.GetStartPoint()-aCenter); in DoAction()
790 long nStart=GetAngle(rAct.GetStartPoint()-aCenter); in DoAction()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1956 … rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( pLineAct->GetStartPoint() )); in createActions()
2096 … static_cast<MetaArcAction*>(pCurrAct)->GetStartPoint(), in createActions()
2110 … static_cast<MetaPieAction*>(pCurrAct)->GetStartPoint(), in createActions()
2124 … static_cast<MetaChordAction*>(pCurrAct)->GetStartPoint(), in createActions()
2604 const ::Point aStartPoint( pAct->GetStartPoint() ); in createActions()
2614 ::vcl::unotools::b2DPointFromPoint(pAct->GetStartPoint()) + in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1506 aTextTransform.translate(rAction.GetStartPoint().X(), rAction.GetStartPoint().Y()); in proccessMetaTextLineAction()
1730 const Point& rStartPoint = pA->GetStartPoint(); 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/svg/
H A Dsvgwriter.cxx1188 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/filter/source/graphicfilter/eps/
H A Deps.cxx636 ImplMoveTo( ( (const MetaLineAction*) pMA )->GetStartPoint() ); in ImplWriteActions()
665 …on aPoly( ( (const MetaArcAction*)pMA )->GetRect(), ( (const MetaArcAction*)pMA )->GetStartPoint(), in ImplWriteActions()
674 …on aPoly( ( (const MetaPieAction*)pMA )->GetRect(), ( (const MetaPieAction*)pMA )->GetStartPoint(), in ImplWriteActions()
683 …Poly( ( (const MetaChordAction*)pMA )->GetRect(), ( (const MetaChordAction*)pMA )->GetStartPoint(), in ImplWriteActions()

Completed in 182 milliseconds