Home
last modified time | relevance | path

Searched refs:MetaTextLineAction (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5448 …mpMetaFile->AddAction( new MetaTextLineAction( rPos, nWidth, eStrikeout, eUnderline, eOverline ) ); in DrawTextLine()
H A Dgdimtf.cxx1171 MetaTextLineAction* pAct = (MetaTextLineAction*) pAction; in Rotate()
1172 …aMtf.AddAction( new MetaTextLineAction( ImplGetRotatedPoint( pAct->GetStartPoint(), aRotAnchor, aR… in Rotate()
1694 MetaTextLineAction* pAct = (MetaTextLineAction*) pAction; in GetBoundRect()
H A Dpdfwriter_impl2.cxx878 const MetaTextLineAction* pA = (const MetaTextLineAction*) pAction; in playMetafile()
H A Dmetaact.cxx197 case( META_TEXTLINE_ACTION ): pAction = new MetaTextLineAction; break; in ReadMetaAction()
1687 MetaTextLineAction::MetaTextLineAction( const Point& rPos, long nWidth, in IMPL_META_ACTION()
1702 void MetaTextLineAction::Execute( OutputDevice* pOut ) in Execute()
1709 MetaAction* MetaTextLineAction::Clone() in Clone()
1711 MetaAction* pClone = (MetaAction*)new MetaTextLineAction( *this ); in Clone()
1718 void MetaTextLineAction::Move( long nHorzMove, long nVertMove ) in Move()
1725 void MetaTextLineAction::Scale( double fScaleX, double fScaleY ) in Scale()
1735 return ( maPos == ((MetaTextLineAction&)rMetaAction).maPos ) && in Compare()
1736 ( mnWidth == ((MetaTextLineAction&)rMetaAction).mnWidth ) && in Compare()
1739 ( meOverline == ((MetaTextLineAction&)rMetaAction).meOverline ); in Compare()
[all …]
H A Dcvtsvm.cxx1310 rMtf.AddAction( new MetaTextLineAction( aStartPt, nWidth, in ImplConvertFromSVM1()
2407 const MetaTextLineAction* pA = (MetaTextLineAction*) pAction; in ImplWriteActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1475 const MetaTextLineAction& rAction, in proccessMetaTextLineAction()
2950 const MetaTextLineAction* pA = (const MetaTextLineAction*)pAction; in interpretMetafile()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2599 MetaTextLineAction* pAct = static_cast<MetaTextLineAction*>(pCurrAct); in createActions()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx630 class VCL_DLLPUBLIC MetaTextLineAction : public MetaAction class
645 MetaTextLineAction( const Point& rPos, long nWidth,
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx201 case META_TEXTLINE_ACTION : DoAction((MetaTextLineAction&)*pAct); break; in DoLoopActions()
1485 void ImpSdrGDIMetaFileImport::DoAction(MetaTextLineAction& /*rAct*/) in DoAction() argument
H A Dsvdfmtf.hxx143 void DoAction(MetaTextLineAction& rAct);

Completed in 148 milliseconds