Home
last modified time | relevance | path

Searched refs:ImpScan (Results 1 – 13 of 13) sorted by path

/trunk/main/basic/source/sbx/
H A Dsbxbool.cxx97 if( ImpScan( *p->pOUString, n, t, &nLen ) == SbxERR_OK ) in ImpGetBool()
H A Dsbxbyte.cxx170 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetByte()
H A Dsbxchar.cxx159 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetChar()
H A Dsbxconv.hxx33 extern SbxError ImpScan
H A Dsbxdbl.cxx85 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetDouble()
H A Dsbxint.cxx159 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetInteger()
467 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetInt64()
754 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetUInt64()
H A Dsbxlng.cxx124 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetLong()
H A Dsbxscan.cxx70 SbxError ImpScan( const ::rtl::OUString& rWSrc, double& nVal, SbxDataType& rType, in ImpScan() function
248 SbxError nRetError = ImpScan( rSrc, nVal, t, &nLen, in ScanNumIntnl()
616 eRes = ImpScan( rSrc, n, t, pLen ); in Scan()
H A Dsbxsng.cxx117 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetSingle()
H A Dsbxuint.cxx156 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetUShort()
H A Dsbxulng.cxx132 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetULong()
H A Dsbxvalue.cxx1004 if( ImpScan( s, n, t2, &nLen, /*bAllowIntntl*/sal_False, bOnlyIntntl ) == SbxERR_OK ) in ImpIsNumeric()
1642 if( ImpScan( aVal, d, t, NULL ) != SbxERR_OK || t == SbxDOUBLE ) in LoadData()
1657 if( ImpScan( aVal, aData.nDouble, t, NULL ) != SbxERR_OK ) in LoadData()
H A Dsbxvar.cxx475 if( ImpScan( aTmpString, d, t, NULL ) != SbxERR_OK || t == SbxDOUBLE ) in LoadData()
489 if( ImpScan( aTmpString, aTmp.nDouble, t, NULL ) != SbxERR_OK ) in LoadData()

Completed in 59 milliseconds