LibreOffice Module basic (master) 1
Classes | Functions
sbxbase.hxx File Reference
#include <sal/config.h>
#include <basic/sbxvar.hxx>
#include <i18nlangtag/lang.h>
#include <comphelper/errcode.hxx>
#include <memory>
#include <vector>
Include dependency graph for sbxbase.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SbxAppData
 

Functions

SbxAppDataGetSbxData_Impl ()
 
bool IsSbxData_Impl ()
 returns true if the SbxAppData is still valid, used to check if we are in shutdown. More...
 

Function Documentation

◆ GetSbxData_Impl()

SbxAppData & GetSbxData_Impl ( )

◆ IsSbxData_Impl()

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().