Home
last modified time | relevance | path

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

/trunk/main/svtools/source/config/
H A Dextcolorcfg.cxx103 ::rtl::OUString GetComponentDisplayName(const ::rtl::OUString& _sComponentName) const;
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()
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()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dextcolorcfg.hxx82 …ExtendedColorConfigValue GetColorValue(const ::rtl::OUString& _sComponentName,const ::rtl::…
85 ::rtl::OUString GetComponentDisplayName(const ::rtl::OUString& _sComponentName) const;
87 …ExtendedColorConfigValue GetComponentColorConfigValue(const ::rtl::OUString& _sComponentName,sal_…
107 …ExtendedColorConfigValue GetColorValue(const ::rtl::OUString& _sComponentName,const ::rtl::OUSt…
110 ::rtl::OUString GetComponentDisplayName(const ::rtl::OUString& _sComponentName) const;
113 …void SetColorValue(const ::rtl::OUString& _sComponentName, const ExtendedCo…
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx325 OObjectBase::OObjectBase(const ::rtl::OUString& _sComponentName) in OObjectBase() argument
326 :m_sComponentName(_sComponentName) in OObjectBase()
494 OCustomShape::OCustomShape(const ::rtl::OUString& _sComponentName) in OCustomShape() argument
496 ,OObjectBase(_sComponentName) in OCustomShape()
622 OUnoObject::OUnoObject(const ::rtl::OUString& _sComponentName in OUnoObject() argument
626 ,OObjectBase(_sComponentName) in OUnoObject()
976 OOle2Obj::OOle2Obj(const ::rtl::OUString& _sComponentName,sal_uInt16 _nType) in OOle2Obj() argument
978 ,OObjectBase(_sComponentName) in OOle2Obj()
/trunk/main/reportdesign/inc/
H A DRptObject.hxx94 OObjectBase(const ::rtl::OUString& _sComponentName);
154 OCustomShape(const ::rtl::OUString& _sComponentName);
196 OOle2Obj(const ::rtl::OUString& _sComponentName,sal_uInt16 _nType);
236 OUnoObject(const ::rtl::OUString& _sComponentName

Completed in 31 milliseconds