LibreOffice Module sc (master)
1
|
#include <XMLExportIterator.hxx>
Public Member Functions | |
ScMyIteratorBase () | |
virtual | ~ScMyIteratorBase () |
ScMyIteratorBase (ScMyIteratorBase const &)=default | |
ScMyIteratorBase (ScMyIteratorBase &&)=default | |
ScMyIteratorBase & | operator= (ScMyIteratorBase const &)=default |
ScMyIteratorBase & | operator= (ScMyIteratorBase &&)=default |
virtual void | SetCellData (ScMyCell &rMyCell)=0 |
virtual void | Sort ()=0 |
void | UpdateAddress (ScAddress &rCellAddress) |
Protected Member Functions | |
virtual bool | GetFirstAddress (ScAddress &rCellAddress)=0 |
Definition at line 42 of file XMLExportIterator.hxx.
ScMyIteratorBase::ScMyIteratorBase | ( | ) |
Definition at line 35 of file XMLExportIterator.cxx.
|
virtual |
Definition at line 39 of file XMLExportIterator.cxx.
|
default |
|
default |
|
protectedpure virtual |
Implemented in ScMyDetectiveOpContainer, ScMyDetectiveObjContainer, ScMyEmptyDatabaseRangesContainer, ScMyAreaLinksContainer, ScMyMergedRangesContainer, ScMyNoteShapesContainer, and ScMyShapesContainer.
Referenced by UpdateAddress().
|
default |
|
default |
|
pure virtual |
Definition at line 43 of file XMLExportIterator.cxx.
References ScAddress::Col(), GetFirstAddress(), ScAddress::Row(), and ScAddress::Tab().
Referenced by ScMyNotEmptyCellsIterator::GetNext().