Searched refs:ImplMap (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 548 return Rectangle( ImplMap( rRect.TopLeft() ), ImplMap( rRect.GetSize() ) ); in ImplMap() 1163 Point aDest( ImplMap( rPoint ) ); in LineTo() 1230 …taFile->AddAction( new MetaRoundRectAction( ImplMap( rRect ), labs( ImplMap( rSize ).Width() ), la… in DrawRoundRect() 1267 Point aEnd( ImplMap( rEnd ) ); in DrawArc() 1297 Point aEnd( ImplMap( rEnd ) ); in DrawPie() 1322 Point aEnd( ImplMap( rEnd ) ); in DrawChord() 1343 ImplMap( rPolygon ); in DrawPolygon() 1390 ImplMap( rPolyPolygon ); in DrawPolyPolygon() 1418 ImplMap( rPolygon ); in DrawPolyLine() 1442 ImplMap( rPolygon ); in DrawPolyBezier() [all …]
|
H A D | winmtf.hxx | 587 Point ImplMap( const Point& rPt ); 588 Size ImplMap( const Size& rSz ); 589 Rectangle ImplMap( const Rectangle& rRectangle ); 590 void ImplMap( Font& rFont ); 591 Polygon& ImplMap( Polygon& rPolygon ); 592 PolyPolygon& ImplMap( PolyPolygon& rPolyPolygon );
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 417 return( ImplMap( aSz, aSz ).Width() ); in ImplMap() 441 return( rDstRect = Rectangle( ImplMap( aTL, aTL ), ImplMap( aSz, aSz ) ) ); in ImplMap() 552 ImplMap( rPt1, aPt1 ); in ImplWriteLine() 553 ImplMap( rPt2, aPt2 ); in ImplWriteLine() 585 ImplMap( rRect, aRect ); in ImplWriteRect() 613 ImplMap( rCenter, aCenter ); in ImplWriteEllipse() 635 ImplMap( rPolyPoly, aPolyPoly ); in ImplWritePolyPolygon() 757 ImplMap( rPolyPoly, aPolyPoly ); in ImplWriteGradientEx() 808 ImplMap( rPos, aPos ); in ImplWriteText() 884 nWidth = ImplMap( nWidth ); in ImplWriteText() [all …]
|
H A D | svgwriter.hxx | 194 long ImplMap( sal_Int32 nVal ) const; 195 Point& ImplMap( const Point& rPt, Point& rDstPt ) const; 196 Size& ImplMap( const Size& rSz, Size& rDstSz ) const; 197 Rectangle& ImplMap( const Rectangle& rRect, Rectangle& rDstRect ) const; 198 Polygon& ImplMap( const Polygon& rPoly, Polygon& rDstPoly ) const; 199 … PolyPolygon& ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) const;
|
Completed in 44 milliseconds