LibreOffice Module sc (master) 1
|
#include <detdata.hxx>
Public Member Functions | |
ScDetOpData (const ScAddress &rP, ScDetOpType eOp) | |
const ScAddress & | GetPos () const |
ScDetOpType | GetOperation () const |
void | SetPos (const ScAddress &rNew) |
bool | operator== (const ScDetOpData &r) const |
Private Attributes | |
ScAddress | aPos |
ScDetOpType | eOperation |
Definition at line 35 of file detdata.hxx.
|
inline |
Definition at line 41 of file detdata.hxx.
|
inline |
Definition at line 45 of file detdata.hxx.
References eOperation.
Referenced by ScDetOpList::Append(), ScDocFunc::DetectiveRefresh(), ScXMLExport::GetDetectiveOpList(), and ScUndoDetective::ScUndoDetective().
|
inline |
Definition at line 44 of file detdata.hxx.
References aPos.
Referenced by ScDocFunc::DetectiveRefresh(), ScXMLExport::GetDetectiveOpList(), and ScUndoDetective::ScUndoDetective().
|
inline |
Definition at line 50 of file detdata.hxx.
References aPos, and eOperation.
|
inline |
Definition at line 48 of file detdata.hxx.
References aPos.
|
private |
Definition at line 37 of file detdata.hxx.
Referenced by GetPos(), operator==(), and SetPos().
|
private |
Definition at line 38 of file detdata.hxx.
Referenced by GetOperation(), and operator==().