LibreOffice Module sc (master) 1
|
#include <condformatuno.hxx>
Public Member Functions | |
ScConditionEntryObj (rtl::Reference< ScCondFormatObj > const &xParent, const ScCondFormatEntry *pFormat) | |
virtual | ~ScConditionEntryObj () override |
ScCondFormatEntry * | 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 | |
ScDocShell * | mpDocShell |
rtl::Reference< ScCondFormatObj > | mxParent |
SfxItemPropertySet | maPropSet |
const ScCondFormatEntry * | mpFormat |
Definition at line 117 of file condformatuno.hxx.
ScConditionEntryObj::ScConditionEntryObj | ( | rtl::Reference< ScCondFormatObj > const & | xParent, |
const ScCondFormatEntry * | pFormat | ||
) |
Definition at line 659 of file condformatuno.cxx.
References mxParent.
|
overridevirtual |
Definition at line 668 of file condformatuno.cxx.
|
overridevirtual |
Definition at line 805 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 817 of file condformatuno.cxx.
References SAL_WARN.
ScCondFormatEntry * ScConditionEntryObj::getCoreObject | ( | ) |
Definition at line 672 of file condformatuno.cxx.
References mpFormat, and mxParent.
Referenced by getPropertyValue(), and setPropertyValue().
|
overridevirtual |
Definition at line 686 of file condformatuno.cxx.
References SfxItemPropertySet::getPropertyMap(), and maPropSet.
|
overridevirtual |
Definition at line 757 of file condformatuno.cxx.
References eMode, SfxItemPropertyMap::getByName(), getCoreObject(), ScConditionEntry::GetExpression(), ScConditionEntry::GetOperation(), SfxItemPropertySet::getPropertyMap(), ScConditionEntry::GetSrcPos(), ScCondFormatEntry::GetStyle(), maPropSet, SfxItemPropertyMapEntry::nWID, Operator, and SAL_WARN.
|
overridevirtual |
Definition at line 681 of file condformatuno.cxx.
References CONDITION.
|
overridevirtual |
Definition at line 811 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 823 of file condformatuno.cxx.
References SAL_WARN.
|
overridevirtual |
Definition at line 693 of file condformatuno.cxx.
References ScCompiler::CompileString(), SfxItemPropertyMap::getByName(), getCoreObject(), ScDocShell::GetDocument(), ScDocument::GetGrammar(), SfxItemPropertySet::getPropertyMap(), maPropSet, mpDocShell, SfxItemPropertyMapEntry::nWID, Operator, SAL_WARN, ScConditionEntry::SetFormula1(), ScConditionEntry::SetFormula2(), ScCompiler::SetGrammar(), ScConditionEntry::SetOperation(), and ScCondFormatEntry::UpdateStyleName().
|
private |
Definition at line 150 of file condformatuno.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 148 of file condformatuno.hxx.
Referenced by setPropertyValue().
|
private |
Definition at line 151 of file condformatuno.hxx.
Referenced by getCoreObject().
|
private |
Definition at line 149 of file condformatuno.hxx.
Referenced by getCoreObject().