LibreOffice Module sc (master)
1
|
Go to the source code of this file.
Classes | |
class | ScGridOptions |
class | ScViewOptions |
class | ScTpViewItem |
class | ScViewCfg |
Macros | |
#define | MAX_OPT sal_uInt16(VOPT_CLIPMARKS)+1 |
#define | MAX_TYPE sal_uInt16(VOBJ_TYPE_DRAW)+1 |
#define | SC_STD_GRIDCOLOR COL_LIGHTGRAY |
Enumerations | |
enum | ScViewOption { VOPT_FORMULAS = 0, VOPT_NULLVALS, VOPT_SYNTAX, VOPT_NOTES, 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, VOPT_CLIPMARKS } |
enum | ScVObjType { VOBJ_TYPE_OLE = 0, VOBJ_TYPE_CHART, VOBJ_TYPE_DRAW } |
#define MAX_OPT sal_uInt16(VOPT_CLIPMARKS)+1 |
Definition at line 58 of file viewopti.hxx.
Referenced by ScViewOptions::operator==().
#define MAX_TYPE sal_uInt16(VOBJ_TYPE_DRAW)+1 |
Definition at line 59 of file viewopti.hxx.
Referenced by ScViewOptions::operator==().
#define SC_STD_GRIDCOLOR COL_LIGHTGRAY |
Definition at line 61 of file viewopti.hxx.
Referenced by ScTpContentOptions::FillItemSet(), ScTpContentOptions::InitGridOpt(), ScViewData::ReadExtOptions(), ScViewData::ReadUserDataSequence(), ScViewOptions::SetDefaults(), and ScViewData::WriteExtOptions().
enum ScViewOption |
Definition at line 30 of file viewopti.hxx.
enum ScVObjType |
Enumerator | |
---|---|
VOBJ_TYPE_OLE | |
VOBJ_TYPE_CHART | |
VOBJ_TYPE_DRAW |
Definition at line 51 of file viewopti.hxx.