Searched refs:MM100toEMU (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() 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()
|
/aoo42x/main/oox/inc/oox/export/ |
H A D | utils.hxx | 54 static inline sal_Int64 MM100toEMU( INT32 nMM100 ) in MM100toEMU() function
|
Completed in 35 milliseconds