Searched refs:MetaTextLineAction (Results 1 – 10 of 10) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | metaact.cxx | 197 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 D | gdimtf.cxx | 1171 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 D | cvtsvm.cxx | 1310 rMtf.AddAction( new MetaTextLineAction( aStartPt, nWidth, in ImplConvertFromSVM1() 2407 const MetaTextLineAction* pA = (MetaTextLineAction*) pAction; in ImplWriteActions()
|
H A D | pdfwriter_impl2.cxx | 878 const MetaTextLineAction* pA = (const MetaTextLineAction*) pAction; in playMetafile()
|
H A D | outdev3.cxx | 5448 …mpMetaFile->AddAction( new MetaTextLineAction( rPos, nWidth, eStrikeout, eUnderline, eOverline ) ); in DrawTextLine()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdfmtf.hxx | 143 void DoAction(MetaTextLineAction& rAct);
|
H A D | svdfmtf.cxx | 201 case META_TEXTLINE_ACTION : DoAction((MetaTextLineAction&)*pAct); break; in DoLoopActions() 1485 void ImpSdrGDIMetaFileImport::DoAction(MetaTextLineAction& /*rAct*/) in DoAction() argument
|
/trunk/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 630 class VCL_DLLPUBLIC MetaTextLineAction : public MetaAction class 645 MetaTextLineAction( const Point& rPos, long nWidth,
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 1475 const MetaTextLineAction& rAction, in proccessMetaTextLineAction() 2950 const MetaTextLineAction* pA = (const MetaTextLineAction*)pAction; in interpretMetafile()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 2599 MetaTextLineAction* pAct = static_cast<MetaTextLineAction*>(pCurrAct); in createActions()
|
Completed in 161 milliseconds