LibreOffice Module cui (master)
1
|
#include <cfgchart.hxx>
Private Member Functions | |
const css::uno::Sequence< OUString > & | GetPropertyNames () const |
bool | RetrieveOptions () |
virtual void | ImplCommit () override |
Private Attributes | |
SvxChartColorTable | maDefColors |
bool | mbIsInitialized |
css::uno::Sequence< OUString > | maPropertyNames |
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 54 of file cfgchart.hxx.
SvxChartOptions::SvxChartOptions | ( | ) |
Definition at line 161 of file cfgchart.cxx.
References maPropertyNames.
|
overridevirtual |
Definition at line 169 of file cfgchart.cxx.
const SvxChartColorTable & SvxChartOptions::GetDefaultColors | ( | ) |
Definition at line 173 of file cfgchart.cxx.
References maDefColors, mbIsInitialized, and RetrieveOptions().
Referenced by OfaTreeOptionsDialog::CreateItemSet().
|
inlineprivate |
Definition at line 63 of file cfgchart.hxx.
References maPropertyNames.
Referenced by ImplCommit(), and RetrieveOptions().
|
overrideprivatevirtual |
Implements utl::ConfigItem.
Definition at line 231 of file cfgchart.cxx.
References aData, SvxChartColorTable::getColor(), GetPropertyNames(), i, maDefColors, nCount, utl::ConfigItem::PutProperties(), and SvxChartColorTable::size().
|
overridevirtual |
Implements utl::ConfigItem.
Definition at line 254 of file cfgchart.cxx.
|
private |
Definition at line 186 of file cfgchart.cxx.
References aName, SvxChartColorTable::append(), aProperties, SvxChartColorTable::clear(), ColorTransparency, CuiResId(), utl::ConfigItem::GetProperties(), GetPropertyNames(), i, idx, maDefColors, nCount, and nPos.
Referenced by GetDefaultColors().
void SvxChartOptions::SetDefaultColors | ( | const SvxChartColorTable & | aCol | ) |
Definition at line 180 of file cfgchart.cxx.
References maDefColors, and utl::ConfigItem::SetModified().
|
private |
Definition at line 57 of file cfgchart.hxx.
Referenced by GetDefaultColors(), ImplCommit(), RetrieveOptions(), and SetDefaultColors().
|
private |
Definition at line 61 of file cfgchart.hxx.
Referenced by GetPropertyNames(), and SvxChartOptions().
|
private |
Definition at line 58 of file cfgchart.hxx.
Referenced by GetDefaultColors().