LibreOffice Module sc (master) 1
|
#include <condformatuno.hxx>
Public Member Functions | |
ScCondFormatObj (ScDocShell *pDocShell, rtl::Reference< ScCondFormatsObj > xCondFormats, sal_Int32 nKey) | |
virtual | ~ScCondFormatObj () override |
ScDocShell * | getDocShell () |
virtual void SAL_CALL | createEntry (const sal_Int32 nType, const sal_Int32 nPos) override |
virtual void SAL_CALL | removeByIndex (const sal_Int32 nIndex) override |
virtual uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual uno::Any SAL_CALL | getByIndex (sal_Int32 nIndex) 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 |
ScConditionalFormat * | getCoreObject () |
Private Attributes | |
rtl::Reference< ScCondFormatsObj > | mxCondFormatList |
ScDocShell * | mpDocShell |
SfxItemPropertySet | maPropSet |
sal_Int32 | mnKey |
Definition at line 67 of file condformatuno.hxx.
ScCondFormatObj::ScCondFormatObj | ( | ScDocShell * | pDocShell, |
rtl::Reference< ScCondFormatsObj > | xCondFormats, | ||
sal_Int32 | nKey | ||
) |
Definition at line 438 of file condformatuno.cxx.
|
overridevirtual |
Definition at line 447 of file condformatuno.cxx.
|
overridevirtual |
Definition at line 621 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 633 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 466 of file condformatuno.cxx.
References ScConditionalFormat::AddEntry(), COLORSCALE, CONDITION, DATABAR, condformat::entry::DATE, Equal, getCoreObject(), ScDocShell::GetDocument(), ScConditionalFormat::GetRange(), ScRangeList::GetTopLeftCorner(), ICONSET, mpDocShell, nPos, nType, SAL_WARN, and ScConditionalFormat::size().
|
overridevirtual |
Definition at line 533 of file condformatuno.cxx.
References getCoreObject(), ScConditionalFormat::GetEntry(), o3tl::make_unsigned(), nIndex, and size.
ScConditionalFormat * ScCondFormatObj::getCoreObject | ( | ) |
Definition at line 451 of file condformatuno.cxx.
References ScConditionalFormatList::GetFormat(), mnKey, and mxCondFormatList.
Referenced by createEntry(), getByIndex(), getCount(), getPropertyValue(), hasElements(), removeByIndex(), and setPropertyValue().
|
overridevirtual |
Definition at line 525 of file condformatuno.cxx.
References getCoreObject(), and ScConditionalFormat::size().
ScDocShell * ScCondFormatObj::getDocShell | ( | ) |
Definition at line 461 of file condformatuno.cxx.
References mpDocShell.
|
overridevirtual |
Definition at line 513 of file condformatuno.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 545 of file condformatuno.cxx.
References SfxItemPropertySet::getPropertyMap(), and maPropSet.
|
overridevirtual |
Definition at line 592 of file condformatuno.cxx.
References SfxItemPropertyMap::getByName(), getCoreObject(), SfxItemPropertySet::getPropertyMap(), ScConditionalFormat::GetRange(), ID, maPropSet, mpDocShell, SfxItemPropertyMapEntry::nWID, and SAL_WARN.
|
overridevirtual |
Definition at line 518 of file condformatuno.cxx.
References getCoreObject(), and ScConditionalFormat::IsEmpty().
|
overridevirtual |
Definition at line 504 of file condformatuno.cxx.
References getCoreObject(), o3tl::make_unsigned(), nIndex, ScConditionalFormat::RemoveEntry(), and size.
|
overridevirtual |
Definition at line 627 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 639 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 553 of file condformatuno.cxx.
References ScUnoConversion::FillScRange(), SfxItemPropertyMap::getByName(), getCoreObject(), SfxItemPropertySet::getPropertyMap(), ID, ScRangeList::Join(), maPropSet, SfxItemPropertyMapEntry::nWID, SAL_WARN, and ScConditionalFormat::SetRange().
|
private |
Definition at line 113 of file condformatuno.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 114 of file condformatuno.hxx.
Referenced by getCoreObject().
|
private |
Definition at line 112 of file condformatuno.hxx.
Referenced by createEntry(), getDocShell(), and getPropertyValue().
|
private |
Definition at line 111 of file condformatuno.hxx.
Referenced by getCoreObject().