Searched refs:GetVertRound (Results 1 – 15 of 15) sorted by relevance
/trunk/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 1567 METBox( sal_True, sal_False, pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in WriteOrders() 1574 METBox( sal_False, sal_True, pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in WriteOrders()
|
/trunk/main/vcl/source/gdi/ |
H A D | gdimetafiletools.cxx | 546 const sal_uInt32 nVer(pA->GetVertRound()); in clipMetafileContentAgainstOwnRegions()
|
H A D | print2.cxx | 429 … static_cast<const MetaRoundRectAction&>(rAct).GetVertRound() ).GetBoundRect(); in ImplCalcActionBounds()
|
H A D | pdfwriter_impl2.cxx | 315 m_rOuterFace.DrawRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in playMetafile()
|
H A D | cvtsvm.cxx | 1556 rOStm << (sal_Int32) pAct->GetVertRound(); in ImplWriteActions()
|
H A D | gdimtf.cxx | 1082 …st Polygon aRoundRectPoly( pAct->GetRect(), pAct->GetHorzRound(), pAct->GetVertRound() ); in Rotate()
|
/trunk/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 308 sal_uInt32 GetVertRound() const { return mnVertRound; } in GetVertRound() function in MetaRoundRectAction
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 996 ImplWriteSize( Size( pA->GetHorzRound(), pA->GetVertRound() ) ); in ImplWrite()
|
H A D | wmfwr.cxx | 1247 WMFRecord_RoundRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in WriteRecords()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 749 long nRad=(rAct.GetHorzRound()+rAct.GetVertRound())/2; in DoAction()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1491 Impl_writeRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in Impl_writeActions()
|
/trunk/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1515 WriteOpcode_OvSize( Size( pA->GetHorzRound(), pA->GetVertRound() ) ); in WriteOpcodes()
|
/trunk/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1210 ImplWriteRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in ImplWriteActions()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 2059 static_cast<MetaRoundRectAction*>(pCurrAct)->GetVertRound() )); in createActions()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 1815 const sal_uInt32 nVer(pA->GetVertRound()); in interpretMetafile()
|
Completed in 123 milliseconds