LibreOffice Module basic (master) 1
Classes | Macros | Typedefs
sbxcore.hxx File Reference
#include <basic/basicdllapi.h>
#include <basic/sbxdef.hxx>
#include <rtl/ustring.hxx>
#include <tools/ref.hxx>
Include dependency graph for sbxcore.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SbxBase
 

Macros

#define SBX_DECL_PERSIST_NODATA(nSbxId, nVer)
 

Typedefs

typedef tools::SvRef< SbxBaseSbxBaseRef
 
typedef tools::SvRef< SbxObjectSbxObjectRef
 

Macro Definition Documentation

◆ SBX_DECL_PERSIST_NODATA

#define SBX_DECL_PERSIST_NODATA (   nSbxId,
  nVer 
)
Value:
virtual sal_uInt16 GetVersion() const override { return nVer; } \
virtual sal_uInt16 GetSbxId() const override { return nSbxId; }
sal_uInt16 GetVersion(sal_uInt16)

Definition at line 37 of file sbxcore.hxx.

Typedef Documentation

◆ SbxBaseRef

Definition at line 45 of file sbxcore.hxx.

◆ SbxObjectRef

Definition at line 46 of file sbxcore.hxx.