Home
last modified time | relevance | path

Searched refs:sStringBuffer (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dshapeexport3.cxx112 OUStringBuffer sStringBuffer; in ImpExport3DShape() local
145 mrExport.GetMM100UnitConverter().convertB3DVector(sStringBuffer, aPos3D); in ImpExport3DShape()
146 aStr = sStringBuffer.makeStringAndClear(); in ImpExport3DShape()
153 mrExport.GetMM100UnitConverter().convertB3DVector(sStringBuffer, aDir3D); in ImpExport3DShape()
154 aStr = sStringBuffer.makeStringAndClear(); in ImpExport3DShape()
182 mrExport.GetMM100UnitConverter().convertB3DVector(sStringBuffer, aPos3D); in ImpExport3DShape()
183 aStr = sStringBuffer.makeStringAndClear(); in ImpExport3DShape()
190 mrExport.GetMM100UnitConverter().convertB3DVector(sStringBuffer, aDir3D); in ImpExport3DShape()
191 aStr = sStringBuffer.makeStringAndClear(); in ImpExport3DShape()
269 OUStringBuffer sStringBuffer; in export3DSceneAttributes() local
[all …]
H A Dshapeexport2.cxx142 OUStringBuffer sStringBuffer; in ImpExportNewTrans_FeaturesAndWrite() local
158 mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, FRound(aTRScale.getX())); in ImpExportNewTrans_FeaturesAndWrite()
159 aStr = sStringBuffer.makeStringAndClear(); in ImpExportNewTrans_FeaturesAndWrite()
175 mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, FRound(aTRScale.getY())); in ImpExportNewTrans_FeaturesAndWrite()
176 aStr = sStringBuffer.makeStringAndClear(); in ImpExportNewTrans_FeaturesAndWrite()
209 … mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, FRound(rTRTranslate.getX())); in ImpExportNewTrans_FeaturesAndWrite()
210 aStr = sStringBuffer.makeStringAndClear(); in ImpExportNewTrans_FeaturesAndWrite()
217 … mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, FRound(rTRTranslate.getY())); in ImpExportNewTrans_FeaturesAndWrite()
218 aStr = sStringBuffer.makeStringAndClear(); in ImpExportNewTrans_FeaturesAndWrite()
230 OUStringBuffer sStringBuffer; in ImpExportPresentationAttributes() local
[all …]
H A Dsdxmlexp.cxx1326 OUStringBuffer sStringBuffer; in ImpWriteAutoLayoutPlaceholder() local
1350 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.Left()); in ImpWriteAutoLayoutPlaceholder()
1351 aStr = sStringBuffer.makeStringAndClear(); in ImpWriteAutoLayoutPlaceholder()
1354 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.Top()); in ImpWriteAutoLayoutPlaceholder()
1355 aStr = sStringBuffer.makeStringAndClear(); in ImpWriteAutoLayoutPlaceholder()
1358 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.GetWidth()); in ImpWriteAutoLayoutPlaceholder()
1359 aStr = sStringBuffer.makeStringAndClear(); in ImpWriteAutoLayoutPlaceholder()
1362 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.GetHeight()); in ImpWriteAutoLayoutPlaceholder()
1363 aStr = sStringBuffer.makeStringAndClear(); in ImpWriteAutoLayoutPlaceholder()
1462 OUStringBuffer sStringBuffer; in ImpWritePageMasterInfos() local
[all …]
H A Dxexptran.cxx141 OUStringBuffer sStringBuffer; in Imp_PutNumberChar() local
142 SvXMLUnitConverter::convertNumber(sStringBuffer, nValue); in Imp_PutNumberChar()
143 rStr += OUString(sStringBuffer.makeStringAndClear()); in Imp_PutNumberChar()
243 OUStringBuffer sStringBuffer; in Imp_PutDoubleChar() local
244 SvXMLUnitConverter::convertDouble(sStringBuffer, fValue); in Imp_PutDoubleChar()
245 rStr += OUString(sStringBuffer.makeStringAndClear()); in Imp_PutDoubleChar()
251 OUStringBuffer sStringBuffer; in Imp_PutDoubleChar() local
254 rConv.convertDouble(sStringBuffer, fValue, true); in Imp_PutDoubleChar()
256 rConv.convertDouble(sStringBuffer, fValue); in Imp_PutDoubleChar()
258 rStr += OUString(sStringBuffer.makeStringAndClear()); in Imp_PutDoubleChar()