Home
last modified time | relevance | path

Searched refs:SbError (Results 1 – 25 of 26) sorted by relevance

12

/AOO41X/main/basic/source/runtime/
H A Ddllmgr.cxx78 SbError convert(rtl::OUString const & source, rtl::OString * target) { in convert()
88 SbError convert(char const * source, sal_Int32 length, rtl::OUString * target) { in convert()
192 SbError marshal(
196 SbError marshalString( in marshalString()
201 SbError e = convert(variable->GetString(), &str); in marshalString()
213 SbError marshalStruct( in marshalStruct()
221 SbError e = marshal(false, props->Get(i), false, blob, offset, data); in marshalStruct()
229 SbError marshalArray( in marshalArray()
242 SbError e = marshal( in marshalArray()
261 SbError marshal( in marshal()
[all …]
H A Dddectrl.cxx38 static const SbError nDdeErrMap[] =
60 SbError SbiDdeControl::GetLastErr( DdeConnection* pConv ) in GetLastErr()
109 SbError SbiDdeControl::Initiate( const String& rService, const String& rTopic, in Initiate()
112 SbError nErr; in Initiate()
129 SbError SbiDdeControl::Terminate( sal_Int16 nChannel ) in Terminate()
139 SbError SbiDdeControl::TerminateAll() in TerminateAll()
155 SbError SbiDdeControl::Request( sal_Int16 nChannel, const String& rItem, String& rResult ) in Request()
168 SbError SbiDdeControl::Execute( sal_Int16 nChannel, const String& rCommand ) in Execute()
178 SbError SbiDdeControl::Poke( sal_Int16 nChannel, const String& rItem, const String& rData ) in Poke()
H A Dddectrl.hxx41 SbError GetLastErr( DdeConnection* );
51 SbError Initiate( const String& rService, const String& rTopic,
53 SbError Terminate( sal_Int16 nChannel );
54 SbError TerminateAll();
55 SbError Request( sal_Int16 nChannel, const String& rItem, String& rResult );
56 SbError Execute( sal_Int16 nChannel, const String& rCommand );
57 SbError Poke( sal_Int16 nChannel, const String& rItem, const String& rData );
H A Druntime.cxx431 void SbiInstance::Error( SbError n ) in Error()
436 void SbiInstance::Error( SbError n, const String& rMsg ) in Error()
449 SbError n = StarBASIC::GetSfxFromVBError( static_cast< sal_uInt16 >( nVBNumber ) ); in ErrorVB()
463 SbError n = StarBASIC::GetSfxFromVBError( static_cast< sal_uInt16 >( nVBNumber ) ); in setErrorVB()
474 void SbiInstance::FatalError( SbError n ) in FatalError()
479 void SbiInstance::FatalError( SbError _errCode, const String& _details ) in FatalError()
754 SbError nSbError = SbxBase::GetError(); in Step()
769 SbError nTraceErr = nError; in Step()
773 SbError err = nError; in Step()
871 void SbiRuntime::Error( SbError n, bool bVBATranslationAlreadyDone ) in Error()
[all …]
H A Diosys.cxx641 SbError SbiStream::Open in Open()
719 SbError SbiStream::Close() in Close()
737 SbError SbiStream::Read( ByteString& rBuf, sal_uInt16 n, bool bForceReadingPerByte ) in Read()
759 SbError SbiStream::Read( char& ch ) in Read()
792 SbError SbiStream::Write( const ByteString& rBuf, sal_uInt16 n ) in Write()
849 SbError SbiIoSystem::GetError() in GetError()
851 SbError n = nError; nError = 0; in GetError()
898 SbError n = pChan[ i ]->Close(); in Shutdown()
989 SbError n = pChan[ i ]->Close(); in CloseAll()
H A Dmethods.cxx253 SbError nErr = 0L; in RTLFUNC()
3678 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC()
3706 SbError nDdeErr = pDDE->Terminate( nChannel ); in RTLFUNC()
3732 SbError nDdeErr = pDDE->TerminateAll(); in RTLFUNC()
3760 SbError nDdeErr = pDDE->Request( nChannel, rItem, aResult ); in RTLFUNC()
3789 SbError nDdeErr = pDDE->Execute( nChannel, rCommand ); in RTLFUNC()
3817 SbError nDdeErr = pDDE->Poke( nChannel, rItem, rData ); in RTLFUNC()
H A Ddllmgr.hxx44 SbError Call(
H A Dmethods1.cxx335 SbError Error = SbxValue::ScanNumIntnl( aScanStr, nVal ); in RTLFUNC()
398 SbError Error = SbxValue::ScanNumIntnl( aScanStr, dVal, /*bSingle=*/sal_True ); in RTLFUNC()
2273 SbError nError = 0; in implGetDateOfFirstDayInFirstWeek()
2684 SbError err = pSbStrm->Read( aByteBuffer, nByteCount, true ); in RTLFUNC()
H A Dstep2.cxx57 …( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError nNotFound, sal_Bool bLocal, sal_Bool … in FindElement()
640 SbiRuntime::StepFIND_Impl( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError nNotFound, sa… in StepFIND_Impl()
H A Dstep0.cxx1107 SbError err; in StepINPUT()
1430 SbError error = StarBASIC::GetSfxFromVBError( n ); in StepERROR()
H A Dstep1.cxx399 SbError err; in StepCLOSE()
/AOO41X/main/basic/inc/basic/
H A Dsbstar.hxx82 sal_Bool CError( SbError, const String&, xub_StrLen, xub_StrLen, xub_StrLen );
84 sal_Bool RTError( SbError, xub_StrLen, xub_StrLen, xub_StrLen );
85 sal_Bool RTError( SbError, const String& rMsg, xub_StrLen, xub_StrLen, xub_StrLen );
126 static void Error( SbError );
127 static void Error( SbError, const String& rMsg );
128 static void FatalError( SbError );
129 static void FatalError( SbError, const String& rMsg );
131 static SbError GetErrBasic();
158 static void SetErrorData( SbError nCode, sal_uInt16 nLine,
162 static void MakeErrorText( SbError, const String& aMsg );
[all …]
H A Dmybasic.hxx49 SbError nError;
71 SbError GetErrors() { return nError; } in GetErrors()
H A Dsberrors.hxx30 typedef sal_uIntPtr SbError; typedef
/AOO41X/main/basic/source/inc/
H A Druntime.hxx195 SbError nErr; // aktueller Fehlercode
216 void Error( SbError ); // trappable Error
217 void Error( SbError, const String& rMsg ); // trappable Error mit Message
220 void FatalError( SbError ); // non-trappable Error
221 void FatalError( SbError, const String& ); // non-trappable Error
225 SbError GetErr() { return nErr; } in GetErr()
319 SbError nError; // letzter Fehler
349 …( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, sal_Bool bLocal, sal_Bool bStatic = …
422 …void StepFIND_Impl( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, sal_Bool bLocal, s…
445 void Error( SbError, bool bVBATranslationAlreadyDone = false ); // Fehler setzen, falls != 0
[all …]
H A Diosys.hxx55 SbError nError; // letzter Fehlercode
61 SbError Open( short, const ByteString&, short, short, short );
62 SbError Close();
63 SbError Read( ByteString&, sal_uInt16 = 0, bool bForceReadingPerByte=false );
64 SbError Read( char& );
65 SbError Write( const ByteString&, sal_uInt16 = 0 );
85 SbError nError; // letzter Fehlercode
91 SbError GetError();
H A Dtoken.hxx163 void Error( SbError c ) { GenError( c ); } in Error()
164 void Error( SbError, SbiToken );
165 void Error( SbError, const char* );
166 void Error( SbError, String );
H A Dsbtrace.hxx47 void dbg_traceNotifyError( SbError nTraceErr, const String& aTraceErrMsg, bool bTraceErrHandled, sa…
H A Dscanner.hxx72 void GenError( SbError );
H A Dsbintern.hxx113 SbError nCode; // aktueller Fehlercode
/AOO41X/main/basic/source/classes/
H A Dsb.cxx262 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()
[all …]
/AOO41X/main/basic/source/comp/
H A Dtoken.cxx406 void SbiTokenizer::Error( SbError code, const char* pMsg ) in Error()
412 void SbiTokenizer::Error( SbError code, String aMsg ) in Error()
418 void SbiTokenizer::Error( SbError code, SbiToken tok ) in Error()
H A Dscanner.cxx85 void SbiScanner::GenError( SbError code ) in GenError()
H A Dsbcomp.cxx803 void dbg_traceNotifyError( SbError nTraceErr, const String& aTraceErrMsg, bool bTraceErrHandled, sa… in dbg_traceNotifyError()
H A Dparser.cxx436 SbxBase::ResetError(), Error( (SbError)nSbxErr ); in Parse()

12