|
LibreOffice Module basic (master) 1
|
#include <sbxbase.hxx>
Public Member Functions | |
| SbxAppData () | |
| SbxAppData (const SbxAppData &)=delete | |
| const SbxAppData & | operator= (const SbxAppData &)=delete |
| ~SbxAppData () | |
Public Attributes | |
| ErrCode | eErrCode |
| OUString | aErrorMsg |
| SbxVariableRef | m_aGlobErr |
| std::vector< SbxFactory * > | m_Factories |
| tools::SvRef< SvRefBase > | mrImplRepository |
| std::unique_ptr< SbxBasicFormater > | pBasicFormater |
| LanguageType | eBasicFormaterLangType |
Definition at line 36 of file sbxbase.hxx.
| SbxAppData::SbxAppData | ( | ) |
Definition at line 39 of file sbxbase.cxx.
References ERRCODE_NONE, and LANGUAGE_DONTKNOW.
|
delete |
| SbxAppData::~SbxAppData | ( | ) |
Definition at line 46 of file sbxbase.cxx.
References tools::SvRef< typename T >::clear(), mrImplRepository, and pBasicFormater.
|
delete |
| OUString SbxAppData::aErrorMsg |
Definition at line 39 of file sbxbase.hxx.
Referenced by SbxBase::GetErrorMsg(), SbxBase::ResetError(), and SbxBase::SetError().
| LanguageType SbxAppData::eBasicFormaterLangType |
Definition at line 47 of file sbxbase.hxx.
Referenced by SbxValue::Format().
| ErrCode SbxAppData::eErrCode |
Definition at line 38 of file sbxbase.hxx.
Referenced by SbxBase::GetError(), SbxBase::IsError(), SbxBase::ResetError(), and SbxBase::SetError().
| SbxVariableRef SbxAppData::m_aGlobErr |
Definition at line 40 of file sbxbase.hxx.
Referenced by SbxErrObject::getErrObject().
| std::vector<SbxFactory*> SbxAppData::m_Factories |
Definition at line 41 of file sbxbase.hxx.
Referenced by SbxBase::AddFactory(), SbxBase::Create(), SbxBase::CreateObject(), and SbxBase::RemoveFactory().
| tools::SvRef<SvRefBase> SbxAppData::mrImplRepository |
Definition at line 42 of file sbxbase.hxx.
Referenced by basic::ImplRepository::Instance(), and ~SbxAppData().
| std::unique_ptr<SbxBasicFormater> SbxAppData::pBasicFormater |
Definition at line 45 of file sbxbase.hxx.
Referenced by SbxValue::Format(), and ~SbxAppData().