Home
last modified time | relevance | path

Searched refs:MetaRefPointAction (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx230 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()
H A Dcvtsvm.cxx1270 rMtf.AddAction( new MetaRefPointAction( aRefPoint, bSet ) ); in ImplConvertFromSVM1()
2346 const MetaRefPointAction* pA = (MetaRefPointAction*) pAction; in ImplWriteActions()
H A Doutdev.cxx1457 mpMetaFile->AddAction( new MetaRefPointAction( Point(), sal_False ) ); in SetRefPoint()
1474 mpMetaFile->AddAction( new MetaRefPointAction( rRefPoint, sal_True ) ); in SetRefPoint()
H A Dgdimtf.cxx1421 MetaRefPointAction* pAct = (MetaRefPointAction*) pAction; in Rotate()
1422 …aMtf.AddAction( new MetaRefPointAction( ImplGetRotatedPoint( pAct->GetRefPoint(), aRotAnchor, aRot… in Rotate()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx141 void DoAction(MetaRefPointAction& rAct) { rAct.Execute(&maVD); } in DoAction()
H A Dsvdfmtf.cxx199 case META_REFPOINT_ACTION : DoAction((MetaRefPointAction&)*pAct); break; in DoLoopActions()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1457 class VCL_DLLPUBLIC MetaRefPointAction : public MetaAction class
1469 MetaRefPointAction( const Point& rRefPoint, sal_Bool bSet );

Completed in 81 milliseconds