LibreOffice Module sc (master)
1
|
#include <condformatuno.hxx>
Public Member Functions | |
ScColorScaleFormatObj (rtl::Reference< ScCondFormatObj > const &xParent, const ScColorScaleFormat *pFormat) | |
virtual | ~ScColorScaleFormatObj () override |
virtual sal_Int32 SAL_CALL | getType () override |
ScColorScaleFormat * | getCoreObject () |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
Private Attributes | |
rtl::Reference< ScCondFormatObj > | mxParent |
SfxItemPropertySet | maPropSet |
const ScColorScaleFormat * | mpFormat |
Definition at line 155 of file condformatuno.hxx.
ScColorScaleFormatObj::ScColorScaleFormatObj | ( | rtl::Reference< ScCondFormatObj > const & | xParent, |
const ScColorScaleFormat * | pFormat | ||
) |
Definition at line 835 of file condformatuno.cxx.
References mxParent.
|
overridevirtual |
Definition at line 843 of file condformatuno.cxx.
|
overridevirtual |
Definition at line 971 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 983 of file condformatuno.cxx.
References SAL_WARN.
ScColorScaleFormat * ScColorScaleFormatObj::getCoreObject | ( | ) |
Definition at line 847 of file condformatuno.cxx.
References mpFormat, and mxParent.
Referenced by getPropertyValue(), and setPropertyValue().
|
overridevirtual |
Definition at line 861 of file condformatuno.cxx.
References SfxItemPropertySet::getPropertyMap(), and maPropSet.
|
overridevirtual |
Definition at line 941 of file condformatuno.cxx.
References aEntries, SfxItemPropertyMap::getByName(), getCoreObject(), SfxItemPropertySet::getPropertyMap(), i, maPropSet, SfxItemPropertySimpleEntry::nWID, SAL_WARN, size, and ScColorScaleFormat::size().
|
overridevirtual |
Definition at line 856 of file condformatuno.cxx.
References COLORSCALE.
|
overridevirtual |
Definition at line 977 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 989 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 906 of file condformatuno.cxx.
References aEntries, SfxItemPropertyMap::getByName(), getCoreObject(), SfxItemPropertySet::getPropertyMap(), i, maPropSet, n, SfxItemPropertySimpleEntry::nWID, and SAL_WARN.
|
private |
Definition at line 187 of file condformatuno.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 188 of file condformatuno.hxx.
Referenced by getCoreObject().
|
private |
Definition at line 186 of file condformatuno.hxx.
Referenced by getCoreObject().