LibreOffice Module basic (master) 1
Classes | Typedefs
sbx.hxx File Reference
#include <config_options.h>
#include <tools/ref.hxx>
#include <svl/hint.hxx>
#include <basic/sbxdef.hxx>
#include <basic/sbxobj.hxx>
#include <basic/basicdllapi.h>
#include <utility>
#include <vector>
#include <memory>
Include dependency graph for sbx.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SbxParamInfo
 
class  SbxHint
 
class  SbxArray
 
struct  SbxDim
 
class  SbxDimArray
 
class  SbxCollection
 
class  SbxStdCollection
 

Typedefs

typedef std::vector< std::unique_ptr< SbxParamInfo > > SbxParams
 
typedef tools::SvRef< SbxArraySbxArrayRef
 
typedef tools::SvRef< SbxInfo > SbxInfoRef
 
typedef tools::SvRef< SbxDimArraySbxDimArrayRef
 

Typedef Documentation

◆ SbxArrayRef

Definition at line 206 of file sbx.hxx.

◆ SbxDimArrayRef

Definition at line 208 of file sbx.hxx.

◆ SbxInfoRef

typedef tools::SvRef<SbxInfo> SbxInfoRef

Definition at line 207 of file sbx.hxx.

◆ SbxParams

typedef std::vector<std::unique_ptr<SbxParamInfo> > SbxParams

Definition at line 49 of file sbx.hxx.