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 59 of file XMLDetectiveContext.hxx.
|
inline |
Definition at line 65 of file XMLDetectiveContext.hxx.
|
inline |
Definition at line 68 of file XMLDetectiveContext.hxx.
Referenced by ScXMLDetectiveOperationContext::endFastElement().
bool ScMyImpDetectiveOpArray::GetFirstOp | ( | ScMyImpDetectiveOp & | rDetOp | ) |
Definition at line 49 of file XMLDetectiveContext.cxx.
References aDetectiveOpList.
Referenced by ScXMLBodyContext::endFastElement().
void ScMyImpDetectiveOpArray::Sort | ( | ) |
Definition at line 44 of file XMLDetectiveContext.cxx.
References aDetectiveOpList.
Referenced by ScXMLBodyContext::endFastElement().
|
private |
Definition at line 62 of file XMLDetectiveContext.hxx.
Referenced by GetFirstOp(), and Sort().