Lines Matching refs:aOut
73 OUStringBuffer aOut; in exportXML() local
78 SvXMLUnitConverter::convertDouble( aOut, (double)fSize, sal_True, MAP_POINT, MAP_POINT ); in exportXML()
79 aOut.append( sal_Unicode('p')); in exportXML()
80 aOut.append( sal_Unicode('t')); in exportXML()
83 rStrExpValue = aOut.makeStringAndClear(); in exportXML()
115 OUStringBuffer aOut( rStrExpValue ); in exportXML() local
120 SvXMLUnitConverter::convertPercent( aOut, nValue ); in exportXML()
123 rStrExpValue = aOut.makeStringAndClear(); in exportXML()
152 OUStringBuffer aOut; in exportXML() local
157 SvXMLUnitConverter::convertMeasure( aOut, (sal_Int32)nRel, MAP_POINT, MAP_POINT ); in exportXML()
158 rStrExpValue = aOut.makeStringAndClear(); in exportXML()