LibreOffice Module sc (master)
1
|
#include <XMLExportIterator.hxx>
Public Member Functions | |
ScMyShapesContainer () | |
virtual | ~ScMyShapesContainer () override |
void | AddNewShape (const ScMyShape &aShape) |
bool | HasShapes () const |
const ScMyShapeList & | GetShapes () const |
virtual void | SetCellData (ScMyCell &rMyCell) override |
virtual void | Sort () override |
void | SkipTable (SCTAB nSkip) |
![]() | |
ScMyIteratorBase () | |
virtual | ~ScMyIteratorBase () |
ScMyIteratorBase (ScMyIteratorBase const &)=default | |
ScMyIteratorBase (ScMyIteratorBase &&)=default | |
ScMyIteratorBase & | operator= (ScMyIteratorBase const &)=default |
ScMyIteratorBase & | operator= (ScMyIteratorBase &&)=default |
void | UpdateAddress (ScAddress &rCellAddress) |
Protected Member Functions | |
virtual bool | GetFirstAddress (ScAddress &rCellAddress) override |
Private Attributes | |
ScMyShapeList | aShapeList |
Definition at line 77 of file XMLExportIterator.hxx.
ScMyShapesContainer::ScMyShapesContainer | ( | ) |
Definition at line 60 of file XMLExportIterator.cxx.
|
overridevirtual |
Definition at line 65 of file XMLExportIterator.cxx.
Definition at line 69 of file XMLExportIterator.cxx.
References aShapeList.
|
overrideprotectedvirtual |
Implements ScMyIteratorBase.
Definition at line 74 of file XMLExportIterator.cxx.
References aShapeList, and ScAddress::Tab().
|
inline |
Definition at line 90 of file XMLExportIterator.hxx.
References aShapeList.
|
inline |
Definition at line 89 of file XMLExportIterator.hxx.
Implements ScMyIteratorBase.
Definition at line 85 of file XMLExportIterator.cxx.
References aShapeList, ScMyCell::aShapeList, ScMyCell::bHasShape, and ScMyCell::maCellAddress.
Referenced by ScMyNotEmptyCellsIterator::GetNext().
Definition at line 99 of file XMLExportIterator.cxx.
References aShapeList.
Referenced by ScMyNotEmptyCellsIterator::SkipTable().
|
overridevirtual |
Implements ScMyIteratorBase.
Definition at line 106 of file XMLExportIterator.cxx.
References aShapeList.
|
private |
Definition at line 80 of file XMLExportIterator.hxx.
Referenced by AddNewShape(), GetFirstAddress(), GetShapes(), SetCellData(), SkipTable(), and Sort().