|
LibreOffice Module cui (master) 1
|
#include <dbregistersettings.hxx>
Public Member Functions | |
| DatabaseRegistration () | |
| DatabaseRegistration (OUString _aLocation, const bool _bReadOnly) | |
| bool | operator== (const DatabaseRegistration &_rhs) const |
Public Attributes | |
| OUString | sLocation |
| bool | bReadOnly |
Definition at line 34 of file dbregistersettings.hxx.
|
inline |
Definition at line 39 of file dbregistersettings.hxx.
|
inline |
Definition at line 45 of file dbregistersettings.hxx.
References _aLocation.
|
inline |
Definition at line 51 of file dbregistersettings.hxx.
References sLocation.
| bool svx::DatabaseRegistration::bReadOnly |
Definition at line 37 of file dbregistersettings.hxx.
Referenced by svx::DbRegistrationOptionsPage::FillItemSet(), and svx::IMPL_LINK_NOARG().
| OUString svx::DatabaseRegistration::sLocation |
Definition at line 36 of file dbregistersettings.hxx.
Referenced by svx::DbRegistrationOptionsPage::FillItemSet(), svx::IMPL_LINK_NOARG(), and operator==().