LibreOffice Module sc (master) 1
Classes | Macros | Enumerations
viewopti.hxx File Reference
#include <svx/optgrid.hxx>
#include "scdllapi.h"
#include "optutil.hxx"
#include "global.hxx"
Include dependency graph for viewopti.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScGridOptions
 
class  ScViewOptions
 
class  ScTpViewItem
 
class  ScViewCfg
 

Macros

#define MAX_OPT   sal_uInt16(VOPT_THEMEDCURSOR)+1
 
#define MAX_TYPE   sal_uInt16(VOBJ_TYPE_DRAW)+1
 

Enumerations

enum  ScViewOption {
  VOPT_FORMULAS = 0 ,
  VOPT_NULLVALS ,
  VOPT_SYNTAX ,
  VOPT_NOTES ,
  VOPT_FORMULAS_MARKS ,
  VOPT_VSCROLL ,
  VOPT_HSCROLL ,
  VOPT_TABCONTROLS ,
  VOPT_OUTLINER ,
  VOPT_HEADER ,
  VOPT_GRID ,
  VOPT_GRID_ONTOP ,
  VOPT_HELPLINES ,
  VOPT_ANCHOR ,
  VOPT_PAGEBREAKS ,
  VOPT_SUMMARY ,
  VOPT_THEMEDCURSOR
}
 
enum  ScVObjType {
  VOBJ_TYPE_OLE = 0 ,
  VOBJ_TYPE_CHART ,
  VOBJ_TYPE_DRAW
}
 

Macro Definition Documentation

◆ MAX_OPT

#define MAX_OPT   sal_uInt16(VOPT_THEMEDCURSOR)+1

Definition at line 58 of file viewopti.hxx.

◆ MAX_TYPE

#define MAX_TYPE   sal_uInt16(VOBJ_TYPE_DRAW)+1

Definition at line 59 of file viewopti.hxx.

Enumeration Type Documentation

◆ ScViewOption

Enumerator
VOPT_FORMULAS 
VOPT_NULLVALS 
VOPT_SYNTAX 
VOPT_NOTES 
VOPT_FORMULAS_MARKS 
VOPT_VSCROLL 
VOPT_HSCROLL 
VOPT_TABCONTROLS 
VOPT_OUTLINER 
VOPT_HEADER 
VOPT_GRID 
VOPT_GRID_ONTOP 
VOPT_HELPLINES 
VOPT_ANCHOR 
VOPT_PAGEBREAKS 
VOPT_SUMMARY 
VOPT_THEMEDCURSOR 

Definition at line 30 of file viewopti.hxx.

◆ ScVObjType

enum ScVObjType
Enumerator
VOBJ_TYPE_OLE 
VOBJ_TYPE_CHART 
VOBJ_TYPE_DRAW 

Definition at line 51 of file viewopti.hxx.