Lines Matching refs:aBuf
144 OUStringBuffer aBuf( C2U( "f(x) = " )); in ImplGetRepresentation() local
153 aBuf.append( UC_MINUS_SIGN ); in ImplGetRepresentation()
157 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fSlope )); in ImplGetRepresentation()
158 aBuf.append( UC_SPACE ); in ImplGetRepresentation()
160 aBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" )); in ImplGetRepresentation()
168 aBuf.append( UC_SPACE ); in ImplGetRepresentation()
169 aBuf.append( UC_MINUS_SIGN ); in ImplGetRepresentation()
170 aBuf.append( UC_SPACE ); in ImplGetRepresentation()
171 … aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fabs( m_fIntercept ))); in ImplGetRepresentation()
175 aBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( " + " )); in ImplGetRepresentation()
176 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation()
181 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation()
184 return aBuf.makeStringAndClear(); in ImplGetRepresentation()