Home
last modified time | relevance | path

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

/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx175 OUString aHexRest( trim.copy( nX+1 ) ); in getNumericValue() local
176 sal_Int64 nRet = aHexRest.toInt64( 16 ); in getNumericValue()
180 for ( sal_Int32 nPos = aHexRest.getLength(); nPos--; ) in getNumericValue()
182 if (aHexRest[nPos] != '0') in getNumericValue()
255 OUString aHexRest( trim.copy( nX+1 ) ); in getHyperValue() local
256 sal_Int64 nRet = aHexRest.toInt64( 16 ); in getHyperValue()
260 for ( sal_Int32 nPos = aHexRest.getLength(); nPos--; ) in getHyperValue()
262 if (aHexRest[nPos] != '0') in getHyperValue()

Completed in 9 milliseconds