Home
last modified time | relevance | path

Searched refs:StarBASIC (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Drtlproto.hxx24 typedef void( *RtlCall ) ( StarBASIC* p, SbxArray& rArgs, bool bWrite );
28 extern void SbRtl_Date(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
29 extern void SbRtl_Err(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
30 extern void SbRtl_Erl(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
31 extern void SbRtl_False(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
32 extern void SbRtl_Empty(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
33 extern void SbRtl_Nothing(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
34 extern void SbRtl_Null(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
35 extern void SbRtl_True(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
71 extern void SbRtl_IDOK(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
[all …]
H A Dscanner.hxx30 class StarBASIC;
38 StarBASIC* pBasic; // instance for error callbacks
69 SbiScanner( const OUString&, StarBASIC* = nullptr );
81 StarBASIC* GetBasic() { return pBasic; } in GetBasic()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Drtlproto.hxx27 typedef void( *RtlCall ) ( StarBASIC* p, SbxArray& rArgs, bool bWrite );
31 extern void SbRtl_Date(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
32 extern void SbRtl_Err(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
33 extern void SbRtl_Erl(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
34 extern void SbRtl_False(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
35 extern void SbRtl_Empty(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
37 extern void SbRtl_Null(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
38 extern void SbRtl_True(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
58 extern void SbRtl_MB_OK(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
74 extern void SbRtl_IDOK(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/runtime/
H A Dprops.cxx31 void SbRtl_Erl(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutLong(StarBASIC::GetErl()); } in SbRtl_Erl() argument
33 void SbRtl_Err(StarBASIC *, SbxArray & rPar, bool bWrite) in SbRtl_Err() argument
45 StarBASIC::Error( StarBASIC::GetSfxFromVBError( static_cast<sal_uInt16>(nVal) ) ); in SbRtl_Err()
48 rPar.Get(0)->PutLong(StarBASIC::GetVBErrorCode(StarBASIC::GetErrBasic())); in SbRtl_Err()
52 void SbRtl_False(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutBool(false); } in SbRtl_False() argument
54 void SbRtl_Empty(StarBASIC *, SbxArray &, bool) {} in SbRtl_Empty() argument
56 void SbRtl_Nothing(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Nothing() argument
62 void SbRtl_Null(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Null() argument
68 void SbRtl_PI(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutDouble(F_PI); } in SbRtl_PI() argument
70 void SbRtl_True(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutBool(true); } in SbRtl_True() argument
[all …]
H A Dmethods1.cxx241 void SbRtl_CCur(StarBASIC *, SbxArray & rPar, bool) in SbRtl_CCur() argument
275 StarBASIC::Error(ERRCODE_BASIC_NOT_IMPLEMENTED); in SbRtl_CDec()
307 StarBASIC::Error( Error ); in SbRtl_CDbl()
367 StarBASIC::Error( Error ); in SbRtl_CSng()
482 void SbRtl_Red(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Red() argument
512 void SbRtl_Blue(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Blue() argument
585 void SbRtl_Wait(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Wait() argument
638 void SbRtl_Trim(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Trim() argument
1187 void SbRtl_Put(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Put() argument
2103 StarBASIC::Error( nError ); in implGetDateOfFirstDayInFirstWeek()
[all …]
H A Dmethods.cxx213 nErr = StarBASIC::GetErrBasic(); in SbRtl_Error()
214 aErrorMsg = StarBASIC::GetErrorMsg(); in SbRtl_Error()
238 tmpErrMsg = StarBASIC::GetErrorText(); in SbRtl_Error()
257 void SbRtl_Sin(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Sin() argument
269 void SbRtl_Cos(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Cos() argument
3897 StarBASIC::Error( nDdeErr ); in SbRtl_DDEInitiate()
3919 StarBASIC::Error( nDdeErr ); in SbRtl_DDETerminate()
3937 StarBASIC::Error( nDdeErr ); in SbRtl_DDETerminateAll()
3956 StarBASIC::Error( nDdeErr ); in SbRtl_DDERequest()
3979 StarBASIC::Error( nDdeErr ); in SbRtl_DDEExecute()
[all …]
H A Dstdobj1.cxx62 StarBASIC::Error( ERRCODE_BASIC_PROP_READONLY ); in PropType()
82 StarBASIC::Error( ERRCODE_BASIC_PROP_READONLY ); in PropWidth()
94 StarBASIC::Error( ERRCODE_BASIC_PROP_READONLY ); in PropHeight()
277 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethClear()
287 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethGetData()
294 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in MethGetData()
304 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethGetFormat()
311 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in MethGetFormat()
322 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethGetText()
333 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethSetData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/runtime/
H A Dprops.cxx31 void SbRtl_Erl(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Erl() argument
33 rPar.Get( 0 )->PutLong( StarBASIC::GetErl() ); in SbRtl_Erl()
48 StarBASIC::Error( StarBASIC::GetSfxFromVBError( static_cast<sal_uInt16>(nVal) ) ); in SbRtl_Err()
51 rPar.Get( 0 )->PutLong( StarBASIC::GetVBErrorCode( StarBASIC::GetErrBasic() ) ); in SbRtl_Err()
55 void SbRtl_False(StarBASIC *, SbxArray & rPar, bool) in SbRtl_False() argument
60 void SbRtl_Empty(StarBASIC *, SbxArray &, bool) {} in SbRtl_Empty() argument
68 void SbRtl_Null(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Null() argument
74 void SbRtl_PI(StarBASIC *, SbxArray & rPar, bool) in SbRtl_PI() argument
79 void SbRtl_True(StarBASIC *, SbxArray & rPar, bool) in SbRtl_True() argument
211 void SbRtl_IDOK(StarBASIC *, SbxArray & rPar, bool) in SbRtl_IDOK() argument
[all …]
H A Dmethods1.cxx248 void SbRtl_CCur(StarBASIC *, SbxArray & rPar, bool) in SbRtl_CCur() argument
282 StarBASIC::Error(ERRCODE_BASIC_NOT_IMPLEMENTED); in SbRtl_CDec()
314 StarBASIC::Error( Error ); in SbRtl_CDbl()
374 StarBASIC::Error( Error ); in SbRtl_CSng()
489 void SbRtl_Red(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Red() argument
519 void SbRtl_Blue(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Blue() argument
592 void SbRtl_Wait(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Wait() argument
645 void SbRtl_Trim(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Trim() argument
1197 void SbRtl_Put(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Put() argument
2102 StarBASIC::Error( nError ); in implGetDateOfFirstDayInFirstWeek()
[all …]
H A Dmethods.cxx197 nErr = StarBASIC::GetErrBasic(); in SbRtl_Error()
198 aErrorMsg = StarBASIC::GetErrorMsg(); in SbRtl_Error()
222 tmpErrMsg = StarBASIC::GetErrorText(); in SbRtl_Error()
241 void SbRtl_Sin(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Sin() argument
253 void SbRtl_Cos(StarBASIC *, SbxArray & rPar, bool) in SbRtl_Cos() argument
3880 StarBASIC::Error( nDdeErr ); in SbRtl_DDEInitiate()
3902 StarBASIC::Error( nDdeErr ); in SbRtl_DDETerminate()
3920 StarBASIC::Error( nDdeErr ); in SbRtl_DDETerminateAll()
3939 StarBASIC::Error( nDdeErr ); in SbRtl_DDERequest()
3962 StarBASIC::Error( nDdeErr ); in SbRtl_DDEExecute()
[all …]
H A Dstdobj1.cxx63 StarBASIC::Error( ERRCODE_BASIC_PROP_READONLY ); in PropType()
83 StarBASIC::Error( ERRCODE_BASIC_PROP_READONLY ); in PropWidth()
98 StarBASIC::Error( ERRCODE_BASIC_PROP_READONLY ); in PropHeight()
284 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethClear()
294 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethGetData()
301 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in MethGetData()
311 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethGetFormat()
318 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in MethGetFormat()
329 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethGetText()
340 StarBASIC::Error( ERRCODE_BASIC_BAD_NUMBER_OF_ARGS ); in MethSetData()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsb.cxx220 StarBASIC* pDocBasic = dynamic_cast<StarBASIC*>( pCurParent ); in lclGetDocBasicForModule()
895 StarBASIC::StarBASIC( StarBASIC* p, bool bIsDocBasic ) in StarBASIC() function in StarBASIC
936 StarBASIC::~StarBASIC() in ~StarBASIC()
990 void StarBASIC::implClearDependingVarsOnDelete( StarBASIC* pDeletedBasic ) in implClearDependingVarsOnDelete()
1003 StarBASIC* pBasic = dynamic_cast<StarBASIC*>( pVar ); in implClearDependingVarsOnDelete()
1165 void StarBASIC::InitAllModules( StarBASIC const * pBasicNotToInit ) in InitAllModules()
1210 StarBASIC* pBasic = dynamic_cast<StarBASIC*>( pVar ); in InitAllModules()
1234 StarBASIC* pBasic = dynamic_cast<StarBASIC*>( pVar ); in DeInitAllModules()
1742 Link<StarBASIC*,bool> const & StarBASIC::GetGlobalErrorHdl() in GetGlobalErrorHdl()
1747 void StarBASIC::SetGlobalErrorHdl( const Link<StarBASIC*,bool>& rLink ) in SetGlobalErrorHdl() argument
[all …]
H A Deventatt.cxx209 xDocStandardBasic = static_cast<StarBASIC*>(pParent); in firing_impl()
217 xDocStandardBasic = static_cast<StarBASIC*>(p); in firing_impl()
219 xAppStandardBasic = static_cast<StarBASIC*>(pParent); in firing_impl()
223 xAppStandardBasic = static_cast<StarBASIC*>(p); in firing_impl()
247 StarBASIC* pBasic; in firing_impl()
255 pBasic = dynamic_cast<StarBASIC*>( pVar ); in firing_impl()
372 StarBASIC* pStartedBasic = static_cast<StarBASIC*>(pBasic); in implFindDialogLibForDialogBasic()
414 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in RTL_Impl_CreateUnoDialog()
422 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in RTL_Impl_CreateUnoDialog()
431 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in RTL_Impl_CreateUnoDialog()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsb.cxx217 StarBASIC* pDocBasic = dynamic_cast<StarBASIC*>( pCurParent ); in lclGetDocBasicForModule()
912 StarBASIC::StarBASIC( StarBASIC* p, bool bIsDocBasic ) in StarBASIC() function in StarBASIC
953 StarBASIC::~StarBASIC() in ~StarBASIC()
1007 void StarBASIC::implClearDependingVarsOnDelete( StarBASIC* pDeletedBasic ) in implClearDependingVarsOnDelete()
1020 StarBASIC* pBasic = dynamic_cast<StarBASIC*>( pVar ); in implClearDependingVarsOnDelete()
1182 void StarBASIC::InitAllModules( StarBASIC const * pBasicNotToInit ) in InitAllModules()
1227 StarBASIC* pBasic = dynamic_cast<StarBASIC*>( pVar ); in InitAllModules()
1251 StarBASIC* pBasic = dynamic_cast<StarBASIC*>( pVar ); in DeInitAllModules()
1759 Link<StarBASIC*,bool> const & StarBASIC::GetGlobalErrorHdl() in GetGlobalErrorHdl()
1764 void StarBASIC::SetGlobalErrorHdl( const Link<StarBASIC*,bool>& rLink ) in SetGlobalErrorHdl() argument
[all …]
H A Deventatt.cxx209 xDocStandardBasic = static_cast<StarBASIC*>(pParent); in firing_impl()
217 xDocStandardBasic = static_cast<StarBASIC*>(p); in firing_impl()
219 xAppStandardBasic = static_cast<StarBASIC*>(pParent); in firing_impl()
223 xAppStandardBasic = static_cast<StarBASIC*>(p); in firing_impl()
247 StarBASIC* pBasic; in firing_impl()
255 pBasic = dynamic_cast<StarBASIC*>( pVar ); in firing_impl()
372 StarBASIC* pStartedBasic = static_cast<StarBASIC*>(pBasic); in implFindDialogLibForDialogBasic()
414 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in RTL_Impl_CreateUnoDialog()
422 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in RTL_Impl_CreateUnoDialog()
431 StarBASIC::Error( ERRCODE_BASIC_BAD_ARGUMENT ); in RTL_Impl_CreateUnoDialog()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basic/
H A Dsbstar.hxx37 class BASIC_DLLPUBLIC StarBASIC : public SbxObject class
50 Link<StarBASIC*,bool> aErrorHdl; // Error handler
51 Link<StarBASIC*,BasicDebugFlags> aBreakHdl; // Breakpoint handler
60 BASIC_DLLPRIVATE void implClearDependingVarsOnDelete( StarBASIC* pDeletedBasic );
74 virtual ~StarBASIC() override;
80 StarBASIC( StarBASIC* pParent = nullptr, bool bIsDocBasic = false );
112 void InitAllModules( StarBASIC const * pBasicNotToInit = nullptr );
131 static Link<StarBASIC*,bool> const & GetGlobalErrorHdl();
132 static void SetGlobalErrorHdl( const Link<StarBASIC*,bool>& rNewHdl );
134 static void SetGlobalBreakHdl( const Link<StarBASIC*,BasicDebugFlags>& rNewHdl );
[all …]
H A Dbasmgr.hxx127 void ImpCreateStdLib( StarBASIC* pParentFromStdLib );
134 BasicLibInfo* FindLibInfo( StarBASIC const * pBasic );
135 static void CheckModules( StarBASIC* pBasic, bool bReference );
139 … BasicManager( StarBASIC* pStdLib, OUString const * pLibPath = nullptr, bool bDocMgr = false );
149 StarBASIC* GetLib( sal_uInt16 nLib ) const;
150 StarBASIC* GetLib( std::u16string_view rName ) const;
202 BASIC_DLLPRIVATE StarBASIC* GetStdLib() const;
203 …BASIC_DLLPRIVATE StarBASIC* AddLib( SotStorage& rStorage, const OUString& rLibName, bool bReferenc…
207 BASIC_DLLPRIVATE StarBASIC* CreateLibForLibContainer( const OUString& rLibName,
210 BASIC_DLLPRIVATE StarBASIC* CreateLib( const OUString& rLibName );
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basic/
H A Dsbstar.hxx37 class BASIC_DLLPUBLIC StarBASIC : public SbxObject class
50 Link<StarBASIC*,bool> aErrorHdl; // Error handler
51 Link<StarBASIC*,BasicDebugFlags> aBreakHdl; // Breakpoint handler
60 BASIC_DLLPRIVATE void implClearDependingVarsOnDelete( StarBASIC* pDeletedBasic );
74 virtual ~StarBASIC() override;
80 StarBASIC( StarBASIC* pParent = nullptr, bool bIsDocBasic = false );
112 void InitAllModules( StarBASIC const * pBasicNotToInit = nullptr );
131 static Link<StarBASIC*,bool> const & GetGlobalErrorHdl();
132 static void SetGlobalErrorHdl( const Link<StarBASIC*,bool>& rNewHdl );
134 static void SetGlobalBreakHdl( const Link<StarBASIC*,BasicDebugFlags>& rNewHdl );
[all …]
H A Dbasmgr.hxx127 void ImpCreateStdLib( StarBASIC* pParentFromStdLib );
134 BasicLibInfo* FindLibInfo( StarBASIC const * pBasic );
135 static void CheckModules( StarBASIC* pBasic, bool bReference );
139 … BasicManager( StarBASIC* pStdLib, OUString const * pLibPath = nullptr, bool bDocMgr = false );
149 StarBASIC* GetLib( sal_uInt16 nLib ) const;
150 StarBASIC* GetLib( const OUString& rName ) const;
202 BASIC_DLLPRIVATE StarBASIC* GetStdLib() const;
203 …BASIC_DLLPRIVATE StarBASIC* AddLib( SotStorage& rStorage, const OUString& rLibName, bool bReferenc…
207 BASIC_DLLPRIVATE StarBASIC* CreateLibForLibContainer( const OUString& rLibName,
210 BASIC_DLLPRIVATE StarBASIC* CreateLib( const OUString& rLibName );
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/cppunit/
H A Dbasictest.cxx20 mpBasic = new StarBASIC(); in InitSnippet()
21 StarBASIC::SetGlobalErrorHdl( LINK( this, MacroSnippet, BasicErrorHdl ) ); in InitSnippet()
113 IMPL_LINK( MacroSnippet, BasicErrorHdl, StarBASIC *, /*pBasic*/, bool)
116 StarBASIC::GetLine(), StarBASIC::GetCol1());
117 …fprintf(stderr,"Basic error: %s\n", OUStringToOString( StarBASIC::GetErrorText(), RTL_TEXTENCODING…
119 maErrCode = StarBASIC::GetErrorCode();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/cppunit/
H A Dbasictest.cxx20 mpBasic = new StarBASIC(); in InitSnippet()
21 StarBASIC::SetGlobalErrorHdl( LINK( this, MacroSnippet, BasicErrorHdl ) ); in InitSnippet()
113 IMPL_LINK( MacroSnippet, BasicErrorHdl, StarBASIC *, /*pBasic*/, bool)
116 StarBASIC::GetLine(), StarBASIC::GetCol1());
117 …fprintf(stderr,"Basic error: %s\n", OUStringToOString( StarBASIC::GetErrorText(), RTL_TEXTENCODING…
119 maErrCode = StarBASIC::GetErrorCode();
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/basmgr/
H A Dbasmgr.cxx153 StarBASIC* pLib = in insertLibraryImpl()
453 StarBASIC* pStdLib = GetStdLib(); in BasicManager()
641 StarBASIC* pStdLib = new StarBASIC( pParentFromStdLib, mbDocMgr ); in ImpCreateStdLib()
828 StarBASIC* pLib = GetLib(sLib); in HasExeCode()
1196 StarBASIC* BasicManager::GetStdLib() const in GetStdLib()
1198 StarBASIC* pLib = GetLib( 0 ); in GetStdLib()
1288 StarBASIC* pNew = new StarBASIC( GetStdLib(), mbDocMgr ); in CreateLib()
1302 StarBASIC* pLib = GetLib( rLibName ); in CreateLib()
1343 StarBASIC* pNew = new StarBASIC( GetStdLib(), mbDocMgr ); in CreateLibForLibContainer()
1672 StarBASIC* mpLib;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/basmgr/
H A Dbasmgr.cxx153 StarBASIC* pLib = in insertLibraryImpl()
453 StarBASIC* pStdLib = GetStdLib(); in BasicManager()
641 StarBASIC* pStdLib = new StarBASIC( pParentFromStdLib, mbDocMgr ); in ImpCreateStdLib()
828 StarBASIC* pLib = GetLib(sLib); in HasExeCode()
1197 StarBASIC* BasicManager::GetStdLib() const in GetStdLib()
1199 StarBASIC* pLib = GetLib( 0 ); in GetStdLib()
1289 StarBASIC* pNew = new StarBASIC( GetStdLib(), mbDocMgr ); in CreateLib()
1303 StarBASIC* pLib = GetLib( rLibName ); in CreateLib()
1344 StarBASIC* pNew = new StarBASIC( GetStdLib(), mbDocMgr ); in CreateLibForLibContainer()
1672 StarBASIC* mpLib;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbasobj3.cxx59 return HandleBasicError( static_cast<StarBASIC const *>(pPtr) ); in basicide_handle_basic_error()
113 StarBASIC* pBasic = dynamic_cast<StarBASIC*>(pModule->GetParent()); in CreateMacro()
219 StarBASIC* FindBasic( const SbxVariable* pVar ) in FindBasic()
222 while (pSbx && !dynamic_cast<StarBASIC const*>(pSbx)) in FindBasic()
224 return const_cast<StarBASIC*>(static_cast<const StarBASIC*>(pSbx)); in FindBasic()
227 BasicManager* FindBasicManager( StarBASIC const * pLib ) in FindBasicManager()
243 StarBASIC* pL = pBasicMgr->GetLib( pLibNames[ i ] ); in FindBasicManager()
287 StarBASIC::Stop(); in StopBasic()
371 tools::Long HandleBasicError( StarBASIC const * pBasic ) in HandleBasicError()
423 ErrorHandler::HandleError( StarBASIC::GetErrorCode() ); in HandleBasicError()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbasobj3.cxx56 return HandleBasicError( static_cast<StarBASIC const *>(pPtr) ); in basicide_handle_basic_error()
110 StarBASIC* pBasic = dynamic_cast<StarBASIC*>(pModule->GetParent()); in CreateMacro()
216 StarBASIC* FindBasic( const SbxVariable* pVar ) in FindBasic()
219 while (pSbx && !dynamic_cast<StarBASIC const*>(pSbx)) in FindBasic()
221 return const_cast<StarBASIC*>(static_cast<const StarBASIC*>(pSbx)); in FindBasic()
224 BasicManager* FindBasicManager( StarBASIC const * pLib ) in FindBasicManager()
240 StarBASIC* pL = pBasicMgr->GetLib( pLibNames[ i ] ); in FindBasicManager()
281 StarBASIC::Stop(); in StopBasic()
364 long HandleBasicError( StarBASIC const * pBasic ) in HandleBasicError()
416 ErrorHandler::HandleError( StarBASIC::GetErrorCode() ); in HandleBasicError()

12345678