LibreOffice Module sc (master) 1
|
#include <condformatuno.hxx>
Public Member Functions | |
ScDataBarFormatObj (rtl::Reference< ScCondFormatObj > xParent, const ScDataBarFormat *pFormat) | |
virtual | ~ScDataBarFormatObj () override |
ScDataBarFormat * | getCoreObject () |
virtual sal_Int32 SAL_CALL | getType () override |
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 ScDataBarFormat * | mpFormat |
Definition at line 216 of file condformatuno.hxx.
ScDataBarFormatObj::ScDataBarFormatObj | ( | rtl::Reference< ScCondFormatObj > | xParent, |
const ScDataBarFormat * | pFormat | ||
) |
Definition at line 1080 of file condformatuno.cxx.
References mxParent.
|
overridevirtual |
Definition at line 1088 of file condformatuno.cxx.
|
overridevirtual |
Definition at line 1350 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 1362 of file condformatuno.cxx.
References SAL_WARN.
ScDataBarFormat * ScDataBarFormatObj::getCoreObject | ( | ) |
Definition at line 1092 of file condformatuno.cxx.
References mpFormat, and mxParent.
Referenced by getPropertyValue(), and setPropertyValue().
|
overridevirtual |
Definition at line 1106 of file condformatuno.cxx.
References SfxItemPropertySet::getPropertyMap(), and maPropSet.
|
overridevirtual |
Definition at line 1276 of file condformatuno.cxx.
References aEntries, ePos, SfxItemPropertyMap::getByName(), getCoreObject(), ScDataBarFormat::GetDataBarData(), SfxItemPropertySet::getPropertyMap(), ScDataBarFormatData::maAxisColor, ScDataBarFormatData::maPositiveColor, maPropSet, ScDataBarFormatData::mbGradient, ScDataBarFormatData::mbNeg, ScDataBarFormatData::mbOnlyBar, ScDataBarFormatData::meAxisPosition, ScDataBarFormatData::mxNegativeColor, and SfxItemPropertyMapEntry::nWID.
|
overridevirtual |
Definition at line 1101 of file condformatuno.cxx.
References DATABAR.
|
overridevirtual |
Definition at line 1356 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 1368 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 1151 of file condformatuno.cxx.
References aEntries, COL_AUTO(), SfxItemPropertyMap::getByName(), getCoreObject(), ScDataBarFormat::GetDataBarData(), SfxItemPropertySet::getPropertyMap(), ScDataBarFormatData::maAxisColor, ScDataBarFormatData::maPositiveColor, maPropSet, ScDataBarFormatData::mbGradient, ScDataBarFormatData::mbNeg, ScDataBarFormatData::mbOnlyBar, ScDataBarFormatData::meAxisPosition, ScDataBarFormatData::mnMaxLength, ScDataBarFormatData::mnMinLength, ScDataBarFormatData::mxNegativeColor, nLength, and SfxItemPropertyMapEntry::nWID.
|
private |
Definition at line 247 of file condformatuno.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 248 of file condformatuno.hxx.
Referenced by getCoreObject().
|
private |
Definition at line 246 of file condformatuno.hxx.
Referenced by getCoreObject().