|
LibreOffice Module basic (master) 1
|
#include <sbintern.hxx>
Public Member Functions | |
| SbClassData () | |
| ~SbClassData () | |
| void | clear () |
Public Attributes | |
| SbxArrayRef | mxIfaces |
| std::vector< OUString > | maRequiredTypes |
Definition at line 49 of file sbintern.hxx.
|
inline |
Definition at line 58 of file sbintern.hxx.
References clear().
| void SbClassData::clear | ( | ) |
Definition at line 826 of file sb.cxx.
References maRequiredTypes, and mxIfaces.
Referenced by ~SbClassData().
| std::vector< OUString > SbClassData::maRequiredTypes |
Definition at line 55 of file sbintern.hxx.
Referenced by clear().
| SbxArrayRef SbClassData::mxIfaces |
Definition at line 51 of file sbintern.hxx.
Referenced by clear(), SbiRuntime::implIsClass(), and SbClassData().