|
LibreOffice Module basic (master) 1
|
#include <sbx.hxx>
Public Member Functions | |
| SbxParamInfo (OUString s, SbxDataType t, SbxFlagBits n) | |
Public Attributes | |
| const OUString | aName |
| SbxDataType | eType |
| SbxFlagBits | nFlags |
| sal_uInt32 | nUserData |
|
inline |
| const OUString SbxParamInfo::aName |
Definition at line 41 of file sbx.hxx.
Referenced by SbiRuntime::FindElementExtern(), and SbiRuntime::SetupArgs().
| SbxDataType SbxParamInfo::eType |
Definition at line 42 of file sbx.hxx.
Referenced by SbiRuntime::StepPARAM().
| SbxFlagBits SbxParamInfo::nFlags |
Definition at line 43 of file sbx.hxx.
Referenced by SbiRuntime::StepPARAM().
| sal_uInt32 SbxParamInfo::nUserData |
Definition at line 44 of file sbx.hxx.
Referenced by SbiCodeGen::Save(), and SbiRuntime::StepPARAM().