Searched refs:rCommandPos (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 1612 lcl_Str2Double( const String& rCommand, xub_StrLen& rCommandPos, double& rVal, in lcl_Str2Double() argument 1616 const xub_Unicode nCurrCmdPos = rCommandPos; in lcl_Str2Double() 1619 rVal = rtl_math_uStringToDouble( rCommand.GetBuffer() + rCommandPos, in lcl_Str2Double() 1624 rCommandPos = static_cast<xub_StrLen>(pEnd - rCommand.GetBuffer()); in lcl_Str2Double() 1626 return rtl_math_ConversionStatus_Ok == eStatus && nCurrCmdPos != rCommandPos; in lcl_Str2Double() 1637 bool SwCalc::Str2Double( const String& rCommand, xub_StrLen& rCommandPos, in Str2Double() argument 1641 return lcl_Str2Double( rCommand, rCommandPos, rVal, in Str2Double() 1645 bool SwCalc::Str2Double( const String& rCommand, xub_StrLen& rCommandPos, in Str2Double() argument 1662 bool const bRet = lcl_Str2Double( rCommand, rCommandPos, rVal, in Str2Double()
|
Completed in 20 milliseconds