Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx90 void ExportParameter( rtl::OUStringBuffer& rStrBuffer, const com::sun::star::drawing::EnhancedCusto… in ExportParameter() argument
92 if ( rStrBuffer.getLength() ) in ExportParameter()
93 rStrBuffer.append( (sal_Unicode)' ' ); in ExportParameter()
98 …::rtl::math::doubleToUStringBuffer( rStrBuffer, fNumber, rtl_math_StringFormat_Automatic, rtl_math… in ExportParameter()
109 rStrBuffer.append( (sal_Unicode)'?' ); in ExportParameter()
110 rStrBuffer.append( (sal_Unicode)'f' ); in ExportParameter()
111 rStrBuffer.append( rtl::OUString::valueOf( nValue ) ); in ExportParameter()
117 rStrBuffer.append( (sal_Unicode)'$' ); in ExportParameter()
118 rStrBuffer.append( rtl::OUString::valueOf( nValue ) ); in ExportParameter()
123 rStrBuffer.append( GetXMLToken( XML_BOTTOM ) ); break; in ExportParameter()
[all …]