|
LibreOffice Module sc (master) 1
|
#include <osl/diagnose.h>#include <com/sun/star/uno/Any.hxx>#include <com/sun/star/uno/Sequence.hxx>#include <svtools/colorcfg.hxx>#include <global.hxx>#include <viewopti.hxx>#include <sc.hrc>#include <scmod.hxx>#include <miscuno.hxx>Go to the source code of this file.
Macros | |
| #define | SCLAYOUTOPT_GRIDLINES 0 |
| #define | SCLAYOUTOPT_GRIDCOLOR 1 |
| #define | SCLAYOUTOPT_PAGEBREAK 2 |
| #define | SCLAYOUTOPT_GUIDE 3 |
| #define | SCLAYOUTOPT_COLROWHDR 4 |
| #define | SCLAYOUTOPT_HORISCROLL 5 |
| #define | SCLAYOUTOPT_VERTSCROLL 6 |
| #define | SCLAYOUTOPT_SHEETTAB 7 |
| #define | SCLAYOUTOPT_OUTLINE 8 |
| #define | SCLAYOUTOPT_GRID_ONCOLOR 9 |
| #define | SCLAYOUTOPT_SUMMARY 10 |
| #define | SCLAYOUTOPT_THEMEDCURSOR 11 |
| #define | SCDISPLAYOPT_FORMULA 0 |
| #define | SCDISPLAYOPT_ZEROVALUE 1 |
| #define | SCDISPLAYOPT_NOTETAG 2 |
| #define | SCDISPLAYOPT_FORMULAMARK 3 |
| #define | SCDISPLAYOPT_VALUEHI 4 |
| #define | SCDISPLAYOPT_ANCHOR 5 |
| #define | SCDISPLAYOPT_OBJECTGRA 6 |
| #define | SCDISPLAYOPT_CHART 7 |
| #define | SCDISPLAYOPT_DRAWING 8 |
| #define | SCGRIDOPT_RESOLU_X 0 |
| #define | SCGRIDOPT_RESOLU_Y 1 |
| #define | SCGRIDOPT_SUBDIV_X 2 |
| #define | SCGRIDOPT_SUBDIV_Y 3 |
| #define | SCGRIDOPT_OPTION_X 4 |
| #define | SCGRIDOPT_OPTION_Y 5 |
| #define | SCGRIDOPT_SNAPTOGRID 6 |
| #define | SCGRIDOPT_SYNCHRON 7 |
| #define | SCGRIDOPT_VISIBLE 8 |
| #define | SCGRIDOPT_SIZETOGRID 9 |
Functions | |
| IMPL_LINK_NOARG (ScViewCfg, LayoutCommitHdl, ScLinkConfigItem &, void) | |
| IMPL_LINK_NOARG (ScViewCfg, DisplayCommitHdl, ScLinkConfigItem &, void) | |
| IMPL_LINK_NOARG (ScViewCfg, GridCommitHdl, ScLinkConfigItem &, void) | |
Variables | |
| constexpr OUStringLiteral | CFGPATH_LAYOUT = u"Office.Calc/Layout" |
| constexpr OUStringLiteral | CFGPATH_DISPLAY = u"Office.Calc/Content/Display" |
| constexpr OUStringLiteral | CFGPATH_GRID = u"Office.Calc/Grid" |
| #define SCDISPLAYOPT_ANCHOR 5 |
Definition at line 217 of file viewopti.cxx.
| #define SCDISPLAYOPT_CHART 7 |
Definition at line 219 of file viewopti.cxx.
| #define SCDISPLAYOPT_DRAWING 8 |
Definition at line 220 of file viewopti.cxx.
| #define SCDISPLAYOPT_FORMULA 0 |
Definition at line 212 of file viewopti.cxx.
| #define SCDISPLAYOPT_FORMULAMARK 3 |
Definition at line 215 of file viewopti.cxx.
| #define SCDISPLAYOPT_NOTETAG 2 |
Definition at line 214 of file viewopti.cxx.
| #define SCDISPLAYOPT_OBJECTGRA 6 |
Definition at line 218 of file viewopti.cxx.
| #define SCDISPLAYOPT_VALUEHI 4 |
Definition at line 216 of file viewopti.cxx.
| #define SCDISPLAYOPT_ZEROVALUE 1 |
Definition at line 213 of file viewopti.cxx.
| #define SCGRIDOPT_OPTION_X 4 |
Definition at line 228 of file viewopti.cxx.
| #define SCGRIDOPT_OPTION_Y 5 |
Definition at line 229 of file viewopti.cxx.
| #define SCGRIDOPT_RESOLU_X 0 |
Definition at line 224 of file viewopti.cxx.
| #define SCGRIDOPT_RESOLU_Y 1 |
Definition at line 225 of file viewopti.cxx.
| #define SCGRIDOPT_SIZETOGRID 9 |
Definition at line 233 of file viewopti.cxx.
| #define SCGRIDOPT_SNAPTOGRID 6 |
Definition at line 230 of file viewopti.cxx.
| #define SCGRIDOPT_SUBDIV_X 2 |
Definition at line 226 of file viewopti.cxx.
| #define SCGRIDOPT_SUBDIV_Y 3 |
Definition at line 227 of file viewopti.cxx.
| #define SCGRIDOPT_SYNCHRON 7 |
Definition at line 231 of file viewopti.cxx.
| #define SCGRIDOPT_VISIBLE 8 |
Definition at line 232 of file viewopti.cxx.
| #define SCLAYOUTOPT_COLROWHDR 4 |
Definition at line 201 of file viewopti.cxx.
| #define SCLAYOUTOPT_GRID_ONCOLOR 9 |
Definition at line 206 of file viewopti.cxx.
| #define SCLAYOUTOPT_GRIDCOLOR 1 |
Definition at line 198 of file viewopti.cxx.
| #define SCLAYOUTOPT_GRIDLINES 0 |
Definition at line 197 of file viewopti.cxx.
| #define SCLAYOUTOPT_GUIDE 3 |
Definition at line 200 of file viewopti.cxx.
| #define SCLAYOUTOPT_HORISCROLL 5 |
Definition at line 202 of file viewopti.cxx.
| #define SCLAYOUTOPT_OUTLINE 8 |
Definition at line 205 of file viewopti.cxx.
| #define SCLAYOUTOPT_PAGEBREAK 2 |
Definition at line 199 of file viewopti.cxx.
| #define SCLAYOUTOPT_SHEETTAB 7 |
Definition at line 204 of file viewopti.cxx.
| #define SCLAYOUTOPT_SUMMARY 10 |
Definition at line 207 of file viewopti.cxx.
| #define SCLAYOUTOPT_THEMEDCURSOR 11 |
Definition at line 208 of file viewopti.cxx.
| #define SCLAYOUTOPT_VERTSCROLL 6 |
Definition at line 203 of file viewopti.cxx.
| IMPL_LINK_NOARG | ( | ScViewCfg | , |
| DisplayCommitHdl | , | ||
| ScLinkConfigItem & | , | ||
| void | |||
| ) |
Definition at line 520 of file viewopti.cxx.
References Any, pValues, SCDISPLAYOPT_ANCHOR, SCDISPLAYOPT_CHART, SCDISPLAYOPT_DRAWING, SCDISPLAYOPT_FORMULA, SCDISPLAYOPT_FORMULAMARK, SCDISPLAYOPT_NOTETAG, SCDISPLAYOPT_OBJECTGRA, SCDISPLAYOPT_VALUEHI, SCDISPLAYOPT_ZEROVALUE, VOBJ_TYPE_CHART, VOBJ_TYPE_DRAW, VOBJ_TYPE_OLE, VOPT_ANCHOR, VOPT_FORMULAS, VOPT_FORMULAS_MARKS, VOPT_NOTES, VOPT_NULLVALS, and VOPT_SYNTAX.
| IMPL_LINK_NOARG | ( | ScViewCfg | , |
| GridCommitHdl | , | ||
| ScLinkConfigItem & | , | ||
| void | |||
| ) |
Definition at line 562 of file viewopti.cxx.
References Any, SvxOptionsGrid::GetEqualGrid(), SvxOptionsGrid::GetFieldDivisionX(), SvxOptionsGrid::GetFieldDivisionY(), SvxOptionsGrid::GetFieldDrawX(), SvxOptionsGrid::GetFieldDrawY(), SvxOptionsGrid::GetFieldSnapX(), SvxOptionsGrid::GetFieldSnapY(), SvxOptionsGrid::GetGridVisible(), SvxOptionsGrid::GetSynchronize(), SvxOptionsGrid::GetUseGridSnap(), pValues, SCGRIDOPT_OPTION_X, SCGRIDOPT_OPTION_Y, SCGRIDOPT_RESOLU_X, SCGRIDOPT_RESOLU_Y, SCGRIDOPT_SIZETOGRID, SCGRIDOPT_SNAPTOGRID, SCGRIDOPT_SUBDIV_X, SCGRIDOPT_SUBDIV_Y, SCGRIDOPT_SYNCHRON, and SCGRIDOPT_VISIBLE.
| IMPL_LINK_NOARG | ( | ScViewCfg | , |
| LayoutCommitHdl | , | ||
| ScLinkConfigItem & | , | ||
| void | |||
| ) |
Definition at line 469 of file viewopti.cxx.
References Any, pValues, SCLAYOUTOPT_COLROWHDR, SCLAYOUTOPT_GRID_ONCOLOR, SCLAYOUTOPT_GRIDCOLOR, SCLAYOUTOPT_GRIDLINES, SCLAYOUTOPT_GUIDE, SCLAYOUTOPT_HORISCROLL, SCLAYOUTOPT_OUTLINE, SCLAYOUTOPT_PAGEBREAK, SCLAYOUTOPT_SHEETTAB, SCLAYOUTOPT_SUMMARY, SCLAYOUTOPT_THEMEDCURSOR, SCLAYOUTOPT_VERTSCROLL, VOPT_GRID, VOPT_GRID_ONTOP, VOPT_HEADER, VOPT_HELPLINES, VOPT_HSCROLL, VOPT_OUTLINER, VOPT_PAGEBREAKS, VOPT_SUMMARY, VOPT_TABCONTROLS, VOPT_THEMEDCURSOR, and VOPT_VSCROLL.
Definition at line 210 of file viewopti.cxx.
|
constexpr |
Definition at line 222 of file viewopti.cxx.
|
constexpr |
Definition at line 195 of file viewopti.cxx.