LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
SpreadsheetViewSettings.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20
21module com { module sun { module star { module sheet {
22
23
26published service SpreadsheetViewSettings
27{
31
32
36 [property] boolean ShowFormulas;
37
38
41 [property] boolean ShowZeroValues;
42
43
47 [property] boolean IsValueHighlightingEnabled;
48
49
52 [property] boolean ShowNotes;
53
54
57 [property] boolean HasVerticalScrollBar;
58
59
62 [property] boolean HasHorizontalScrollBar;
63
64
67 [property] boolean HasSheetTabs;
68
69
72 [property] boolean IsOutlineSymbolsSet;
73
74
77 [property] boolean HasColumnRowHeaders;
78
79
82 [property] boolean ShowGrid;
83
84
89
90
94 [property] boolean ShowHelpLines;
95
96
100 [property] boolean ShowAnchor;
101
102
105 [property] boolean ShowPageBreaks;
106
107
112 [property] short ShowObjects;
113
114
119 [property] short ShowCharts;
120
121
126 [property] short ShowDrawing;
127
128
133 [property] boolean HideSpellMarks;
134
135
140 [property] short ZoomType;
141
142
147 [property] short ZoomValue;
148
154 [optional, property] short FormulaBarHeight;
155};
156
157
158}; }; }; };
159
160/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:46
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
contains settings which are specific to each view of a spreadsheet
Definition SpreadsheetViewSettings.idl:27
boolean HideSpellMarks
disables the display of marks from online spelling.
Definition SpreadsheetViewSettings.idl:133
boolean HasHorizontalScrollBar
enables the horizontal scroll bar of the view.
Definition SpreadsheetViewSettings.idl:62
boolean ShowGrid
enables the display of the cell grid.
Definition SpreadsheetViewSettings.idl:82
short ShowObjects
enables display of embedded objects in the view.
Definition SpreadsheetViewSettings.idl:112
boolean ShowFormulas
controls whether formulas are displayed instead of their results.
Definition SpreadsheetViewSettings.idl:36
com::sun::star::util::Color GridColor
specifies the color in which the cell grid is displayed.
Definition SpreadsheetViewSettings.idl:88
short ZoomType
This property defines the zoom type for the document.
Definition SpreadsheetViewSettings.idl:140
boolean HasSheetTabs
enables the sheet tabs of the view.
Definition SpreadsheetViewSettings.idl:67
boolean ShowAnchor
enables display of anchor symbols when drawing objects are selected.
Definition SpreadsheetViewSettings.idl:100
boolean ShowNotes
controls whether a marker is shown for notes in cells.
Definition SpreadsheetViewSettings.idl:52
boolean HasVerticalScrollBar
enables the vertical scroll bar of the view.
Definition SpreadsheetViewSettings.idl:57
boolean HasColumnRowHeaders
enables the column and row headers of the view.
Definition SpreadsheetViewSettings.idl:77
short ShowCharts
enables the display of charts in the view.
Definition SpreadsheetViewSettings.idl:119
boolean IsValueHighlightingEnabled
controls whether strings, values, and formulas are displayed in different colors.
Definition SpreadsheetViewSettings.idl:47
boolean ShowZeroValues
enables display of zero-values.
Definition SpreadsheetViewSettings.idl:41
boolean ShowHelpLines
enables display of help lines when moving drawing objects.
Definition SpreadsheetViewSettings.idl:94
short ZoomValue
Defines the zoom value to use.
Definition SpreadsheetViewSettings.idl:147
boolean ShowPageBreaks
enables display of page breaks.
Definition SpreadsheetViewSettings.idl:105
short FormulaBarHeight
Number of lines shown in the Formula bar Default is 1, maximum value is 25.
Definition SpreadsheetViewSettings.idl:154
short ShowDrawing
enables the display of drawing objects in the view.
Definition SpreadsheetViewSettings.idl:126
boolean IsOutlineSymbolsSet
enables the display of outline symbols.
Definition SpreadsheetViewSettings.idl:72