LibreOffice Module cui (master)
1
|
#include <dbregistersettings.hxx>
Public Member Functions | |
DatabaseRegistration () | |
DatabaseRegistration (const OUString &_rLocation, const bool _bReadOnly) | |
bool | operator== (const DatabaseRegistration &_rhs) const |
Public Attributes | |
OUString | sLocation |
bool | bReadOnly |
Definition at line 33 of file dbregistersettings.hxx.
|
inline |
Definition at line 38 of file dbregistersettings.hxx.
|
inline |
Definition at line 44 of file dbregistersettings.hxx.
|
inline |
Definition at line 50 of file dbregistersettings.hxx.
References sLocation.
bool svx::DatabaseRegistration::bReadOnly |
Definition at line 36 of file dbregistersettings.hxx.
Referenced by svx::DbRegistrationOptionsPage::FillItemSet(), and svx::IMPL_LINK_NOARG().
OUString svx::DatabaseRegistration::sLocation |
Definition at line 35 of file dbregistersettings.hxx.
Referenced by svx::DbRegistrationOptionsPage::FillItemSet(), svx::IMPL_LINK_NOARG(), and operator==().