|
LibreOffice Module dbaccess (master) 1
|
#include <ModelImpl.hxx>
Public Member Functions | |
| AsciiPropertyValue () | |
| AsciiPropertyValue (const char *_pAsciiName, const css::uno::Any &_rDefaultValue) | |
| AsciiPropertyValue (const char *_pAsciiName, const css::uno::Type &_rValeType) | |
Public Attributes | |
| css::uno::Any | DefaultValue |
| const char * | AsciiName |
| const css::uno::Type & | ValueType |
Definition at line 54 of file ModelImpl.hxx.
|
inline |
Definition at line 63 of file ModelImpl.hxx.
References get().
|
inline |
Definition at line 70 of file ModelImpl.hxx.
|
inline |
Definition at line 78 of file ModelImpl.hxx.
| const char* dbaccess::AsciiPropertyValue::AsciiName |
Definition at line 60 of file ModelImpl.hxx.
Referenced by dbaccess::ODatabaseModelImpl::impl_construct_nothrow().
| css::uno::Any dbaccess::AsciiPropertyValue::DefaultValue |
Definition at line 59 of file ModelImpl.hxx.
Referenced by dbaccess::ODatabaseModelImpl::impl_construct_nothrow().
| const css::uno::Type& dbaccess::AsciiPropertyValue::ValueType |
Definition at line 61 of file ModelImpl.hxx.
Referenced by dbaccess::ODatabaseModelImpl::impl_construct_nothrow().