Home
last modified time | relevance | path

Searched refs:MetaStretchTextAction (Results 1 – 20 of 20) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx1495 MetaStretchTextAction::MetaStretchTextAction( const Point& rPt, sal_uInt32 nWidth, in IMPL_META_ACTION()
1509 void MetaStretchTextAction::Execute( OutputDevice* pOut ) in Execute()
1516 MetaAction* MetaStretchTextAction::Clone() in Clone()
1518 MetaAction* pClone = (MetaAction*) new MetaStretchTextAction( *this ); in Clone()
1525 void MetaStretchTextAction::Move( long nHorzMove, long nVertMove ) in Move()
1532 void MetaStretchTextAction::Scale( double fScaleX, double fScaleY ) in Scale()
1542 return ( maPt == ((MetaStretchTextAction&)rMetaAction).maPt ) && in Compare()
1543 ( maStr == ((MetaStretchTextAction&)rMetaAction).maStr ) && in Compare()
1544 ( mnWidth == ((MetaStretchTextAction&)rMetaAction).mnWidth ) && in Compare()
1545 ( mnIndex == ((MetaStretchTextAction&)rMetaAction).mnIndex ) && in Compare()
[all …]
H A Dgdimtf.cxx1163 MetaStretchTextAction* pAct = (MetaStretchTextAction*) pAction; in Rotate()
1164 …aMtf.AddAction( new MetaStretchTextAction( ImplGetRotatedPoint( pAct->GetPoint(), aRotAnchor, aRot… in Rotate()
1681 MetaStretchTextAction* pAct = (MetaStretchTextAction*) pAction; in GetBoundRect()
2862 …case( META_STRETCHTEXT_ACTION ): nSizeBytes += ( ( (MetaStretchTextAction*) pAction )->GetText().L… in GetSizeBytes()
H A Dprint2.cxx604 const MetaStretchTextAction& rTextAct = static_cast<const MetaStretchTextAction&>(rAct); in ImplCalcActionBounds()
H A Dcvtsvm.cxx977 …rMtf.AddAction( new MetaStretchTextAction( aPt, nWidth, aStr, (sal_uInt16) nIndex, (sal_uInt16) nL… in ImplConvertFromSVM1()
1807 MetaStretchTextAction* pAct = (MetaStretchTextAction*) pAction; in ImplWriteActions()
H A Dpdfwriter_impl2.cxx870 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pAction; in playMetafile()
H A Doutdev3.cxx5837 mpMetaFile->AddAction( new MetaStretchTextAction( rStartPt, nWidth, rStr, nIndex, nLen ) ); in DrawStretchText()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx124 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pAction; in implCollectGlyphs()
H A Dsvgwriter.cxx1849 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pAction; in ImplWriteActions()
/trunk/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx316 MetaStretchTextAction * pAct = in getNextActionOffset()
317 static_cast<MetaStretchTextAction *>(pCurrAct); in getNextActionOffset()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx105 void DoAction(MetaStretchTextAction & rAct);
H A Dsvdfmtf.cxx163 case META_STRETCHTEXT_ACTION : DoAction((MetaStretchTextAction &)*pAct); break; in DoLoopActions()
1093 void ImpSdrGDIMetaFileImport::DoAction(MetaStretchTextAction& rAct) in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx569 class VCL_DLLPUBLIC MetaStretchTextAction : public MetaAction class
584 MetaStretchTextAction( const Point& rPt, sal_uInt32 nWidth,
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1293 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pAction; in ImplWrite()
H A Dwmfwr.cxx1366 const MetaStretchTextAction* pA = (const MetaStretchTextAction *) pMA; in WriteRecords()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1870 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1922 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pMA; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1773 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pMA; in WriteOpcodes()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2659 MetaStretchTextAction* pAct = static_cast<MetaStretchTextAction*>(pCurrAct); in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2043 const MetaStretchTextAction* pA = (const MetaStretchTextAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx764 const MetaStretchTextAction* pA = (const MetaStretchTextAction*)pMA; in ImplWriteActions()

Completed in 205 milliseconds