LibreOffice Module sw (master)
1
|
#include <modcfg.hxx>
Private Member Functions | |
virtual void | ImplCommit () override |
Static Private Member Functions | |
static const css::uno::Sequence< OUString > & | GetPropertyNames () |
Private Attributes | |
SwCompareMode | m_eCmpMode |
bool | m_bUseRsid |
bool | m_bStoreRsid |
Compare/Settings/Store RSID. More... | |
bool | m_bIgnorePieces |
sal_uInt16 | m_nPieceLen |
Friends | |
class | SwModuleOptions |
Additional Inherited Members | |
![]() | |
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 94 of file modcfg.hxx.
SwCompareConfig::SwCompareConfig | ( | ) |
Definition at line 1278 of file modcfg.cxx.
References Auto, Load(), m_bIgnorePieces, m_bUseRsid, m_eCmpMode, m_nPieceLen, and ReleaseTree.
|
overridevirtual |
Definition at line 1290 of file modcfg.cxx.
|
staticprivate |
Definition at line 1265 of file modcfg.cxx.
Referenced by ImplCommit(), and Load().
|
overrideprivatevirtual |
Implements utl::ConfigItem.
Definition at line 1294 of file modcfg.cxx.
References Any, GetPropertyNames(), m_bIgnorePieces, m_bStoreRsid, m_bUseRsid, m_eCmpMode, m_nPieceLen, utl::ConfigItem::PutProperties(), and pValues.
void SwCompareConfig::Load | ( | ) |
Definition at line 1309 of file modcfg.cxx.
References Any, assert(), utl::ConfigItem::GetProperties(), GetPropertyNames(), m_bIgnorePieces, m_bStoreRsid, m_bUseRsid, m_eCmpMode, m_nPieceLen, and pValues.
Referenced by SwCompareConfig().
|
inlineoverridevirtual |
Implements utl::ConfigItem.
Definition at line 113 of file modcfg.hxx.
|
friend |
Definition at line 96 of file modcfg.hxx.
|
private |
Definition at line 102 of file modcfg.hxx.
Referenced by ImplCommit(), SwModuleOptions::IsIgnorePieces(), Load(), SwModuleOptions::SetIgnorePieces(), and SwCompareConfig().
|
private |
Compare/Settings/Store RSID.
Definition at line 101 of file modcfg.hxx.
Referenced by ImplCommit(), SwModuleOptions::IsStoreRsid(), Load(), and SwModuleOptions::SetStoreRsid().
|
private |
Definition at line 99 of file modcfg.hxx.
Referenced by ImplCommit(), SwModuleOptions::IsUseRsid(), Load(), SwModuleOptions::SetUseRsid(), and SwCompareConfig().
|
private |
Definition at line 98 of file modcfg.hxx.
Referenced by SwModuleOptions::GetCompareMode(), ImplCommit(), Load(), SwModuleOptions::SetCompareMode(), and SwCompareConfig().
|
private |
Definition at line 103 of file modcfg.hxx.
Referenced by SwModuleOptions::GetPieceLen(), ImplCommit(), Load(), SwModuleOptions::SetPieceLen(), and SwCompareConfig().