Searched refs:ExtendedColorConfigValue (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | extcolorcfg.hxx | 39 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 !=() 82 …ExtendedColorConfigValue GetColorValue(const ::rtl::OUString& _sComponentName,const ::rtl::… 87 …ExtendedColorConfigValue GetComponentColorConfigValue(const ::rtl::OUString& _sComponentNam… 107 …ExtendedColorConfigValue GetColorValue(const ::rtl::OUString& _sComponentName,const ::rtl::OUSt… 112 …ExtendedColorConfigValue GetComponentColorConfigValue(const ::rtl::OUString& _sName,sal_uInt32 … 113 … SetColorValue(const ::rtl::OUString& _sComponentName, const ExtendedColorConfigValue& rValue);
|
| /AOO41X/main/svtools/source/config/ |
| H A D | extcolorcfg.cxx | 73 DECLARE_STL_USTRINGACCESS_MAP(ExtendedColorConfigValue,TConfigValues); 105 …ExtendedColorConfigValue GetComponentColorConfigValue(const ::rtl::OUString& _sName,sal_uIn… 107 …ExtendedColorConfigValue 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 …]
|
| /AOO41X/main/cui/source/options/ |
| H A D | optcolor.cxx | 829 … ExtendedColorConfigValue aColorEntry = aExtConfig.GetComponentColorConfigValue(sComponentName,i); in ColorConfigWindow_Impl() 1248 …ExtendedColorConfigValue aColorEntry = pExtColorConfig->GetComponentColorConfigValue(sComponentNam… in Update() 1485 …ExtendedColorConfigValue aColorEntry = pExtColorConfig->GetComponentColorConfigValue(sComponentNam… in IMPL_LINK()
|