Home
last modified time | relevance | path

Searched refs:I32S (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/source/export/
H A Dshapes.cxx403 XML_id, I32S( GetNewShapeID( xShape ) ), in WriteBezierShape()
484 XML_id, I32S( GetNewShapeID( xShape ) ), in WriteCustomShape()
527 XML_id, I32S( GetNewShapeID( xShape ) ), in WriteEllipseShape()
621 XML_id, I32S( GetNewShapeID( xShape ) ), in WriteGraphicObjectShape()
721 XML_id, I32S( GetNewShapeID( xShape ) ), in WriteConnectorShape()
772 XML_id, I32S( GetNewShapeID( xShape ) ), in WriteLineShape()
799 XML_id, I32S( GetNewShapeID( xShape ) ), in WriteNonVisualDrawingProperties()
836 XML_id, I32S( GetNewShapeID( xShape ) ), in WriteRectangleShape()
H A Ddrawingml.cxx172 XML_pos, I32S( nStop * 1000 ), in WriteGradientStop()
201 … XML_ang, I32S( ( ( ( 3600 - aGradient.Angle + 900 ) * 6000 ) % 21600000 ) ), in WriteGradientFill()
212 … XML_ang, I32S( ( ( ( 3600 - aGradient.Angle + 900 ) * 6000 ) % 21600000 ) ), in WriteGradientFill()
598 XML_rot, nRotation ? I32S( nRotation ) : NULL, in WriteTransformation()
1080 XML_lvl, nLevel > 0 ? I32S( nLevel ) : NULL, in WriteParagraphProperties()
1333 XML_id, I32S( nStartID ), in WriteConnectorConnections()
1337 XML_id, I32S( nEndID ), in WriteConnectorConnections()
/aoo4110/main/oox/inc/oox/export/
H A Dutils.hxx29 #define I32S(x) OString::valueOf( (sal_Int32) x ).getStr() macro

Completed in 26 milliseconds