Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx224 case( META_PUSH_ACTION ): pAction = new MetaPushAction; break; in ReadMetaAction()
3581 MetaPushAction::MetaPushAction( sal_uInt16 nFlags ) : in IMPL_META_ACTION()
3589 void MetaPushAction::Execute( OutputDevice* pOut ) in Execute()
3596 MetaAction* MetaPushAction::Clone() in Clone()
3598 MetaAction* pClone = (MetaAction*) new MetaPushAction( *this ); in Clone()
3605 sal_Bool MetaPushAction::Compare( const MetaAction& rMetaAction ) const in Compare()
3607 return mnFlags == ((MetaPushAction&)rMetaAction).mnFlags; in Compare()
3612 void MetaPushAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
3620 void MetaPushAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()
H A Dcvtsvm.cxx721 rMtf.AddAction( new MetaPushAction( PUSH_LINECOLOR ) ); in ImplConvertFromSVM1()
741 rMtf.AddAction( new MetaPushAction( PUSH_LINECOLOR ) ); in ImplConvertFromSVM1()
761 rMtf.AddAction( new MetaPushAction( PUSH_LINECOLOR ) ); in ImplConvertFromSVM1()
776 rMtf.AddAction( new MetaPushAction( PUSH_RASTEROP ) ); in ImplConvertFromSVM1()
801 rMtf.AddAction( new MetaPushAction( PUSH_LINECOLOR ) ); in ImplConvertFromSVM1()
823 rMtf.AddAction( new MetaPushAction( PUSH_LINECOLOR ) ); in ImplConvertFromSVM1()
1155 rMtf.AddAction( new MetaPushAction( PUSH_ALL ) ); in ImplConvertFromSVM1()
H A Dgdimetafiletools.cxx376 const MetaPushAction* pA = static_cast< const MetaPushAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Dprint2.cxx161 o_rMtf.AddAction( new MetaPushAction( PUSH_LINECOLOR|PUSH_FILLCOLOR ) ); in ImplConvertTransparentAction()
1199 rOutMtf.AddAction( new MetaPushAction( PUSH_MAPMODE ) ); in RemoveTransparenciesFromMetaFile()
H A Doutdev4.cxx1020 mpMetaFile->AddAction( new MetaPushAction( PUSH_ALL ) ); in AddGradientActions()
1138 mpMetaFile->AddAction( new MetaPushAction( PUSH_ALL ) ); in AddHatchActions()
H A Dpdfwriter_impl2.cxx1010 const MetaPushAction* pA = (const MetaPushAction*) pAction; in playMetafile()
H A Dprint3.cxx957 o_rMtf.AddAction( new MetaPushAction( PUSH_ALL ) ); in appendSubPage()
973 …o_rMtf.AddAction( new MetaPushAction( PUSH_LINECOLOR | PUSH_FILLCOLOR | PUSH_CLIPREGION | PUSH_MAP… in appendSubPage()
H A Dgdimtf.cxx1902 MetaPushAction* pAct = (MetaPushAction*) pAction; in GetBoundRect()
H A Doutdev.cxx2483 mpMetaFile->AddAction( new MetaPushAction( nFlags ) ); in Push()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx675 const MetaPushAction* pA = (const MetaPushAction*)pAction; in ImplApplyFilterData()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx120 void DoAction(MetaPushAction & rAct) { rAct.Execute(&maVD); checkClip(); } in DoAction()
H A Dsvdfmtf.cxx180 case META_PUSH_ACTION : DoAction((MetaPushAction &)*pAct); break; in DoLoopActions()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1321 class VCL_DLLPUBLIC MetaPushAction : public MetaAction class
1332 explicit MetaPushAction( sal_uInt16 nFlags );
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx953 …mpGDIMetaFile->AddAction( new MetaPushAction( PUSH_CLIPREGION ) ); // The original clipregion has… in WinMtfOutput()
993 mpGDIMetaFile->AddAction( new MetaPushAction( PUSH_CLIPREGION ) ); // in UpdateClipRegion()
1119 mpGDIMetaFile->AddAction( new MetaPushAction( PUSH_LINECOLOR ) ); in StrokeAndFillPath()
H A Dwmfwr.cxx1630 const MetaPushAction* pA = (const MetaPushAction*)pMA; in WriteRecords()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1363 MetaPushAction* pPushAction = static_cast<MetaPushAction*>(pCurrAct); in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2791 const MetaPushAction* pA = (const MetaPushAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1035 rVDev.Push(((const MetaPushAction*)pMA)->GetFlags() ); in ImplWriteActions()

Completed in 242 milliseconds