Lines Matching refs:eFormat
42 inline rtl::OString doubleToString(double fValue, rtl_math_StringFormat eFormat, in doubleToString() argument
50 rtl_math_doubleToString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToString()
58 inline rtl::OString doubleToString(double fValue, rtl_math_StringFormat eFormat, in doubleToString() argument
64 rtl_math_doubleToString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToString()
72 rtl_math_StringFormat eFormat, in doubleToUString() argument
80 rtl_math_doubleToUString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToUString()
89 rtl_math_StringFormat eFormat, in doubleToUString() argument
95 rtl_math_doubleToUString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToUString()
104 rtl_math_StringFormat eFormat, in doubleToUStringBuffer() argument
115 eFormat, nDecPlaces, cDecSeparator, pGroups, in doubleToUStringBuffer()
123 rtl_math_StringFormat eFormat, in doubleToUStringBuffer() argument
132 eFormat, nDecPlaces, cDecSeparator, 0, 0, in doubleToUStringBuffer()