Searched refs:I64S (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/oox/source/export/ |
H A D | drawingml.cxx | 346 XML_w, nLineWidth > 1 ? I64S( MM100toEMU( nLineWidth ) ) : NULL, in WriteOutline() 357 XML_sp, I64S( aLineDash.Distance*1000 ), 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() 1288 XML_y, I64S( rPoly[j].Y() - aRect.Top() ), in WritePolyPolygon() 1334 XML_idx, I64S( rConnectorEntry.GetConnectorRule( TRUE ) ), in WriteConnectorConnections() [all …]
|
/aoo42x/main/oox/inc/oox/export/ |
H A D | utils.hxx | 30 #define I64S(x) OString::valueOf( (sal_Int64) x ).getStr() macro
|
Completed in 14 milliseconds