|
LibreOffice Module sc (master) 1
|
#include <XMLExportIterator.hxx>
Public Member Functions | |
| ScMyDetectiveOpContainer () | |
| virtual | ~ScMyDetectiveOpContainer () override |
| void | AddOperation (ScDetOpType eOpType, const ScAddress &rPosition, sal_uInt32 nIndex) |
| 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 | |
| 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) override |
| virtual bool | GetFirstAddress (ScAddress &rCellAddress)=0 |
Private Attributes | |
| ScMyDetectiveOpList | aDetectiveOpList |
Definition at line 258 of file XMLExportIterator.hxx.
| ScMyDetectiveOpContainer::ScMyDetectiveOpContainer | ( | ) |
Definition at line 461 of file XMLExportIterator.cxx.
|
overridevirtual |
Definition at line 465 of file XMLExportIterator.cxx.
| void ScMyDetectiveOpContainer::AddOperation | ( | ScDetOpType | eOpType, |
| const ScAddress & | rPosition, | ||
| sal_uInt32 | nIndex | ||
| ) |
Definition at line 469 of file XMLExportIterator.cxx.
References aDetectiveOpList, ScMyDetectiveOp::aPosition, ScMyDetectiveOp::eOpType, nIndex, and ScMyDetectiveOp::nIndex.
Referenced by ScXMLExport::GetDetectiveOpList().
|
overrideprotectedvirtual |
Implements ScMyIteratorBase.
Definition at line 478 of file XMLExportIterator.cxx.
References aDetectiveOpList, and ScAddress::Tab().
|
overridevirtual |
Implements ScMyIteratorBase.
Definition at line 489 of file XMLExportIterator.cxx.
References ScMyCell::aCellAddress, aDetectiveOpList, ScMyCell::aDetectiveOpVec, and ScMyCell::bHasDetectiveOp.
Referenced by ScMyNotEmptyCellsIterator::GetNext().
| void ScMyDetectiveOpContainer::SkipTable | ( | SCTAB | nSkip | ) |
Definition at line 502 of file XMLExportIterator.cxx.
References aDetectiveOpList.
Referenced by ScMyNotEmptyCellsIterator::SkipTable().
|
overridevirtual |
Implements ScMyIteratorBase.
Definition at line 509 of file XMLExportIterator.cxx.
References aDetectiveOpList.
Referenced by ScXMLExport::GetDetectiveOpList().
| void ScMyIteratorBase::UpdateAddress | ( | ScAddress & | rCellAddress | ) |
Definition at line 59 of file XMLExportIterator.cxx.
Referenced by ScMyNotEmptyCellsIterator::GetNext().
|
private |
Definition at line 261 of file XMLExportIterator.hxx.
Referenced by AddOperation(), GetFirstAddress(), SetCellData(), SkipTable(), and Sort().