Lines Matching refs:_sComponentName

103 	::rtl::OUString					GetComponentDisplayName(const ::rtl::OUString& _sComponentName) const;
107 …ExtendedColorConfigValue GetColorConfigValue(const ::rtl::OUString& _sComponentName,const ::rtl::O… in GetColorConfigValue() argument
109 TComponents::iterator aFind = m_aConfigValues.find(_sComponentName); in GetColorConfigValue()
119 aMessage.append( ::rtl::OUStringToOString( _sComponentName, RTL_TEXTENCODING_UTF8 ) ); in GetColorConfigValue()
195 …ing ExtendedColorConfig_Impl::GetComponentDisplayName(const ::rtl::OUString& _sComponentName) const in GetComponentDisplayName()
198 TDisplayNames::const_iterator aFind = m_aComponentDisplayNames.find(_sComponentName); in GetComponentDisplayName()
640 ExtendedColorConfigValue ExtendedColorConfig::GetColorValue(const ::rtl::OUString& _sComponentName,… in GetColorValue() argument
642 return m_pImpl->GetColorConfigValue(_sComponentName,_sName); in GetColorValue()
665 ::rtl::OUString ExtendedColorConfig::GetComponentDisplayName(const ::rtl::OUString& _sComponentName in GetComponentDisplayName()
667 return m_pImpl->GetComponentDisplayName(_sComponentName); in GetComponentDisplayName()
755 …ColorConfigValue EditableExtendedColorConfig::GetColorValue(const ::rtl::OUString& _sComponentName, in GetColorValue() argument
758 return m_pImpl->GetColorConfigValue(_sComponentName,_sName); in GetColorValue()
819 … EditableExtendedColorConfig::GetComponentDisplayName(const ::rtl::OUString& _sComponentName) const in GetComponentDisplayName()
821 return m_pImpl->GetComponentDisplayName(_sComponentName); in GetComponentDisplayName()