Lines Matching refs:StarBASIC

375 		StarBASIC::Error( ERRCODE_BASIC_EXCEPTION,  in convertAny()
383 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, in convertAny()
443 SbError nError = StarBASIC::GetSfxFromVBError( (sal_uInt16)e.ErrorCode ); in implHandleBasicErrorException()
444 StarBASIC::Error( nError, e.ErrorMessageArgument ); in implHandleBasicErrorException()
470 nError = StarBASIC::GetSfxFromVBError( (sal_uInt16)aBasicError.ErrorCode ); in implHandleWrappedTargetException()
493 StarBASIC::Error( nError, aMessageBuf.makeStringAndClear() ); in implHandleWrappedTargetException()
511 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( _rCaughtException ) ); in implHandleAnyException()
667 StarBASIC::Error( SbERR_INVALID_OBJECT ); in implSequenceToMultiDimArray()
1279 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, in implRekMultiDimArrayToSequence()
1284 StarBASIC::Error( SbERR_OUT_OF_RANGE ); in implRekMultiDimArrayToSequence()
1505 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, in sbxToUnoValue()
1510 StarBASIC::Error( SbERR_OUT_OF_RANGE ); in sbxToUnoValue()
1611 StarBASIC::Error( ERRCODE_BASIC_MATH_OVERFLOW ); in sbxToUnoValue()
2166 StarBASIC::Error( SbERR_PROP_READONLY ); in TYPEINIT1()
2241 StarBASIC::Error( SbERR_NOT_OPTIONAL ); in TYPEINIT1()
2522 StarBASIC::FatalError( ERRCODE_BASIC_EXCEPTION ); in SbUnoObject()
2557 StarBASIC::FatalError( ERRCODE_BASIC_EXCEPTION ); in doIntrospection()
2568 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( e ) ); in doIntrospection()
2590 void clearUnoMethodsForBasic( StarBASIC* pBasic ) in clearUnoMethodsForBasic()
2598 StarBASIC* pModBasic = dynamic_cast< StarBASIC* >( pObject->GetParent() ); in clearUnoMethodsForBasic()
2817 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( e ) ); in Find()
2872 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( e ) ); in Find()
3055 void RTL_Impl_CreateUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoStruct()
3063 StarBASIC::Error( SbERR_BAD_ARGUMENT ); in RTL_Impl_CreateUnoStruct()
3080 void RTL_Impl_CreateUnoService( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoService()
3088 StarBASIC::Error( SbERR_BAD_ARGUMENT ); in RTL_Impl_CreateUnoService()
3134 void RTL_Impl_CreateUnoServiceWithArguments( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoServiceWithArguments()
3142 StarBASIC::Error( SbERR_BAD_ARGUMENT ); in RTL_Impl_CreateUnoServiceWithArguments()
3192 void RTL_Impl_GetProcessServiceManager( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_GetProcessServiceManager()
3216 void RTL_Impl_HasInterfaces( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_HasInterfaces()
3225 StarBASIC::Error( SbERR_BAD_ARGUMENT ); in RTL_Impl_HasInterfaces()
3271 void RTL_Impl_IsUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_IsUnoStruct()
3279 StarBASIC::Error( SbERR_BAD_ARGUMENT ); in RTL_Impl_IsUnoStruct()
3301 void RTL_Impl_EqualUnoObjects( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_EqualUnoObjects()
3308 StarBASIC::Error( SbERR_BAD_ARGUMENT ); in RTL_Impl_EqualUnoObjects()
3715 StarBASIC::Error( SbERR_NOT_OPTIONAL ); in SFX_NOTIFY()
3908 StarBASIC::Error( SbERR_BAD_ARGUMENT ); in SFX_NOTIFY()
3986 StarBASIC * pLib = PTR_CAST(StarBASIC,pP); in firing_impl()
4205 void SbRtl_CreateUnoListener( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in SbRtl_CreateUnoListener()
4213 StarBASIC::Error( SbERR_BAD_ARGUMENT ); in SbRtl_CreateUnoListener()
4269 void RTL_Impl_GetDefaultContext( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_GetDefaultContext()
4297 void RTL_Impl_CreateUnoValue( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoValue()
4307 StarBASIC::Error( SbERR_BAD_ARGUMENT ); in RTL_Impl_CreateUnoValue()
4361 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, in RTL_Impl_CreateUnoValue()
4668 StarBASIC* m_pBasic;
4672 StarBasicDisposeItem( StarBASIC* pBasic ) in StarBasicDisposeItem()
4683 DisposeItemVector::iterator lcl_findItemForBasic( StarBASIC* pBasic ) in lcl_findItemForBasic()
4695 StarBasicDisposeItem* lcl_getOrCreateItemForBasic( StarBASIC* pBasic ) in lcl_getOrCreateItemForBasic()
4708 ( Reference< XComponent > xComponent, StarBASIC* pBasic ) in registerComponentToBeDisposedForBasic()
4714 void registerComListenerVariableForBasic( SbxVariable* pVar, StarBASIC* pBasic ) in registerComListenerVariableForBasic()
4721 void disposeComVariablesForBasic( StarBASIC* pBasic ) in disposeComVariablesForBasic()
4811 StarBASIC* pParentBasic = NULL; in createCOMWrapperForIface()
4816 pParentBasic = PTR_CAST( StarBASIC, pObjParent ); in createCOMWrapperForIface()