LibreOffice Module stoc (master) 1
Functions
stoc_tcv Namespace Reference

Functions

static double round (double aVal)
 
static bool getNumericValue (double &rfVal, std::u16string_view rStr)
 
static bool getHyperValue (sal_Int64 &rnVal, std::u16string_view rStr)
 

Function Documentation

◆ getHyperValue()

static bool stoc_tcv::getHyperValue ( sal_Int64 &  rnVal,
std::u16string_view  rStr 
)
static

Definition at line 150 of file convert.cxx.

References getNumericValue(), nPos, round(), SAL_MAX_UINT64, SAL_MIN_INT64, o3tl::trim(), and trim().

◆ getNumericValue()

static bool stoc_tcv::getNumericValue ( double &  rfVal,
std::u16string_view  rStr 
)
static

Definition at line 68 of file convert.cxx.

References nPos, o3tl::toDouble(), o3tl::trim(), and trim().

Referenced by getHyperValue().

◆ round()

static double stoc_tcv::round ( double  aVal)
static

Definition at line 57 of file convert.cxx.

Referenced by getHyperValue().