LibreOffice Module cui (master) 1
|
Classes | |
class | ConnectionPoolConfig |
class | ConnectionPoolOptionsPage |
struct | DriverPooling |
class | DriverPoolingSettings |
class | DriverPoolingSettingsItem |
class | ODriverEnumeration |
simple class for accessing SDBC drivers registered within the office More... | |
class | ODriverEnumerationImpl |
Functions | |
static OUString | getConnectionPoolNodeName () |
static OUString | getEnablePoolingNodeName () |
static OUString | getDriverSettingsNodeName () |
static OUString | getDriverNameNodeName () |
static OUString | getEnableNodeName () |
static OUString | getTimeoutNodeName () |
IMPL_LINK_NOARG (ConnectionPoolOptionsPage, OnSpinValueChanged, weld::SpinButton &, void) | |
IMPL_LINK_NOARG (ConnectionPoolOptionsPage, OnDriverRowChanged, weld::TreeView &, void) | |
IMPL_LINK (ConnectionPoolOptionsPage, OnEnabledDisabled, weld::Toggleable &, rCheckBox, void) | |
|
static |
Definition at line 40 of file connpoolconfig.cxx.
Referenced by offapp::ConnectionPoolConfig::GetOptions(), and offapp::ConnectionPoolConfig::SetOptions().
|
static |
Definition at line 58 of file connpoolconfig.cxx.
Referenced by offapp::ConnectionPoolConfig::GetOptions(), and offapp::ConnectionPoolConfig::SetOptions().
|
static |
Definition at line 52 of file connpoolconfig.cxx.
Referenced by offapp::ConnectionPoolConfig::GetOptions(), and offapp::ConnectionPoolConfig::SetOptions().
|
static |
Definition at line 64 of file connpoolconfig.cxx.
Referenced by offapp::ConnectionPoolConfig::GetOptions(), and offapp::ConnectionPoolConfig::SetOptions().
|
static |
Definition at line 46 of file connpoolconfig.cxx.
Referenced by offapp::ConnectionPoolConfig::GetOptions(), and offapp::ConnectionPoolConfig::SetOptions().
|
static |
Definition at line 70 of file connpoolconfig.cxx.
Referenced by offapp::ConnectionPoolConfig::GetOptions(), and offapp::ConnectionPoolConfig::SetOptions().
offapp::IMPL_LINK | ( | ConnectionPoolOptionsPage | , |
OnEnabledDisabled | , | ||
weld::Toggleable & | , | ||
rCheckBox | , | ||
void | |||
) |
Definition at line 227 of file connpooloptions.cxx.
References m_aSettings.
offapp::IMPL_LINK_NOARG | ( | ConnectionPoolOptionsPage | , |
OnDriverRowChanged | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 195 of file connpooloptions.cxx.
References m_aSettings.
offapp::IMPL_LINK_NOARG | ( | ConnectionPoolOptionsPage | , |
OnSpinValueChanged | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 157 of file connpooloptions.cxx.