LibreOffice Module sw (master)
1
|
#include <dbconfig.hxx>
Private Member Functions | |
virtual void | ImplCommit () override |
Static Private Member Functions | |
static SAL_DLLPRIVATE const css::uno::Sequence< OUString > & | GetPropertyNames () |
Private Attributes | |
std::unique_ptr< SwDBData > | m_pAdrImpl |
std::unique_ptr< SwDBData > | m_pBibImpl |
Additional Inherited Members | |
![]() | |
static css::uno::Sequence< OUString > | GetNodeNames (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode, ConfigNameFormat eFormat) |
static css::uno::Sequence< css::uno::Any > | GetProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const css::uno::Sequence< OUString > &rNames, bool bAllLocales) |
static bool | PutProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const css::uno::Sequence< OUString > &rNames, const css::uno::Sequence< css::uno::Any > &rValues, bool bAllLocales) |
static bool | ClearNodeSet (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode) |
static bool | ReplaceSetProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues, bool bAllLocales) |
static bool | SetSetProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues) |
![]() | |
ConfigItem (const OUString &rSubTree, ConfigItemMode nMode=ConfigItemMode::NONE) | |
void | SetModified () |
void | ClearModified () |
css::uno::Sequence< css::uno::Any > | GetProperties (const css::uno::Sequence< OUString > &rNames) |
css::uno::Sequence< sal_Bool > | GetReadOnlyStates (const css::uno::Sequence< OUString > &rNames) |
bool | PutProperties (const css::uno::Sequence< OUString > &rNames, const css::uno::Sequence< css::uno::Any > &rValues) |
bool | EnableNotification (const css::uno::Sequence< OUString > &rNames, bool bEnableInternalNotification=false) |
void | DisableNotification () |
css::uno::Sequence< OUString > | GetNodeNames (const OUString &rNode) |
css::uno::Sequence< OUString > | GetNodeNames (const OUString &rNode, ConfigNameFormat eFormat) |
bool | ClearNodeSet (const OUString &rNode) |
bool | ClearNodeElements (const OUString &rNode, css::uno::Sequence< OUString > const &rElements) |
bool | SetSetProperties (const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues) |
bool | ReplaceSetProperties (const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues) |
bool | AddNode (const OUString &rNode, const OUString &rNewNode) |
Definition at line 27 of file dbconfig.hxx.
SwDBConfig::SwDBConfig | ( | ) |
Definition at line 41 of file dbconfig.cxx.
References ReleaseTree.
|
overridevirtual |
Definition at line 46 of file dbconfig.cxx.
References m_pAdrImpl, and m_pBibImpl.
const SwDBData & SwDBConfig::GetAddressSource | ( | ) |
Definition at line 82 of file dbconfig.cxx.
References Load(), and m_pAdrImpl.
const SwDBData & SwDBConfig::GetBibliographySource | ( | ) |
Definition at line 89 of file dbconfig.cxx.
References Load(), and m_pBibImpl.
Referenced by SwAddressListDialog::SwAddressListDialog().
|
staticprivate |
Definition at line 28 of file dbconfig.cxx.
Referenced by Load().
|
overrideprivatevirtual |
Implements utl::ConfigItem.
Definition at line 96 of file dbconfig.cxx.
void SwDBConfig::Load | ( | ) |
Definition at line 52 of file dbconfig.cxx.
References Any, utl::ConfigItem::GetProperties(), GetPropertyNames(), m_pAdrImpl, m_pBibImpl, and pValues.
Referenced by GetAddressSource(), and GetBibliographySource().
|
overridevirtual |
Implements utl::ConfigItem.
Definition at line 97 of file dbconfig.cxx.
|
private |
Definition at line 33 of file dbconfig.hxx.
Referenced by GetAddressSource(), Load(), and ~SwDBConfig().
|
private |
Definition at line 34 of file dbconfig.hxx.
Referenced by GetBibliographySource(), Load(), and ~SwDBConfig().