Home
last modified time | relevance | path

Searched refs:MetaHatchAction (Results 1 – 18 of 18) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx209 case( META_HATCH_ACTION ): pAction = new MetaHatchAction; break; in ReadMetaAction()
2646 MetaHatchAction::MetaHatchAction( const PolyPolygon& rPolyPoly, const Hatch& rHatch ) : in IMPL_META_ACTION()
2655 void MetaHatchAction::Execute( OutputDevice* pOut ) in Execute()
2662 MetaAction* MetaHatchAction::Clone() in Clone()
2664 MetaAction* pClone = (MetaAction*) new MetaHatchAction( *this ); in Clone()
2671 void MetaHatchAction::Move( long nHorzMove, long nVertMove ) in Move()
2678 void MetaHatchAction::Scale( double fScaleX, double fScaleY ) in Scale()
2686 sal_Bool MetaHatchAction::Compare( const MetaAction& rMetaAction ) const in Compare()
2688 return ( maPolyPoly == ((MetaHatchAction&)rMetaAction).maPolyPoly ) && in Compare()
2689 ( maHatch == ((MetaHatchAction&)rMetaAction).maHatch ); in Compare()
[all …]
H A Dgdimtf.cxx1340 MetaHatchAction* pAct = (MetaHatchAction*) pAction; in Rotate()
1344 …aMtf.AddAction( new MetaHatchAction( ImplGetRotatedPolyPolygon( pAct->GetPolyPolygon(), aRotAnchor… in Rotate()
1764 MetaHatchAction* pAct = (MetaHatchAction*) pAction; in GetBoundRect()
2261 MetaHatchAction* pAct = (MetaHatchAction*) pAction; in ImplExchangeColors()
2265 aMtf.Insert( new MetaHatchAction( pAct->GetPolyPolygon(), aHatch ), LIST_APPEND ); in ImplExchangeColors()
H A Dcvtsvm.cxx1254 rMtf.AddAction( new MetaHatchAction( aPolyPoly, aHatch ) ); in ImplConvertFromSVM1()
2301 const MetaHatchAction* pA = (MetaHatchAction*) pAction; in ImplWriteActions()
H A Dpdfwriter_impl2.cxx396 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in playMetafile()
H A Dprint2.cxx537 aActionBounds = static_cast<const MetaHatchAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds()
H A Doutdev4.cxx1085 mpMetaFile->AddAction( new MetaHatchAction( rPolyPoly, aHatch ) ); in DrawHatch()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx110 void DoAction(MetaHatchAction & rAct);
H A Dsvdfmtf.cxx182 case META_HATCH_ACTION : DoAction((MetaHatchAction &)*pAct); break; in DoLoopActions()
1151 void ImpSdrGDIMetaFileImport::DoAction( MetaHatchAction& rAct ) in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx981 class VCL_DLLPUBLIC MetaHatchAction : public MetaAction class
993 MetaHatchAction( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1102 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in ImplWrite()
H A Dwmfwr.cxx1480 const MetaHatchAction* pA = (const MetaHatchAction*) pMA; in WriteRecords()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1594 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx2094 const MetaHatchAction* pA = (const MetaHatchAction*) pMA; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1903 const MetaHatchAction* pA = (const MetaHatchAction*) pMA; in WriteOpcodes()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1341 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in ImplWriteActions()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1674 … rVDev.AddHatchActions( static_cast<MetaHatchAction*>(pCurrAct)->GetPolyPolygon(), in createActions()
1675 static_cast<MetaHatchAction*>(pCurrAct)->GetHatch(), in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2346 const MetaHatchAction* pA = (const MetaHatchAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx887 l_aVDev.AddHatchActions( ( (const MetaHatchAction*)pMA)->GetPolyPolygon(), in ImplWriteActions()
888 ( (const MetaHatchAction*)pMA )->GetHatch(), aTmpMtf ); in ImplWriteActions()

Completed in 175 milliseconds