LibreOffice Module sc (master) 1
|
#include <XMLDetectiveContext.hxx>
Public Member Functions | |
ScMyImpDetectiveOpArray () | |
void | AddDetectiveOp (const ScMyImpDetectiveOp &rDetOp) |
void | Sort () |
bool | GetFirstOp (ScMyImpDetectiveOp &rDetOp) |
Private Attributes | |
ScMyImpDetectiveOpList | aDetectiveOpList |
Definition at line 58 of file XMLDetectiveContext.hxx.
|
inline |
Definition at line 64 of file XMLDetectiveContext.hxx.
|
inline |
Definition at line 67 of file XMLDetectiveContext.hxx.
References aDetectiveOpList.
Referenced by ScXMLDetectiveOperationContext::endFastElement().
bool ScMyImpDetectiveOpArray::GetFirstOp | ( | ScMyImpDetectiveOp & | rDetOp | ) |
Definition at line 48 of file XMLDetectiveContext.cxx.
References aDetectiveOpList.
Referenced by ScXMLBodyContext::endFastElement().
void ScMyImpDetectiveOpArray::Sort | ( | ) |
Definition at line 43 of file XMLDetectiveContext.cxx.
References aDetectiveOpList.
Referenced by ScXMLBodyContext::endFastElement().
|
private |
Definition at line 61 of file XMLDetectiveContext.hxx.
Referenced by AddDetectiveOp(), GetFirstOp(), and Sort().