/aoo41x/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 640 …MetaPolyLineAction* pPolyLineAction = dynamic_cast< MetaPolyLineAction* >(rMtf.GetAction(nLastPoly… in ImplConvertFromSVM1() 650 new MetaPolyLineAction( in ImplConvertFromSVM1() 708 rMtf.AddAction( new MetaPolyLineAction( aRect, aLineInfo ) ); in ImplConvertFromSVM1() 725 rMtf.AddAction( new MetaPolyLineAction( aPoly, aLineInfo ) ); in ImplConvertFromSVM1() 745 rMtf.AddAction( new MetaPolyLineAction( aPoly, aLineInfo ) ); in ImplConvertFromSVM1() 765 rMtf.AddAction( new MetaPolyLineAction( aPoly, aLineInfo ) ); in ImplConvertFromSVM1() 789 rMtf.AddAction( new MetaPolyLineAction( aActionPoly, aLineInfo ) ); in ImplConvertFromSVM1() 791 rMtf.AddAction( new MetaPolyLineAction( aActionPoly ) ); in ImplConvertFromSVM1() 805 rMtf.AddAction( new MetaPolyLineAction( aActionPoly, aLineInfo ) ); in ImplConvertFromSVM1() 829 rMtf.AddAction( new MetaPolyLineAction( aPolyPoly[ nPoly ], aLineInfo ) ); in ImplConvertFromSVM1() [all …]
|
H A D | metaact.cxx | 190 case( META_POLYLINE_ACTION ): pAction = new MetaPolyLineAction; break; in ReadMetaAction() 909 MetaPolyLineAction::MetaPolyLineAction( const Polygon& rPoly ) : in IMPL_META_ACTION() 917 MetaPolyLineAction::MetaPolyLineAction( const Polygon& rPoly, const LineInfo& rLineInfo ) : in MetaPolyLineAction() function in MetaPolyLineAction 926 void MetaPolyLineAction::Execute( OutputDevice* pOut ) in Execute() 936 MetaAction* MetaPolyLineAction::Clone() in Clone() 938 MetaAction* pClone = (MetaAction*) new MetaPolyLineAction( *this ); in Clone() 945 void MetaPolyLineAction::Move( long nHorzMove, long nVertMove ) in Move() 952 void MetaPolyLineAction::Scale( double fScaleX, double fScaleY ) in Scale() 963 if ( maLineInfo != ((MetaPolyLineAction&)rMetaAction).maLineInfo ) in Compare() 966 bIsEqual = maPoly.IsEqual(((MetaPolyLineAction&)rMetaAction).maPoly ); in Compare() [all …]
|
H A D | gdimetafiletools.cxx | 70 new MetaPolyLineAction( in handleGeometricContent() 679 … const MetaPolyLineAction* pA = static_cast< const MetaPolyLineAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
|
H A D | outdev.cxx | 1789 mpMetaFile->AddAction( new MetaPolyLineAction( rPoly ) ); in DrawPolyLine() 1882 mpMetaFile->AddAction( new MetaPolyLineAction( rPoly, rLineInfo ) ); in DrawPolyLine() 2341 mpMetaFile->AddAction( new MetaPolyLineAction( aToolsPolygon, aLineInfo ) ); in TryDrawPolyLineDirect() 2373 mpMetaFile->AddAction( new MetaPolyLineAction( aToolsPolygon, aLineInfo ) ); in DrawPolyLine()
|
H A D | gdimtf.cxx | 1126 MetaPolyLineAction* pAct = (MetaPolyLineAction*) pAction; in Rotate() 1127 …aMtf.AddAction( new MetaPolyLineAction( ImplGetRotatedPolygon( pAct->GetPolygon(), aRotAnchor, aRo… in Rotate() 1621 MetaPolyLineAction* pAct = (MetaPolyLineAction*) pAction; in GetBoundRect() 2850 …case( META_POLYLINE_ACTION ): nSizeBytes += ( ( (MetaPolyLineAction*) pAction )->GetPolygon().GetS… in GetSizeBytes()
|
H A D | print2.cxx | 461 const MetaPolyLineAction& rMetaPolyLineAction = static_cast<const MetaPolyLineAction&>(rAct); in ImplCalcActionBounds()
|
H A D | pdfwriter_impl2.cxx | 356 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pAction; in playMetafile()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 1134 mpGDIMetaFile->AddAction( new MetaPolyLineAction( aPathObj[ i ], maLineStyle.aLineInfo ) ); in StrokeAndFillPath() 1207 …mpGDIMetaFile->AddAction( new MetaPolyLineAction( Polygon( ImplMap( rRect ) ),maLineStyle.aLineInf… in DrawRect() 1248 …mpGDIMetaFile->AddAction( new MetaPolyLineAction( Polygon( aCenter, aRad.Width(), aRad.Height() ),… in DrawEllipse() 1276 …mpGDIMetaFile->AddAction( new MetaPolyLineAction( Polygon( aCenter, aRad.Width(), aRad.Height() ),… in DrawArc() 1279 …mpGDIMetaFile->AddAction( new MetaPolyLineAction( Polygon( aRect, aStart, aEnd, POLY_ARC ), maLine… in DrawArc() 1304 …mpGDIMetaFile->AddAction( new MetaPolyLineAction( Polygon( aRect, aStart, aEnd, POLY_PIE ), maLine… in DrawPie() 1329 …mpGDIMetaFile->AddAction( new MetaPolyLineAction( Polygon( aRect, aStart, aEnd, POLY_CHORD ), maLi… in DrawChord() 1373 mpGDIMetaFile->AddAction( new MetaPolyLineAction( rPolygon, maLineStyle.aLineInfo ) ); in DrawPolygon() 1429 mpGDIMetaFile->AddAction( new MetaPolyLineAction( rPolygon, maLineStyle.aLineInfo ) ); in DrawPolyLine() 1460 mpGDIMetaFile->AddAction( new MetaPolyLineAction( rPolygon, maLineStyle.aLineInfo ) ); in DrawPolyBezier()
|
H A D | emfwr.cxx | 1064 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pAction; in ImplWrite()
|
H A D | wmfwr.cxx | 1290 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pMA; in WriteRecords()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 422 class VCL_DLLPUBLIC MetaPolyLineAction : public MetaAction class 434 explicit MetaPolyLineAction( const Polygon& ); 435 explicit MetaPolyLineAction( const Polygon&, const LineInfo& );
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdfmtf.hxx | 100 void DoAction(MetaPolyLineAction & rAct);
|
H A D | svdfmtf.cxx | 158 case META_POLYLINE_ACTION : DoAction((MetaPolyLineAction &)*pAct); break; in DoLoopActions() 920 void ImpSdrGDIMetaFileImport::DoAction( MetaPolyLineAction& rAct ) in DoAction()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1548 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pAction; in Impl_writeActions()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1278 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pAction; in ImplWriteActions()
|
/aoo41x/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 1747 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pMA; in WriteOrders()
|
/aoo41x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1631 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pMA; in WriteOpcodes()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 1910 const MetaPolyLineAction* pA = (const MetaPolyLineAction*)pAction; in interpretMetafile()
|
/aoo41x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 692 Polygon aPoly( ( (const MetaPolyLineAction*) pMA )->GetPolygon() ); in ImplWriteActions() 693 const LineInfo& rLineInfo = ( ( const MetaPolyLineAction*)pMA )->GetLineInfo(); in ImplWriteActions()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 2140 … MetaPolyLineAction* pPolyLineAct = static_cast<MetaPolyLineAction*>(pCurrAct); in createActions()
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 1273 mpMetaFile->AddAction(new MetaPolyLineAction(aToolsPolygon, aLineInfo)); in processBasePrimitive2D()
|