Home
last modified time | relevance | path

Searched refs:EditableExtendedColorConfig (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svtools/source/config/
H A Dextcolorcfg.cxx682 EditableExtendedColorConfig::EditableExtendedColorConfig() : in EditableExtendedColorConfig() function in svtools::EditableExtendedColorConfig
691 EditableExtendedColorConfig::~EditableExtendedColorConfig() in ~EditableExtendedColorConfig()
704 uno::Sequence< ::rtl::OUString > EditableExtendedColorConfig::GetSchemeNames() const in GetSchemeNames()
711 void EditableExtendedColorConfig::DeleteScheme(const ::rtl::OUString& rScheme ) in DeleteScheme()
718 void EditableExtendedColorConfig::AddScheme(const ::rtl::OUString& rScheme ) in AddScheme()
725 sal_Bool EditableExtendedColorConfig::LoadScheme(const ::rtl::OUString& rScheme ) in LoadScheme()
740 const ::rtl::OUString& EditableExtendedColorConfig::GetCurrentSchemeName()const in GetCurrentSchemeName()
747 void EditableExtendedColorConfig::SetCurrentSchemeName(const ::rtl::OUString& rScheme) in SetCurrentSchemeName()
755 ExtendedColorConfigValue EditableExtendedColorConfig::GetColorValue(const ::rtl::OUString& _sCompon… in GetColorValue()
763 void EditableExtendedColorConfig::SetColorValue( in SetColorValue()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Dextcolorcfg.hxx92 class SVT_DLLPUBLIC EditableExtendedColorConfig class
97 EditableExtendedColorConfig();
98 ~EditableExtendedColorConfig();
/AOO41X/main/cui/source/options/
H A Doptcolor.hxx36 namespace svtools {class EditableColorConfig;class EditableExtendedColorConfig;}
54 svtools::EditableExtendedColorConfig* pExtColorConfig;
H A Doptcolor.cxx1075 EditableExtendedColorConfig* pExtColorConfig;
1092 void SetExtendedConfig(EditableExtendedColorConfig& rConfig) {pExtColorConfig = &rConfig;} in SetExtendedConfig()
1624 pExtColorConfig = new EditableExtendedColorConfig; in Reset()