LibreOffice Module basic (master) 1
Public Member Functions | Public Attributes | List of all members
SbxAppData Struct Reference

#include <sbxbase.hxx>

Collaboration diagram for SbxAppData:
[legend]

Public Member Functions

 SbxAppData ()
 
 SbxAppData (const SbxAppData &)=delete
 
const SbxAppDataoperator= (const SbxAppData &)=delete
 
 ~SbxAppData ()
 

Public Attributes

ErrCode eErrCode
 
OUString aErrorMsg
 
SbxVariableRef m_aGlobErr
 
std::vector< SbxFactory * > m_Factories
 
tools::SvRef< SvRefBasemrImplRepository
 
std::unique_ptr< SbxBasicFormaterpBasicFormater
 
LanguageType eBasicFormaterLangType
 

Detailed Description

Definition at line 36 of file sbxbase.hxx.

Constructor & Destructor Documentation

◆ SbxAppData() [1/2]

SbxAppData::SbxAppData ( )

Definition at line 39 of file sbxbase.cxx.

References ERRCODE_NONE, and LANGUAGE_DONTKNOW.

◆ SbxAppData() [2/2]

SbxAppData::SbxAppData ( const SbxAppData )
delete

◆ ~SbxAppData()

SbxAppData::~SbxAppData ( )

Definition at line 46 of file sbxbase.cxx.

References tools::SvRef< typename T >::clear(), mrImplRepository, and pBasicFormater.

Member Function Documentation

◆ operator=()

const SbxAppData & SbxAppData::operator= ( const SbxAppData )
delete

Member Data Documentation

◆ aErrorMsg

OUString SbxAppData::aErrorMsg

Definition at line 39 of file sbxbase.hxx.

Referenced by SbxBase::GetErrorMsg(), SbxBase::ResetError(), and SbxBase::SetError().

◆ eBasicFormaterLangType

LanguageType SbxAppData::eBasicFormaterLangType

Definition at line 47 of file sbxbase.hxx.

Referenced by SbxValue::Format().

◆ eErrCode

ErrCode SbxAppData::eErrCode

◆ m_aGlobErr

SbxVariableRef SbxAppData::m_aGlobErr

Definition at line 40 of file sbxbase.hxx.

Referenced by SbxErrObject::getErrObject().

◆ m_Factories

std::vector<SbxFactory*> SbxAppData::m_Factories

◆ mrImplRepository

tools::SvRef<SvRefBase> SbxAppData::mrImplRepository

Definition at line 42 of file sbxbase.hxx.

Referenced by basic::ImplRepository::Instance(), and ~SbxAppData().

◆ pBasicFormater

std::unique_ptr<SbxBasicFormater> SbxAppData::pBasicFormater

Definition at line 45 of file sbxbase.hxx.

Referenced by SbxValue::Format(), and ~SbxAppData().


The documentation for this struct was generated from the following files: