Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx185 case( META_ROUNDRECT_ACTION ): pAction = new MetaRoundRectAction; break; in ReadMetaAction()
550 MetaRoundRectAction::MetaRoundRectAction( const Rectangle& rRect, in IMPL_META_ACTION()
561 void MetaRoundRectAction::Execute( OutputDevice* pOut ) in Execute()
568 MetaAction* MetaRoundRectAction::Clone() in Clone()
570 MetaAction* pClone = (MetaAction*) new MetaRoundRectAction( *this ); in Clone()
577 void MetaRoundRectAction::Move( long nHorzMove, long nVertMove ) in Move()
584 void MetaRoundRectAction::Scale( double fScaleX, double fScaleY ) in Scale()
595 return ( maRect == ((MetaRoundRectAction&)rMetaAction).maRect ) && in Compare()
596 ( mnHorzRound == ((MetaRoundRectAction&)rMetaAction).mnHorzRound ) && in Compare()
597 ( mnVertRound == ((MetaRoundRectAction&)rMetaAction).mnVertRound ); in Compare()
[all …]
H A Dprint2.cxx427 aActionBounds = Polygon( static_cast<const MetaRoundRectAction&>(rAct).GetRect(), in ImplCalcActionBounds()
428 static_cast<const MetaRoundRectAction&>(rAct).GetHorzRound(), in ImplCalcActionBounds()
429 … static_cast<const MetaRoundRectAction&>(rAct).GetVertRound() ).GetBoundRect(); in ImplCalcActionBounds()
H A Dgdimetafiletools.cxx536 … const MetaRoundRectAction* pA = static_cast< const MetaRoundRectAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Doutdev5.cxx54 mpMetaFile->AddAction( new MetaRoundRectAction( rRect, nHorzRound, nVertRound ) ); in DBG_NAMEEX()
H A Dcvtsvm.cxx702 rMtf.AddAction( new MetaRoundRectAction( aRect, nTmp, nTmp1 ) ); in ImplConvertFromSVM1()
1550 MetaRoundRectAction* pAct = (MetaRoundRectAction*) pAction; in ImplWriteActions()
H A Dgdimtf.cxx1081 MetaRoundRectAction* pAct = (MetaRoundRectAction*) pAction; in Rotate()
1580 MetaRoundRectAction* pAct = (MetaRoundRectAction*) pAction; in GetBoundRect()
H A Dpdfwriter_impl2.cxx314 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pAction; in playMetafile()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx95 void DoAction(MetaRoundRectAction & rAct);
H A Dsvdfmtf.cxx153 case META_ROUNDRECT_ACTION : DoAction((MetaRoundRectAction &)*pAct); break; in DoLoopActions()
745 void ImpSdrGDIMetaFileImport::DoAction(MetaRoundRectAction& rAct) in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx287 class VCL_DLLPUBLIC MetaRoundRectAction : public MetaAction class
300 MetaRoundRectAction( const Rectangle& rRect,
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx989 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pAction; in ImplWrite()
H A Dwmfwr.cxx1244 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pMA; in WriteRecords()
H A Dwinmtf.cxx1230 …mpGDIMetaFile->AddAction( new MetaRoundRectAction( ImplMap( rRect ), labs( ImplMap( rSize ).Width(… in DrawRoundRect()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2047 static_cast<MetaRoundRectAction*>(pCurrAct)->GetRect()); in createActions()
2058 static_cast<MetaRoundRectAction*>(pCurrAct)->GetHorzRound(), in createActions()
2059 static_cast<MetaRoundRectAction*>(pCurrAct)->GetVertRound() )); in createActions()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1489 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1560 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pMA; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1513 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pMA; in WriteOpcodes()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1207 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pAction; in ImplWriteActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1805 const MetaRoundRectAction* pA = (const MetaRoundRectAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx650 ImplRect( ( (const MetaRoundRectAction*) pMA )->GetRect() ); in ImplWriteActions()

Completed in 241 milliseconds