Searched refs:ImpScan (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/basic/source/sbx/ |
H A D | sbxscan.cxx | 70 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 D | sbxint.cxx | 159 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 D | sbxvar.cxx | 475 if( ImpScan( aTmpString, d, t, NULL ) != SbxERR_OK || t == SbxDOUBLE ) in LoadData() 489 if( ImpScan( aTmpString, aTmp.nDouble, t, NULL ) != SbxERR_OK ) in LoadData()
|
H A D | sbxconv.hxx | 33 extern SbxError ImpScan
|
H A D | sbxvalue.cxx | 1004 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 D | sbxbool.cxx | 97 if( ImpScan( *p->pOUString, n, t, &nLen ) == SbxERR_OK ) in ImpGetBool()
|
H A D | sbxdbl.cxx | 85 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetDouble()
|
H A D | sbxulng.cxx | 132 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetULong()
|
H A D | sbxbyte.cxx | 170 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetByte()
|
H A D | sbxchar.cxx | 159 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetChar()
|
H A D | sbxlng.cxx | 124 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetLong()
|
H A D | sbxsng.cxx | 117 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetSingle()
|
H A D | sbxuint.cxx | 156 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetUShort()
|
Completed in 92 milliseconds