Home
last modified time | relevance | path

Searched refs:ExtendedColorConfigValue (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/inc/svtools/
H A Dextcolorcfg.hxx39 class ExtendedColorConfigValue class
46 ExtendedColorConfigValue() : m_nColor(0),m_nDefaultColor(0){} in ExtendedColorConfigValue() function in svtools::ExtendedColorConfigValue
47 ExtendedColorConfigValue(const ::rtl::OUString& _sName in ExtendedColorConfigValue() function in svtools::ExtendedColorConfigValue
64 sal_Bool operator !=(const ExtendedColorConfigValue& rCmp) const in operator !=()
82ExtendedColorConfigValue GetColorValue(const ::rtl::OUString& _sComponentName,const ::rtl::…
87ExtendedColorConfigValue GetComponentColorConfigValue(const ::rtl::OUString& _sComponentNam…
107ExtendedColorConfigValue GetColorValue(const ::rtl::OUString& _sComponentName,const ::rtl::OUSt…
112ExtendedColorConfigValue GetComponentColorConfigValue(const ::rtl::OUString& _sName,sal_uInt32 …
113 … SetColorValue(const ::rtl::OUString& _sComponentName, const ExtendedColorConfigValue& rValue);
/trunk/main/svtools/source/config/
H A Dextcolorcfg.cxx73 DECLARE_STL_USTRINGACCESS_MAP(ExtendedColorConfigValue,TConfigValues);
105ExtendedColorConfigValue GetComponentColorConfigValue(const ::rtl::OUString& _sName,sal_uIn…
107ExtendedColorConfigValue GetColorConfigValue(const ::rtl::OUString& _sComponentName,const ::rtl::O… in GetColorConfigValue()
124 return ExtendedColorConfigValue(); in GetColorConfigValue()
127 … const ExtendedColorConfigValue& rValue );
182 ExtendedColorConfigValue ExtendedColorConfig_Impl::GetComponentColorConfigValue(const ::rtl::OUStri… in GetComponentColorConfigValue()
192 return ExtendedColorConfigValue(); in GetComponentColorConfigValue()
416 ExtendedColorConfigValue aValue(sName,sDisplayName,nColor,nDefaultColor); in FillComponentColors()
518 …g_Impl::SetColorConfigValue(const ::rtl::OUString& _sName, const ExtendedColorConfigValue& rValue ) in SetColorConfigValue()
640 ExtendedColorConfigValue ExtendedColorConfig::GetColorValue(const ::rtl::OUString& _sComponentName,… in GetColorValue()
[all …]
/trunk/main/cui/source/options/
H A Doptcolor.cxx829ExtendedColorConfigValue aColorEntry = aExtConfig.GetComponentColorConfigValue(sComponentName,i); in ColorConfigWindow_Impl()
1248ExtendedColorConfigValue aColorEntry = pExtColorConfig->GetComponentColorConfigValue(sComponentNam… in Update()
1485ExtendedColorConfigValue aColorEntry = pExtColorConfig->GetComponentColorConfigValue(sComponentNam… in IMPL_LINK()