Home
last modified time | relevance | path

Searched refs:MetaChordAction (Results 1 – 19 of 19) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx189 case( META_CHORD_ACTION ): pAction = new MetaChordAction; break; in ReadMetaAction()
835 MetaChordAction::MetaChordAction( const Rectangle& rRect, in IMPL_META_ACTION()
846 void MetaChordAction::Execute( OutputDevice* pOut ) in Execute()
853 MetaAction* MetaChordAction::Clone() in Clone()
855 MetaAction* pClone = (MetaAction*) new MetaChordAction( *this ); in Clone()
862 void MetaChordAction::Move( long nHorzMove, long nVertMove ) in Move()
871 void MetaChordAction::Scale( double fScaleX, double fScaleY ) in Scale()
882 return ( maRect == ((MetaChordAction&)rMetaAction).maRect ) && in Compare()
883 ( maStartPt == ((MetaChordAction&)rMetaAction).maStartPt ) && in Compare()
884 ( maEndPt == ((MetaChordAction&)rMetaAction).maEndPt ); in Compare()
[all …]
H A Dprint2.cxx454 aActionBounds = Polygon( static_cast<const MetaChordAction&>(rAct).GetRect(), in ImplCalcActionBounds()
455 static_cast<const MetaChordAction&>(rAct).GetStartPoint(), in ImplCalcActionBounds()
456 … static_cast<const MetaChordAction&>(rAct).GetEndPoint(), POLY_CHORD ).GetBoundRect(); in ImplCalcActionBounds()
H A Dgdimetafiletools.cxx653 const MetaChordAction* pA = static_cast< const MetaChordAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Doutdev5.cxx265 mpMetaFile->AddAction( new MetaChordAction( rRect, rStartPt, rEndPt ) ); in DrawChord()
H A Dgdimtf.cxx1117 MetaChordAction* pAct = (MetaChordAction*) pAction; in Rotate()
1612 MetaChordAction* pAct = (MetaChordAction*) pAction; in GetBoundRect()
H A Dpdfwriter_impl2.cxx342 const MetaChordAction* pA = (const MetaChordAction*) pAction; in playMetafile()
H A Dcvtsvm.cxx1600 MetaChordAction* pAct = (MetaChordAction*) pAction; in ImplWriteActions()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx99 void DoAction(MetaChordAction & rAct);
H A Dsvdfmtf.cxx157 case META_CHORD_ACTION : DoAction((MetaChordAction &)*pAct); break; in DoLoopActions()
787 void ImpSdrGDIMetaFileImport::DoAction(MetaChordAction& rAct) in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx394 class VCL_DLLPUBLIC MetaChordAction : public MetaAction class
407 MetaChordAction( const Rectangle& rRect,
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1045 const MetaChordAction* pA = (const MetaChordAction*) pAction; in ImplWrite()
H A Dwinmtf.cxx1327 mpGDIMetaFile->AddAction( new MetaChordAction( aRect, aStart, aEnd ) ); in DrawChord()
1334 mpGDIMetaFile->AddAction( new MetaChordAction( aRect, aStart, aEnd ) ); in DrawChord()
H A Dwmfwr.cxx1281 const MetaChordAction* pA = (const MetaChordAction*) pMA; in WriteRecords()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2123 … const Polygon aToolsPoly( static_cast<MetaChordAction*>(pCurrAct)->GetRect(), in createActions()
2124 … static_cast<MetaChordAction*>(pCurrAct)->GetStartPoint(), in createActions()
2125 … static_cast<MetaChordAction*>(pCurrAct)->GetEndPoint(), POLY_CHORD ); in createActions()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx683 …Polygon aPoly( ( (const MetaChordAction*)pMA )->GetRect(), ( (const MetaChordAction*)pMA )->GetSta… in ImplWriteActions()
684 ( (const MetaChordAction*)pMA )->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1529 const MetaChordAction* pA = (const MetaChordAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1697 const MetaChordAction* pA = (const MetaChordAction*) pMA; in WriteOrders()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1255 const MetaChordAction* pA = (const MetaChordAction*) pAction; in ImplWriteActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1896 const MetaChordAction* pA = (const MetaChordAction*)pAction; in interpretMetafile()

Completed in 197 milliseconds