Searched refs:I64S (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/oox/source/export/ |
| H A D | drawingml.cxx | 346 XML_w, nLineWidth > 1 ? I64S( MM100toEMU( nLineWidth ) ) : NULL, in WriteOutline() 356 … XML_d, aLineDash.DotLen ? I64S( aLineDash.DotLen*1000 ) : "100000", in WriteOutline() 357 XML_sp, I64S( aLineDash.Distance*1000 ), in WriteOutline() 361 … XML_d, aLineDash.DashLen ? I64S( aLineDash.DashLen*1000 ) : "100000", in WriteOutline() 362 XML_sp, I64S( aLineDash.Distance*1000 ), in WriteOutline() 1259 XML_w, I64S( aRect.GetWidth() ), in WritePolyPolygon() 1260 XML_h, I64S( aRect.GetHeight() ), in WritePolyPolygon() 1268 XML_x, I64S( rPoly[ 0 ].X() - aRect.Left() ), in WritePolyPolygon() 1269 XML_y, I64S( rPoly[ 0 ].Y() - aRect.Top() ), in WritePolyPolygon() 1287 XML_x, I64S( rPoly[j].X() - aRect.Left() ), in WritePolyPolygon() [all …]
|
| /AOO41X/main/oox/inc/oox/export/ |
| H A D | utils.hxx | 30 #define I64S(x) OString::valueOf( (sal_Int64) x ).getStr() macro
|