Searched refs:MetaRefPointAction (Results 1 – 7 of 7) sorted by relevance
230 case( META_REFPOINT_ACTION ): pAction = new MetaRefPointAction; break; in ReadMetaAction()3960 MetaRefPointAction::MetaRefPointAction( const Point& rRefPoint, sal_Bool bSet ) : in IMPL_META_ACTION()3969 void MetaRefPointAction::Execute( OutputDevice* pOut ) in Execute()3979 MetaAction* MetaRefPointAction::Clone() in Clone()3981 MetaAction* pClone = (MetaAction*) new MetaRefPointAction( *this ); in Clone()3988 sal_Bool MetaRefPointAction::Compare( const MetaAction& rMetaAction ) const in Compare()3990 return ( maRefPoint == ((MetaRefPointAction&)rMetaAction).maRefPoint ) && in Compare()3991 ( mbSet == ((MetaRefPointAction&)rMetaAction).mbSet ); in Compare()3996 void MetaRefPointAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()4004 void MetaRefPointAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()
1270 rMtf.AddAction( new MetaRefPointAction( aRefPoint, bSet ) ); in ImplConvertFromSVM1()2346 const MetaRefPointAction* pA = (MetaRefPointAction*) pAction; in ImplWriteActions()
1457 mpMetaFile->AddAction( new MetaRefPointAction( Point(), sal_False ) ); in SetRefPoint()1474 mpMetaFile->AddAction( new MetaRefPointAction( rRefPoint, sal_True ) ); in SetRefPoint()
1421 MetaRefPointAction* pAct = (MetaRefPointAction*) pAction; in Rotate()1422 …aMtf.AddAction( new MetaRefPointAction( ImplGetRotatedPoint( pAct->GetRefPoint(), aRotAnchor, aRot… in Rotate()
141 void DoAction(MetaRefPointAction& rAct) { rAct.Execute(&maVD); } in DoAction()
199 case META_REFPOINT_ACTION : DoAction((MetaRefPointAction&)*pAct); break; in DoLoopActions()
1457 class VCL_DLLPUBLIC MetaRefPointAction : public MetaAction class1469 MetaRefPointAction( const Point& rRefPoint, sal_Bool bSet );
Completed in 70 milliseconds