Home
last modified time | relevance | path

Searched refs:stringToDouble (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPerformanceContainer.java127 public static double stringToDouble(String _sStr) in stringToDouble() method in PerformanceContainer
180 m_nTime[OfficeStart] = secondsToMilliSeconds(stringToDouble(sTime)); in readWordValuesFromFile()
185 m_nTime[Load] = secondsToMilliSeconds(stringToDouble(sTime)); in readWordValuesFromFile()
190 m_nTime[Print] = secondsToMilliSeconds(stringToDouble(sTime)); in readWordValuesFromFile()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DPerformanceContainer.java150 public static double stringToDouble(String _sStr) in stringToDouble() method in PerformanceContainer
203 m_nTime[OfficeStart] = secondsToMilliSeconds(stringToDouble(sTime)); in readWordValuesFromFile()
208 m_nTime[Load] = secondsToMilliSeconds(stringToDouble(sTime)); in readWordValuesFromFile()
213 m_nTime[Print] = secondsToMilliSeconds(stringToDouble(sTime)); in readWordValuesFromFile()
/trunk/main/sal/qa/rtl/math/
H A Dtest-rtl-math.cxx41 double res = rtl::math::stringToDouble( in TEST_F()
52 double res = rtl::math::stringToDouble( in TEST_F()
/trunk/main/vcl/inc/vcl/
H A Dstrhelper.hxx57 return rtl::math::stringToDouble( rStr, sal_Unicode('.'), sal_Unicode(0), &eStatus, NULL); in StringToDouble()
63 …return rtl::math::stringToDouble( rtl::OStringToOUString( rStr, osl_getThreadTextEncoding() ), sal… in StringToDouble()
/trunk/main/sal/inc/rtl/
H A Dmath.hxx138 inline double stringToDouble(rtl::OString const & rString, in stringToDouble() function
156 inline double stringToDouble(rtl::OUString const & rString, in stringToDouble() function
/trunk/main/sal/rtl/source/
H A Dmath.cxx704 inline double stringToDouble(CharT const * pBegin, CharT const * pEnd, in stringToDouble() function
937 return stringToDouble(pBegin, pEnd, cDecSeparator, cGroupSeparator, pStatus, in rtl_math_stringToDouble()
949 return stringToDouble(pBegin, pEnd, cDecSeparator, cGroupSeparator, pStatus, in rtl_math_uStringToDouble()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx767 …rValue = ::rtl::math::stringToDouble( rString, (sal_Unicode)('.'), (sal_Unicode)(','), &eStatus, N… in convertDouble()
784 …rValue = ::rtl::math::stringToDouble( rString, (sal_Unicode)('.'), (sal_Unicode)(','), &eStatus, N… in convertDouble()
1429 rVector.setX(::rtl::math::stringToDouble(aContentX, sal_Unicode('.'), in convertB3DVector()
1435 rVector.setY(::rtl::math::stringToDouble(aContentY, sal_Unicode('.'), in convertB3DVector()
1441 rVector.setZ(::rtl::math::stringToDouble(aContentZ, sal_Unicode('.'), in convertB3DVector()
/trunk/main/sc/source/ui/cctrl/
H A Deditfield.cxx64 … rfValue = rtl::math::stringToDouble( aStr, lclGetDecSep(), lclGetGroupSep(), &eStatus, &nEnd ); in GetValue()
/trunk/main/sc/source/core/tool/
H A Dstringutil.cxx121 rVal = ::rtl::math::stringToDouble(aBuf.makeStringAndClear(), dsep, gsep, &eStatus, &nParseEnd); in parseSimpleNumber()
/trunk/main/chart2/source/inc/
H A DCommonFunctors.hxx114 double fResult = ::rtl::math::stringToDouble( rStr, '.', ',', & eConversionStatus, NULL ); in operator ()()
/trunk/main/basegfx/source/tools/
H A Dstringconversiontools.cxx111 o_fRetval = ::rtl::math::stringToDouble( sNumberString.makeStringAndClear(), in lcl_getDoubleChar()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlparse.hxx182 ::rtl::OUString stringToDouble(const ::rtl::OUString& _rValue,sal_Int16 _nScale);
/trunk/main/sc/source/filter/xml/
H A Dxmlbodyi.cxx99 double fVer = ::rtl::math::stringToDouble( aVer, '.', 0, NULL, NULL); in ScXMLBodyContext()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx57 double n = ::rtl::math::stringToDouble( aStr, '.', ',', NULL, NULL ); in StepLOADNC()
/trunk/main/sax/source/tools/
H A Dconverter.cxx659 …rValue = ::rtl::math::stringToDouble( rString, (sal_Unicode)('.'), (sal_Unicode)(','), &eStatus, N… in convertDouble()
676 …rValue = ::rtl::math::stringToDouble( rString, (sal_Unicode)('.'), (sal_Unicode)(','), &eStatus, N… in convertDouble()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx502 double fValue = rtl::math::stringToDouble( aInput, in GetValue()
/trunk/main/forms/source/xforms/
H A Dconvert.cxx242 double f = rtl::math::stringToDouble( in lcl_toAny_double()
H A Ddatatypes.cxx435 double f = ::rtl::math::stringToDouble( in _getValue()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx58 orfValue = ::rtl::math::stringToDouble( rValue, '.', '\0', &eConvStatus, &ornEndPos ); in lclExtractDouble()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx990 …pAppend->append(new OSQLInternalNode(stringToDouble(pLiteral->getTokenValue(),nScale),SQL_NODE_STR… in buildLikeRule()
1079 … pReturn = new OSQLInternalNode(stringToDouble(_pLiteral->getTokenValue(),nScale),SQL_NODE_STRING); in buildNode_STR_NUM()
1090 ::rtl::OUString OSQLParser::stringToDouble(const ::rtl::OUString& _rValue,sal_Int16 _nScale) in stringToDouble() function in connectivity::OSQLParser
/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx311 …double fMediaTime = ::rtl::math::stringToDouble( aMediaTime, (sal_Unicode)('.'), (sal_Unicode)(','… in endFastElement()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx129 double nRet = ::rtl::math::stringToDouble( rStr, in StrToDouble()
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx1048 r.Value = ::rtl::math::stringToDouble( aTmp, cDecimalSep, cGroupSep, NULL, NULL ); in parseText()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx715 const double nVal = ::rtl::math::stringToDouble(aStrConverted,'.',',',NULL,NULL); in fetchRow()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx168 double fAttrDouble = ::rtl::math::stringToDouble( rValue, in GetDoublePercentage()

Completed in 123 milliseconds

12