Searched refs:MetaHatchAction (Results 1 – 18 of 18) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | metaact.cxx | 209 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 D | gdimtf.cxx | 1340 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 D | cvtsvm.cxx | 1254 rMtf.AddAction( new MetaHatchAction( aPolyPoly, aHatch ) ); in ImplConvertFromSVM1() 2301 const MetaHatchAction* pA = (MetaHatchAction*) pAction; in ImplWriteActions()
|
H A D | pdfwriter_impl2.cxx | 396 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in playMetafile()
|
H A D | print2.cxx | 537 aActionBounds = static_cast<const MetaHatchAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds()
|
H A D | outdev4.cxx | 1085 mpMetaFile->AddAction( new MetaHatchAction( rPolyPoly, aHatch ) ); in DrawHatch()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdfmtf.hxx | 110 void DoAction(MetaHatchAction & rAct);
|
H A D | svdfmtf.cxx | 182 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 D | metaact.hxx | 981 class VCL_DLLPUBLIC MetaHatchAction : public MetaAction class 993 MetaHatchAction( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1102 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in ImplWrite()
|
H A D | wmfwr.cxx | 1480 const MetaHatchAction* pA = (const MetaHatchAction*) pMA; in WriteRecords()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1594 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in Impl_writeActions()
|
/trunk/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 2094 const MetaHatchAction* pA = (const MetaHatchAction*) pMA; in WriteOrders()
|
/trunk/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1903 const MetaHatchAction* pA = (const MetaHatchAction*) pMA; in WriteOpcodes()
|
/trunk/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1341 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in ImplWriteActions()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1674 … rVDev.AddHatchActions( static_cast<MetaHatchAction*>(pCurrAct)->GetPolyPolygon(), in createActions() 1675 static_cast<MetaHatchAction*>(pCurrAct)->GetHatch(), in createActions()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 2346 const MetaHatchAction* pA = (const MetaHatchAction*)pAction; in interpretMetafile()
|
/trunk/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 887 l_aVDev.AddHatchActions( ( (const MetaHatchAction*)pMA)->GetPolyPolygon(), in ImplWriteActions() 888 ( (const MetaHatchAction*)pMA )->GetHatch(), aTmpMtf ); in ImplWriteActions()
|
Completed in 183 milliseconds