LibreOffice Module sc (master) 1
|
#include "address.hxx"
#include <tools/gen.hxx>
#include <tools/color.hxx>
#include "scdllapi.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | ScDetectiveFunc |
Macros | |
#define | SC_DET_MAXCIRCLE 1000 |
Enumerations | |
enum class | ScDetectiveDelete { Detective , Circles , Arrows } |
enum | ScDetectiveObjType { SC_DETOBJ_NONE , SC_DETOBJ_ARROW , SC_DETOBJ_FROMOTHERTAB , SC_DETOBJ_TOOTHERTAB , SC_DETOBJ_CIRCLE , SC_DETOBJ_RECTANGLE } |
#define SC_DET_MAXCIRCLE 1000 |
Definition at line 34 of file detfunc.hxx.
|
strong |
Enumerator | |
---|---|
Detective | |
Circles | |
Arrows |
Definition at line 36 of file detfunc.hxx.
enum ScDetectiveObjType |
Enumerator | |
---|---|
SC_DETOBJ_NONE | |
SC_DETOBJ_ARROW | |
SC_DETOBJ_FROMOTHERTAB | |
SC_DETOBJ_TOOTHERTAB | |
SC_DETOBJ_CIRCLE | |
SC_DETOBJ_RECTANGLE |
Definition at line 38 of file detfunc.hxx.