Searched refs:ScConditionEntryObj (Results 1 – 4 of 4) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/ |
H A D | condformatuno.cxx | 417 return new ScConditionEntryObj(xParent, in createConditionEntry() 665 ScConditionEntryObj::ScConditionEntryObj(rtl::Reference<ScCondFormatObj> const & xParent, in ScConditionEntryObj() function in ScConditionEntryObj 674 ScConditionEntryObj::~ScConditionEntryObj() in ~ScConditionEntryObj() 678 ScCondFormatEntry* ScConditionEntryObj::getCoreObject() in getCoreObject() 687 sal_Int32 ScConditionEntryObj::getType() in getType() 692 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScConditionEntryObj::getPropertySetInfo() in getPropertySetInfo() 699 void SAL_CALL ScConditionEntryObj::setPropertyValue( in setPropertyValue() 763 uno::Any SAL_CALL ScConditionEntryObj::getPropertyValue( const OUString& aPropertyName ) in getPropertyValue() 811 void SAL_CALL ScConditionEntryObj::addPropertyChangeListener( const OUString& /* aPropertyName */, in addPropertyChangeListener() 823 void SAL_CALL ScConditionEntryObj::addVetoableChangeListener( const OUString&, in addVetoableChangeListener() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/ |
H A D | condformatuno.cxx | 416 return new ScConditionEntryObj(xParent, in createConditionEntry() 664 ScConditionEntryObj::ScConditionEntryObj(rtl::Reference<ScCondFormatObj> const & xParent, in ScConditionEntryObj() function in ScConditionEntryObj 673 ScConditionEntryObj::~ScConditionEntryObj() in ~ScConditionEntryObj() 677 ScCondFormatEntry* ScConditionEntryObj::getCoreObject() in getCoreObject() 686 sal_Int32 ScConditionEntryObj::getType() in getType() 691 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScConditionEntryObj::getPropertySetInfo() in getPropertySetInfo() 698 void SAL_CALL ScConditionEntryObj::setPropertyValue( in setPropertyValue() 762 uno::Any SAL_CALL ScConditionEntryObj::getPropertyValue( const OUString& aPropertyName ) in getPropertyValue() 810 void SAL_CALL ScConditionEntryObj::addPropertyChangeListener( const OUString& /* aPropertyName */, in addPropertyChangeListener() 822 void SAL_CALL ScConditionEntryObj::addVetoableChangeListener( const OUString&, in addVetoableChangeListener() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/ |
H A D | condformatuno.hxx | 117 class ScConditionEntryObj : public cppu::WeakImplHelper<css::beans::XPropertySet, class 122 ScConditionEntryObj(rtl::Reference<ScCondFormatObj> const & xParent, 124 virtual ~ScConditionEntryObj() override;
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/ |
H A D | condformatuno.hxx | 126 class ScConditionEntryObj : public cppu::WeakImplHelper<css::beans::XPropertySet, class 131 ScConditionEntryObj(rtl::Reference<ScCondFormatObj> const & xParent, 133 virtual ~ScConditionEntryObj() override;
|