LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScRangeSubTotalDescriptor Class Referencefinal

#include <datauno.hxx>

Inheritance diagram for ScRangeSubTotalDescriptor:
[legend]
Collaboration diagram for ScRangeSubTotalDescriptor:
[legend]

Public Member Functions

 ScRangeSubTotalDescriptor (ScDatabaseRangeObj *pPar)
 
virtual ~ScRangeSubTotalDescriptor () override
 
virtual void GetData (ScSubTotalParam &rParam) const override
 
virtual void PutData (const ScSubTotalParam &rParam) override
 
- Public Member Functions inherited from ScSubTotalDescriptorBase
 ScSubTotalDescriptorBase ()
 
virtual ~ScSubTotalDescriptorBase () override
 
virtual void GetData (ScSubTotalParam &rParam) const =0
 
virtual void PutData (const ScSubTotalParam &rParam)=0
 
virtual void SAL_CALL addNew (const css::uno::Sequence< css::sheet::SubTotalColumn > &aSubTotalColumns, sal_Int32 nGroupColumn) override
 
virtual void SAL_CALL clear () override
 
virtual sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL getByIndex (sal_Int32 Index) override
 
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration () override
 
virtual css::uno::Type SAL_CALL getElementType () override
 
virtual sal_Bool SAL_CALL hasElements () 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
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

rtl::Reference< ScDatabaseRangeObjmxParent
 

Detailed Description

Definition at line 188 of file datauno.hxx.

Constructor & Destructor Documentation

◆ ScRangeSubTotalDescriptor()

ScRangeSubTotalDescriptor::ScRangeSubTotalDescriptor ( ScDatabaseRangeObj pPar)

Definition at line 757 of file datauno.cxx.

References mxParent.

◆ ~ScRangeSubTotalDescriptor()

ScRangeSubTotalDescriptor::~ScRangeSubTotalDescriptor ( )
overridevirtual

Definition at line 762 of file datauno.cxx.

Member Function Documentation

◆ GetData()

void ScRangeSubTotalDescriptor::GetData ( ScSubTotalParam rParam) const
overridevirtual

Implements ScSubTotalDescriptorBase.

Definition at line 766 of file datauno.cxx.

References mxParent.

◆ PutData()

void ScRangeSubTotalDescriptor::PutData ( const ScSubTotalParam rParam)
overridevirtual

Implements ScSubTotalDescriptorBase.

Definition at line 772 of file datauno.cxx.

References mxParent.

Member Data Documentation

◆ mxParent

rtl::Reference<ScDatabaseRangeObj> ScRangeSubTotalDescriptor::mxParent
private

Definition at line 191 of file datauno.hxx.

Referenced by GetData(), and PutData().


The documentation for this class was generated from the following files: