|
LibreOffice Module sc (master) 1
|
#include <XMLExportIterator.hxx>
Public Member Functions | |
| bool | operator< (const ScMyDetectiveObj &rDetObj) const |
Public Attributes | |
| ScAddress | aPosition |
| ScRange | aSourceRange |
| ScDetectiveObjType | eObjType |
| bool | bHasError |
Definition at line 212 of file XMLExportIterator.hxx.
|
inline |
Definition at line 375 of file XMLExportIterator.cxx.
References aPosition, and ScAddress::lessThanByRow().
| ScAddress ScMyDetectiveObj::aPosition |
Definition at line 214 of file XMLExportIterator.hxx.
Referenced by ScMyDetectiveObjContainer::AddObject(), and operator<().
| ScRange ScMyDetectiveObj::aSourceRange |
Definition at line 215 of file XMLExportIterator.hxx.
Referenced by ScMyDetectiveObjContainer::AddObject().
| bool ScMyDetectiveObj::bHasError |
Definition at line 217 of file XMLExportIterator.hxx.
Referenced by ScMyDetectiveObjContainer::AddObject().
| ScDetectiveObjType ScMyDetectiveObj::eObjType |
Definition at line 216 of file XMLExportIterator.hxx.
Referenced by ScMyDetectiveObjContainer::AddObject().