Searched refs:MetaPushAction (Results 1 – 18 of 18) sorted by relevance
224 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()
721 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()
376 const MetaPushAction* pA = static_cast< const MetaPushAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
161 o_rMtf.AddAction( new MetaPushAction( PUSH_LINECOLOR|PUSH_FILLCOLOR ) ); in ImplConvertTransparentAction()1199 rOutMtf.AddAction( new MetaPushAction( PUSH_MAPMODE ) ); in RemoveTransparenciesFromMetaFile()
1020 mpMetaFile->AddAction( new MetaPushAction( PUSH_ALL ) ); in AddGradientActions()1138 mpMetaFile->AddAction( new MetaPushAction( PUSH_ALL ) ); in AddHatchActions()
1010 const MetaPushAction* pA = (const MetaPushAction*) pAction; in playMetafile()
957 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()
1902 MetaPushAction* pAct = (MetaPushAction*) pAction; in GetBoundRect()
2483 mpMetaFile->AddAction( new MetaPushAction( nFlags ) ); in Push()
675 const MetaPushAction* pA = (const MetaPushAction*)pAction; in ImplApplyFilterData()
120 void DoAction(MetaPushAction & rAct) { rAct.Execute(&maVD); checkClip(); } in DoAction()
180 case META_PUSH_ACTION : DoAction((MetaPushAction &)*pAct); break; in DoLoopActions()
1321 class VCL_DLLPUBLIC MetaPushAction : public MetaAction class1332 explicit MetaPushAction( sal_uInt16 nFlags );
953 …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()
1630 const MetaPushAction* pA = (const MetaPushAction*)pMA; in WriteRecords()
1363 MetaPushAction* pPushAction = static_cast<MetaPushAction*>(pCurrAct); in createActions()
2791 const MetaPushAction* pA = (const MetaPushAction*)pAction; in interpretMetafile()
1035 rVDev.Push(((const MetaPushAction*)pMA)->GetFlags() ); in ImplWriteActions()
Completed in 318 milliseconds