LibreOffice Module sc (master) 1
Classes | Macros | Enumerations
detfunc.hxx File Reference
#include "address.hxx"
#include <tools/gen.hxx>
#include <tools/color.hxx>
#include "scdllapi.h"
#include <vector>
Include dependency graph for detfunc.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ SC_DET_MAXCIRCLE

#define SC_DET_MAXCIRCLE   1000

Definition at line 34 of file detfunc.hxx.

Enumeration Type Documentation

◆ ScDetectiveDelete

enum class ScDetectiveDelete
strong
Enumerator
Detective 
Circles 
Arrows 

Definition at line 36 of file detfunc.hxx.

◆ 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.