Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx246 SbxError nRetError = ImpScan( rSrc, nVal, t, &nLen, in ScanNumIntnl() local
249 if( nRetError == SbxERR_OK && nLen != rSrc.Len() ) in ScanNumIntnl()
250 nRetError = SbxERR_CONVERSION; in ScanNumIntnl()
257 return nRetError; in ScanNumIntnl()