Home
last modified time | relevance | path

Searched refs:MetaLineAction (Results 1 – 21 of 21) sorted by path

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1951 MetaLineAction* pLineAct = static_cast<MetaLineAction*>(pCurrAct); in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1729 const MetaLineAction* pA = (const MetaLineAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1464 const MetaLineAction* pA = (const MetaLineAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1516 const MetaLineAction* pA = (const MetaLineAction*) pMA; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1468 const MetaLineAction* pA = (const MetaLineAction*) pMA; in WriteOpcodes()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx631 const LineInfo& rLineInfo = ( ( const MetaLineAction*)pMA )->GetLineInfo(); in ImplWriteActions()
636 ImplMoveTo( ( (const MetaLineAction*) pMA )->GetStartPoint() ); in ImplWriteActions()
637 ImplLineTo( ( (const MetaLineAction*) pMA )->GetEndPoint() ); in ImplWriteActions()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1185 const MetaLineAction* pA = (const MetaLineAction*) pAction; in ImplWriteActions()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx938 const MetaLineAction* pA = (const MetaLineAction*) pAction; in ImplWrite()
H A Dwinmtf.cxx1169 mpGDIMetaFile->AddAction( new MetaLineAction( maActPos, aDest, maLineStyle.aLineInfo ) ); in LineTo()
1180 …mpGDIMetaFile->AddAction( new MetaLineAction( ImplMap( rSource), ImplMap( rDest ), maLineStyle.aLi… in DrawLine()
H A Dwmfwr.cxx1214 const MetaLineAction* pA = (const MetaLineAction *) pMA; in WriteRecords()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx151 case META_LINE_ACTION : DoAction((MetaLineAction &)*pAct); break; in DoLoopActions()
695 void ImpSdrGDIMetaFileImport::DoAction(MetaLineAction& rAct) in DoAction()
H A Dsvdfmtf.hxx93 void DoAction(MetaLineAction & rAct);
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx236 class VCL_DLLPUBLIC MetaLineAction : public MetaAction class
249 MetaLineAction( const Point& rStart, const Point& rEnd );
250 MetaLineAction( const Point& rStart, const Point& rEnd,
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx591 rMtf.AddAction( new MetaLineAction( aPt, aPt1, aLineInfo ) ); in ImplConvertFromSVM1()
1468 MetaLineAction* pAct = (MetaLineAction*) pAction; in ImplWriteActions()
H A Dgdimetafiletools.cxx493 const MetaLineAction* pA = static_cast< const MetaLineAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Dgdimtf.cxx1065 MetaLineAction* pAct = (MetaLineAction*) pAction; in Rotate()
1066 …aMtf.AddAction( new MetaLineAction( ImplGetRotatedPoint( pAct->GetStartPoint(), aRotAnchor, aRotOf… in Rotate()
1552 MetaLineAction* pAct = (MetaLineAction*) pAction; in GetBoundRect()
H A Dmetaact.cxx183 case( META_LINE_ACTION ): pAction = new MetaLineAction; break; in ReadMetaAction()
390 MetaLineAction::MetaLineAction( const Point& rStart, const Point& rEnd ) : in IMPL_META_ACTION()
399 MetaLineAction::MetaLineAction( const Point& rStart, const Point& rEnd, in MetaLineAction() function in MetaLineAction
410 void MetaLineAction::Execute( OutputDevice* pOut ) in Execute()
420 MetaAction* MetaLineAction::Clone() in Clone()
422 MetaAction* pClone = (MetaAction*) new MetaLineAction( *this ); in Clone()
429 void MetaLineAction::Move( long nHorzMove, long nVertMove ) in Move()
437 void MetaLineAction::Scale( double fScaleX, double fScaleY ) in Scale()
449 ( maStartPt == ((MetaLineAction&)rMetaAction).maStartPt ) && in Compare()
450 ( maEndPt == ((MetaLineAction&)rMetaAction).maEndPt ); in Compare()
[all …]
H A Doutdev.cxx1491 mpMetaFile->AddAction( new MetaLineAction( rStartPt, rEndPt ) ); in DrawLine()
1699 mpMetaFile->AddAction( new MetaLineAction( rStartPt, rEndPt, rLineInfo ) ); in DrawLine()
H A Doutdev4.cxx1401 mpMetaFile->AddAction( new MetaLineAction( pPtBuffer[ i ], pPtBuffer[ i + 1 ] ) ); in ImplDrawHatchLine()
H A Dpdfwriter_impl2.cxx297 const MetaLineAction* pA = (const MetaLineAction*) pAction; in playMetafile()
H A Dprint2.cxx407 const MetaLineAction& rMetaLineAction = static_cast<const MetaLineAction&>(rAct); in ImplCalcActionBounds()

Completed in 185 milliseconds