LibreOffice Module sc (master)
1
|
#include <XMLDetectiveContext.hxx>
Public Member Functions | |
ScMyImpDetectiveOp () | |
bool | operator< (const ScMyImpDetectiveOp &rDetOp) const |
Public Attributes | |
ScAddress | aPosition |
ScDetOpType | eOpType |
sal_Int32 | nIndex |
Definition at line 42 of file XMLDetectiveContext.hxx.
|
inline |
Definition at line 48 of file XMLDetectiveContext.hxx.
bool ScMyImpDetectiveOp::operator< | ( | const ScMyImpDetectiveOp & | rDetOp | ) | const |
Definition at line 39 of file XMLDetectiveContext.cxx.
References nIndex.
ScAddress ScMyImpDetectiveOp::aPosition |
Definition at line 44 of file XMLDetectiveContext.hxx.
Referenced by ScXMLBodyContext::endFastElement(), and ScXMLDetectiveOperationContext::ScXMLDetectiveOperationContext().
ScDetOpType ScMyImpDetectiveOp::eOpType |
Definition at line 45 of file XMLDetectiveContext.hxx.
Referenced by ScXMLBodyContext::endFastElement(), and ScXMLDetectiveOperationContext::ScXMLDetectiveOperationContext().
sal_Int32 ScMyImpDetectiveOp::nIndex |
Definition at line 46 of file XMLDetectiveContext.hxx.
Referenced by ScXMLDetectiveOperationContext::endFastElement(), operator<(), and ScXMLDetectiveOperationContext::ScXMLDetectiveOperationContext().