Lines Matching refs:aBuf
135 OUStringBuffer aBuf( C2U( "f(x) = " )); in ImplGetRepresentation() local
144 aBuf.append( UC_MINUS_SIGN ); in ImplGetRepresentation()
147 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fSlope )); in ImplGetRepresentation()
148 aBuf.append( sal_Unicode( 'x' )); in ImplGetRepresentation()
156 aBuf.append( UC_SPACE ); in ImplGetRepresentation()
157 aBuf.append( UC_MINUS_SIGN ); in ImplGetRepresentation()
158 aBuf.append( UC_SPACE ); in ImplGetRepresentation()
159 … aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fabs( m_fIntercept ))); in ImplGetRepresentation()
163 aBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( " + " )); in ImplGetRepresentation()
164 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation()
169 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation()
172 return aBuf.makeStringAndClear(); in ImplGetRepresentation()