Home
last modified time | relevance | path

Searched refs:MetaPointAction (Results 1 – 19 of 19) sorted by path

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1903 static_cast<MetaPointAction*>(pCurrAct)->GetPoint() ), in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1703 const MetaPointAction* pA = (const MetaPointAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1456 const MetaPointAction* pA = (const MetaPointAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1503 const MetaPointAction* pA = (const MetaPointAction*) pMA; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1456 const MetaPointAction* pA = (const MetaPointAction*) pMA; in WriteOpcodes()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx623 ImplMoveTo( ( (const MetaPointAction*)pMA )->GetPoint() ); in ImplWriteActions()
624 ImplLineTo( ( (const MetaPointAction*)pMA )->GetPoint() ); in ImplWriteActions()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1173 const MetaPointAction* pA = (const MetaPointAction*) pAction; in ImplWriteActions()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx923 const MetaPointAction* pA = (const MetaPointAction*) pAction; in ImplWrite()
H A Dwmfwr.cxx1203 const MetaPointAction* pA = (const MetaPointAction*) pMA; in WriteRecords()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx150 case META_POINT_ACTION : DoAction((MetaPointAction &)*pAct); break; in DoLoopActions()
691 void ImpSdrGDIMetaFileImport::DoAction(MetaPointAction& /*rAct*/) in DoAction() argument
H A Dsvdfmtf.hxx92 void DoAction(MetaPointAction & rAct);
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx214 class VCL_DLLPUBLIC MetaPointAction : public MetaAction class
224 explicit MetaPointAction( const Point& );
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx584 rMtf.AddAction( new MetaPointAction( aPt ) ); in ImplConvertFromSVM1()
1457 MetaPointAction* pAct = (MetaPointAction*) pAction; in ImplWriteActions()
H A Dgdimetafiletools.cxx475 const MetaPointAction* pA = static_cast< const MetaPointAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Dgdimtf.cxx1058 MetaPointAction* pAct = (MetaPointAction*) pAction; in Rotate()
1059 …aMtf.AddAction( new MetaPointAction( ImplGetRotatedPoint( pAct->GetPoint(), aRotAnchor, aRotOffset… in Rotate()
1542 MetaPointAction* pAct = (MetaPointAction*) pAction; in GetBoundRect()
H A Dmetaact.cxx182 case( META_POINT_ACTION ): pAction = new MetaPointAction; break; in ReadMetaAction()
325 MetaPointAction::MetaPointAction( const Point& rPt ) : in IMPL_META_ACTION()
333 void MetaPointAction::Execute( OutputDevice* pOut ) in Execute()
340 MetaAction* MetaPointAction::Clone() in Clone()
342 MetaAction* pClone = (MetaAction*) new MetaPointAction( *this ); in Clone()
349 void MetaPointAction::Move( long nHorzMove, long nVertMove ) in Move()
356 void MetaPointAction::Scale( double fScaleX, double fScaleY ) in Scale()
363 sal_Bool MetaPointAction::Compare( const MetaAction& rMetaAction ) const in Compare()
365 return maPt == ((MetaPointAction&)rMetaAction).maPt; in Compare()
370 void MetaPointAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
[all …]
H A Doutdev2.cxx1736 mpMetaFile->AddAction( new MetaPointAction( rPt ) ); in DrawPixel()
H A Dpdfwriter_impl2.cxx290 const MetaPointAction* pA = (const MetaPointAction*) pAction; in playMetafile()
H A Dprint2.cxx402 … aActionBounds = Rectangle( static_cast<const MetaPointAction&>(rAct).GetPoint(), Size( 1, 1 ) ); in ImplCalcActionBounds()

Completed in 187 milliseconds