Home
last modified time | relevance | path

Searched refs:MM100toEMU (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/export/
H A Ddrawingml.cxx346 XML_w, nLineWidth > 1 ? I64S( MM100toEMU( nLineWidth ) ) : NULL, in WriteOutline()
601 …mpFS->singleElementNS( XML_a, XML_off, XML_x, IS( MM100toEMU( rRect.Left() ) ), XML_y, IS( MM100to… in WriteTransformation()
602 …S->singleElementNS( XML_a, XML_ext, XML_cx, IS( MM100toEMU( rRect.GetWidth() ) ), XML_cy, IS( MM10… in WriteTransformation()
1173 XML_lIns, (nLeft != DEFLRINS) ? IS( MM100toEMU( nLeft ) ) : NULL, in WriteText()
1174 XML_rIns, (nRight != DEFLRINS) ? IS( MM100toEMU( nRight ) ) : NULL, in WriteText()
1175 XML_tIns, (nTop != DEFTBINS) ? IS( MM100toEMU( nTop ) ) : NULL, in WriteText()
1176 XML_bIns, (nBottom != DEFTBINS) ? IS( MM100toEMU( nBottom ) ) : NULL, in WriteText()
/trunk/main/oox/inc/oox/export/
H A Dutils.hxx54 static inline sal_Int64 MM100toEMU( INT32 nMM100 ) in MM100toEMU() function

Completed in 29 milliseconds