|
LibreOffice Module basic (master) 1
|
#include <memory>#include <mutex>#include <vcl/svapp.hxx>#include <tools/debug.hxx>#include <vcl/weld.hxx>#include <basic/sbstar.hxx>#include <basic/basrdll.hxx>#include <strings.hrc>#include <sbxbase.hxx>#include <config_features.h>Go to the source code of this file.
Functions | |
| SbxAppData & | GetSbxData_Impl () |
| bool | IsSbxData_Impl () |
| returns true if the SbxAppData is still valid, used to check if we are in shutdown. More... | |
| SbxAppData & GetSbxData_Impl | ( | ) |
Definition at line 123 of file basrdll.cxx.
Referenced by SbxBase::AddFactory(), SbxBase::Create(), SbxBase::CreateObject(), SbxValue::Format(), SbxErrObject::getErrObject(), SbxBase::GetError(), SbxBase::GetErrorMsg(), basic::ImplRepository::Instance(), SbxBase::IsError(), SbxBase::RemoveFactory(), SbxBase::ResetError(), and SbxBase::SetError().
| bool IsSbxData_Impl | ( | ) |
returns true if the SbxAppData is still valid, used to check if we are in shutdown.
Definition at line 128 of file basrdll.cxx.
Referenced by SbxBase::RemoveFactory().