Lines Matching refs:SbError
262 SbError nErrorSFX;
1387 RTError( (SbError)eErr, 0, 0, 0 ); in Call()
1528 SbError StarBASIC::GetErrorCode() { return GetSbData()->nCode; } in GetErrorCode()
1557 sal_uInt16 StarBASIC::GetVBErrorCode( SbError nError ) in GetVBErrorCode()
1599 SbError StarBASIC::GetSfxFromVBError( sal_uInt16 nError ) in GetSfxFromVBError()
1601 SbError nRet = 0L; in GetSfxFromVBError()
1651 ( SbError nCode, sal_uInt16 nLine, sal_uInt16 nCol1, sal_uInt16 nCol2 ) in SetErrorData()
1692 void StarBASIC::MakeErrorText( SbError nId, const String& aMsg ) in MakeErrorText()
1736 ( SbError code, const String& rMsg, sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in CError()
1773 ( SbError code, sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in RTError()
1778 sal_Bool StarBASIC::RTError( SbError code, const String& rMsg, sal_uInt16 l, sal_uInt16 c1, sal_uIn… in RTError()
1782 SbError c = code; in RTError()
1813 void StarBASIC::Error( SbError n ) in Error()
1818 void StarBASIC::Error( SbError n, const String& rMsg ) in Error()
1824 void StarBASIC::FatalError( SbError n ) in FatalError()
1830 void StarBASIC::FatalError( SbError _errCode, const String& _details ) in FatalError()
1836 SbError StarBASIC::GetErrBasic() in GetErrBasic()