Searched refs:SbxError (Results 1 – 14 of 14) sorted by relevance
| /trunk/main/basic/source/sbx/ |
| H A D | sbxscan.cxx | 68 SbxError ImpScan( const ::rtl::OUString& rWSrc, double& nVal, SbxDataType& rType, in ImpScan() 242 SbxError SbxValue::ScanNumIntnl( const String& rSrc, double& nVal, sal_Bool bSingle ) in ScanNumIntnl() 246 SbxError nRetError = ImpScan( rSrc, nVal, t, &nLen, in ScanNumIntnl() 607 SbxError eRes = SbxERR_OK; in Scan()
|
| H A D | sbxbase.cxx | 124 SbxError SbxBase::GetError() in GetError() 129 void SbxBase::SetError( SbxError e ) in SetError()
|
| H A D | sbxvalue.cxx | 513 SbxError eOld = GetError(); in Get() 700 SbxError eOld = GetError(); in GET() 1136 SbxError eOld = GetError(); in Compute() 1469 SbxError eOld = GetError(); in Compare()
|
| H A D | sbxconv.hxx | 33 extern SbxError ImpScan
|
| H A D | sbxarray.cxx | 633 SbxError eRes = SbxERR_OK; in AddDimImpl32()
|
| /trunk/main/basic/inc/basic/ |
| H A D | sbxcore.hxx | 121 static SbxError GetError(); 122 static void SetError( SbxError );
|
| H A D | sbxbase.hxx | 43 SbxError eSbxError; // Error code
|
| H A D | sbxdef.hxx | 157 typedef sal_uIntPtr SbxError; // Preserve old type typedef
|
| H A D | sbxvar.hxx | 353 static SbxError ScanNumIntnl( const String& rSrc, double& nVal, sal_Bool bSingle=sal_False );
|
| /trunk/main/basic/source/comp/ |
| H A D | sbcomp.cxx | 317 SbxError eOld = SbxBase::GetError(); in lcl_dumpMethodParameters() 882 SbxError eOld = SbxBase::GetError(); in RTL_Impl_TraceCommand() 887 SbxError eErr = SbxBase::GetError(); in RTL_Impl_TraceCommand()
|
| H A D | parser.cxx | 440 SbxError nSbxErr = SbxBase::GetError(); in Parse()
|
| /trunk/main/basic/source/classes/ |
| H A D | sb.cxx | 989 SbxError eOld = SbxBase::GetError(); in ~StarBASIC() 1384 SbxError eErr = SbxBase::GetError(); in Call()
|
| /trunk/main/basctl/source/basicide/ |
| H A D | baside2b.cxx | 1623 SbxError eOld = SbxBase::GetError(); in IMPL_LINK_INLINE_END() 2146 SbxError eOld = SbxBase::GetError(); in UpdateWatches()
|
| /trunk/main/basic/source/runtime/ |
| H A D | methods.cxx | 2410 SbxError nPrevError = SbxBase::GetError(); in RTLFUNC()
|