Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/sbx/
H A Dsbxvalue.cxx514 if( eOld != SbxERR_OK ) in Get()
603 if( eOld != SbxERR_OK ) in Get()
701 if( eOld != SbxERR_OK ) in GET()
799 if( eOld != SbxERR_OK ) in GET()
1004 if( ImpScan( s, n, t2, &nLen, /*bAllowIntntl*/sal_False, bOnlyIntntl ) == SbxERR_OK ) in ImpIsNumeric()
1137 if( eOld != SbxERR_OK ) in Compute()
1457 if( bRes && eOld != SbxERR_OK ) in Compute()
1470 if( eOld != SbxERR_OK ) in Compare()
1615 if( eOld != SbxERR_OK ) in Compare()
1642 if( ImpScan( aVal, d, t, NULL ) != SbxERR_OK || t == SbxDOUBLE ) in LoadData()
[all …]
H A Dsbxscan.cxx240 return SbxERR_OK; in ImpScan()
251 if( nRetError == SbxERR_OK && nLen != rSrc.Len() ) in ScanNumIntnl()
609 SbxError eRes = SbxERR_OK; in Scan()
617 if( eRes == SbxERR_OK ) in Scan()
H A Dsbxbase.cxx132 if( e && p->eSbxError == SbxERR_OK ) in SetError()
138 return sal_Bool( GetSbxData_Impl()->eSbxError != SbxERR_OK ); in IsError()
143 GetSbxData_Impl()->eSbxError = SbxERR_OK; in ResetError()
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 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()
H A Dsbxbool.cxx97 if( ImpScan( *p->pOUString, n, t, &nLen ) == SbxERR_OK ) in ImpGetBool()
H A Dsbxdbl.cxx85 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetDouble()
H A Dsbxulng.cxx132 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetULong()
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 Dsbxlng.cxx124 if( ImpScan( *p->pOUString, d, t, NULL ) != SbxERR_OK ) in ImpGetLong()
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 Dsbxarray.cxx633 SbxError eRes = SbxERR_OK; in AddDimImpl32()
/aoo4110/main/basic/source/comp/
H A Dsbcomp.cxx350 if( eOld != SbxERR_OK ) in lcl_dumpMethodParameters()
883 if( eOld != SbxERR_OK ) in RTL_Impl_TraceCommand()
888 if( eErr != SbxERR_OK ) in RTL_Impl_TraceCommand()
901 if( eOld != SbxERR_OK ) in RTL_Impl_TraceCommand()
/aoo4110/main/scripting/source/basprov/
H A Dbasscript.cxx180 ErrCode nErr = SbxERR_OK; in invoke()
192 if ( nErr != SbxERR_OK ) in invoke()
/aoo4110/main/basic/inc/basic/
H A Dsbxbase.hxx50 SbxAppData() : eSbxError( SbxERR_OK ), aFacs(), pBasicFormater( NULL ) {} in SbxAppData()
H A Dsbxdef.hxx230 #define SbxERR_OK ERRCODE_SBX_OK macro
/aoo4110/main/basic/source/runtime/
H A Dmethods1.cxx336 if( Error != SbxERR_OK ) in RTLFUNC()
399 if( SbxBase::GetError() == SbxERR_OK && Error != SbxERR_OK ) in RTLFUNC()
/aoo4110/main/basic/source/classes/
H A Dsb.cxx994 if( eOld != SbxERR_OK ) in ~StarBASIC()
1386 if( eErr != SbxERR_OK ) in Call()
H A Dsbxmod.cxx305 ErrCode nErr = SbxERR_OK; in invoke()
/aoo4110/main/basctl/source/basicide/
H A Dbaside2b.cxx1670 if( eOld != SbxERR_OK ) in IMPL_LINK_INLINE_END()
2332 if( eOld != SbxERR_OK ) in UpdateWatches()

Completed in 164 milliseconds