LibreOffice Module sc (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
ScMyEmptyDatabaseRangesContainer Class Reference

#include <XMLExportIterator.hxx>

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

Public Member Functions

 ScMyEmptyDatabaseRangesContainer ()
 
virtual ~ScMyEmptyDatabaseRangesContainer () override
 
 ScMyEmptyDatabaseRangesContainer (ScMyEmptyDatabaseRangesContainer const &)=default
 
 ScMyEmptyDatabaseRangesContainer (ScMyEmptyDatabaseRangesContainer &&)=default
 
ScMyEmptyDatabaseRangesContaineroperator= (ScMyEmptyDatabaseRangesContainer const &)=default
 
ScMyEmptyDatabaseRangesContaineroperator= (ScMyEmptyDatabaseRangesContainer &&)=default
 
void AddNewEmptyDatabaseRange (const css::table::CellRangeAddress &aCellRangeAddress)
 
virtual void SetCellData (ScMyCell &rMyCell) override
 
virtual void Sort () override
 
void SkipTable (SCTAB nSkip)
 
void UpdateAddress (ScAddress &rCellAddress)
 
- Public Member Functions inherited from ScMyIteratorBase
 ScMyIteratorBase ()
 
virtual ~ScMyIteratorBase ()
 
 ScMyIteratorBase (ScMyIteratorBase const &)=default
 
 ScMyIteratorBase (ScMyIteratorBase &&)=default
 
ScMyIteratorBaseoperator= (ScMyIteratorBase const &)=default
 
ScMyIteratorBaseoperator= (ScMyIteratorBase &&)=default
 
virtual void SetCellData (ScMyCell &rMyCell)=0
 
virtual void Sort ()=0
 
void UpdateAddress (ScAddress &rCellAddress)
 

Protected Member Functions

virtual bool GetFirstAddress (ScAddress &rCellAddress) override
 
virtual bool GetFirstAddress (ScAddress &rCellAddress)=0
 

Private Attributes

ScMyEmptyDatabaseRangeList aDatabaseList
 

Detailed Description

Definition at line 189 of file XMLExportIterator.hxx.

Constructor & Destructor Documentation

◆ ScMyEmptyDatabaseRangesContainer() [1/3]

ScMyEmptyDatabaseRangesContainer::ScMyEmptyDatabaseRangesContainer ( )

Definition at line 313 of file XMLExportIterator.cxx.

◆ ~ScMyEmptyDatabaseRangesContainer()

ScMyEmptyDatabaseRangesContainer::~ScMyEmptyDatabaseRangesContainer ( )
overridevirtual

Definition at line 317 of file XMLExportIterator.cxx.

◆ ScMyEmptyDatabaseRangesContainer() [2/3]

ScMyEmptyDatabaseRangesContainer::ScMyEmptyDatabaseRangesContainer ( ScMyEmptyDatabaseRangesContainer const &  )
default

◆ ScMyEmptyDatabaseRangesContainer() [3/3]

ScMyEmptyDatabaseRangesContainer::ScMyEmptyDatabaseRangesContainer ( ScMyEmptyDatabaseRangesContainer &&  )
default

Member Function Documentation

◆ AddNewEmptyDatabaseRange()

void ScMyEmptyDatabaseRangesContainer::AddNewEmptyDatabaseRange ( const css::table::CellRangeAddress &  aCellRangeAddress)

◆ GetFirstAddress()

bool ScMyEmptyDatabaseRangesContainer::GetFirstAddress ( ScAddress rCellAddress)
overrideprotectedvirtual

Implements ScMyIteratorBase.

Definition at line 335 of file XMLExportIterator.cxx.

References aDatabaseList, and ScAddress::Tab().

◆ operator=() [1/2]

ScMyEmptyDatabaseRangesContainer & ScMyEmptyDatabaseRangesContainer::operator= ( ScMyEmptyDatabaseRangesContainer &&  )
default

◆ operator=() [2/2]

ScMyEmptyDatabaseRangesContainer & ScMyEmptyDatabaseRangesContainer::operator= ( ScMyEmptyDatabaseRangesContainer const &  )
default

◆ SetCellData()

void ScMyEmptyDatabaseRangesContainer::SetCellData ( ScMyCell rMyCell)
overridevirtual

◆ SkipTable()

void ScMyEmptyDatabaseRangesContainer::SkipTable ( SCTAB  nSkip)

Definition at line 363 of file XMLExportIterator.cxx.

References aDatabaseList.

Referenced by ScMyNotEmptyCellsIterator::SkipTable().

◆ Sort()

void ScMyEmptyDatabaseRangesContainer::Sort ( )
overridevirtual

Implements ScMyIteratorBase.

Definition at line 370 of file XMLExportIterator.cxx.

References aDatabaseList.

◆ UpdateAddress()

void ScMyIteratorBase::UpdateAddress ( ScAddress rCellAddress)

Definition at line 59 of file XMLExportIterator.cxx.

Referenced by ScMyNotEmptyCellsIterator::GetNext().

Member Data Documentation

◆ aDatabaseList

ScMyEmptyDatabaseRangeList ScMyEmptyDatabaseRangesContainer::aDatabaseList
private

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