Home
last modified time | relevance | path

Searched refs:GetVal (Results 1 – 1 of 1) sorted by relevance

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx706 inline sal_uInt16 GetVal( sal_Unicode c ) in GetVal() function
739 fInt = GetVal( c ); in ParseDouble()
758 fInt = GetVal( c ); in ParseDouble()
776 fInt += double( GetVal( c ) ); in ParseDouble()
801 fFrac += double( GetVal( c ) ) * fMult; in ParseDouble()
822 nExp = GetVal( c ); in ParseDouble()
837 nExp += GetVal( c ); in ParseDouble()