Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx193 case( META_TEXT_ACTION ): pAction = new MetaTextAction; break; in ReadMetaAction()
1203 MetaTextAction::MetaTextAction( const Point& rPt, const XubString& rStr, in IMPL_META_ACTION()
1215 void MetaTextAction::Execute( OutputDevice* pOut ) in Execute()
1222 MetaAction* MetaTextAction::Clone() in Clone()
1224 MetaAction* pClone = (MetaAction*) new MetaTextAction( *this ); in Clone()
1231 void MetaTextAction::Move( long nHorzMove, long nVertMove ) in Move()
1238 void MetaTextAction::Scale( double fScaleX, double fScaleY ) in Scale()
1247 return ( maPt == ((MetaTextAction&)rMetaAction).maPt ) && in Compare()
1248 ( maStr == ((MetaTextAction&)rMetaAction).maStr ) && in Compare()
1249 ( mnIndex == ((MetaTextAction&)rMetaAction).mnIndex ) && in Compare()
[all …]
H A Dprint2.cxx341 const MetaTextAction& rTextAct = static_cast<const MetaTextAction&>(rAct); in ImplIsNotTransparent()
560 const MetaTextAction& rTextAct = static_cast<const MetaTextAction&>(rAct); in ImplCalcActionBounds()
H A Dgdimtf.cxx1147 MetaTextAction* pAct = (MetaTextAction*) pAction; in Rotate()
1148 …aMtf.AddAction( new MetaTextAction( ImplGetRotatedPoint( pAct->GetPoint(), aRotAnchor, aRotOffset,… in Rotate()
1656 MetaTextAction* pAct = (MetaTextAction*) pAction; in GetBoundRect()
2861 …case( META_TEXT_ACTION ): nSizeBytes += ( ( (MetaTextAction*) pAction )->GetText().Len() * sizeof(… in GetSizeBytes()
H A Dcvtsvm.cxx898 rMtf.AddAction( new MetaTextAction( aPt, aStr, (sal_uInt16) nIndex, (sal_uInt16) nLen ) ); in ImplConvertFromSVM1()
1744 MetaTextAction* pAct = (MetaTextAction*) pAction; in ImplWriteActions()
H A Dpdfwriter_impl2.cxx849 const MetaTextAction* pA = (const MetaTextAction*) pAction; in playMetafile()
H A Doutdev3.cxx5583 mpMetaFile->AddAction( new MetaTextAction( rStartPt, rStr, nIndex, nLen ) ); in DrawText()
7413 mpMetaFile->AddAction( new MetaTextAction( rStartPt, rStr, nIndex, nLen ) ); in GetSysTextLayoutData()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx103 const MetaTextAction* pA = (const MetaTextAction*) pAction; in implCollectGlyphs()
H A Dsvgwriter.cxx1781 const MetaTextAction* pA = (const MetaTextAction*) pAction; in ImplWriteActions()
/trunk/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx305 MetaTextAction * pAct = static_cast<MetaTextAction *>(pCurrAct); in getNextActionOffset()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx103 void DoAction(MetaTextAction & rAct);
H A Dsvdfmtf.cxx161 case META_TEXT_ACTION : DoAction((MetaTextAction &)*pAct); break; in DoLoopActions()
1077 void ImpSdrGDIMetaFileImport::DoAction(MetaTextAction& rAct) in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx494 class VCL_DLLPUBLIC MetaTextAction : public MetaAction class
508 MetaTextAction( const Point& rPt, const XubString& rStr,
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1263 const MetaTextAction* pA = (const MetaTextAction*) pAction; in ImplWrite()
H A Dwmfwr.cxx1343 const MetaTextAction * pA = (const MetaTextAction*) pMA; in WriteRecords()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1849 const MetaTextAction* pA = (const MetaTextAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1846 const MetaTextAction* pA = (const MetaTextAction*) pMA; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1732 const MetaTextAction* pA = (const MetaTextAction*) pMA; in WriteOpcodes()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2561 MetaTextAction* pAct = static_cast<MetaTextAction*>(pCurrAct); in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1967 const MetaTextAction* pA = (const MetaTextAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx747 const MetaTextAction * pA = (const MetaTextAction*) pMA; in ImplWriteActions()

Completed in 208 milliseconds