LibreOffice
LibreOffice 7.1 SDK API Reference
DocumentSettings.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#ifndef __com_sun_star_sheet_DocumentSettings_idl__
20#define __com_sun_star_sheet_DocumentSettings_idl__
21
25
26
27module com { module sun { module star { module sheet {
28
29
37published service DocumentSettings
38{
40
44
45
48 [optional, property] boolean ShowZeroValues;
49
52 [optional, property] boolean ShowNotes;
53
56 [optional, property] boolean ShowGrid;
57
61
64 [optional, property] boolean ShowPageBreaks;
65
68 [optional, property] boolean HasColumnRowHeaders;
69
72 [optional, property] boolean HasSheetTabs;
73
76 [optional, property] boolean IsOutlineSymbolsSet;
77
81 [optional, property] boolean IsSnapToRaster;
82
85 [optional, property] boolean RasterIsVisible;
86
90 [optional, property] long RasterResolutionX;
91
95 [optional, property] long RasterResolutionY;
96
100 [optional, property] long RasterSubdivisionX;
101
105 [optional, property] long RasterSubdivisionY;
106
110 [optional, property] boolean IsRasterAxisSynchronized;
111
114 [optional, property] boolean IsDocumentShared;
115};
116
117
118}; }; }; };
119
120#endif
121
122/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
Definition: Ambiguous.idl:22
describes properties that apply to the whole document of any application.
Definition: Settings.idl:41
describes properties that apply to the whole spreadsheet document.
Definition: DocumentSettings.idl:38
long RasterResolutionY
specifies the distance between vertical grid elements in 1/100 mm.
Definition: DocumentSettings.idl:95
boolean ShowGrid
enables the display of the cell grid.
Definition: DocumentSettings.idl:56
boolean RasterIsVisible
enables the display of the drawing object raster.
Definition: DocumentSettings.idl:85
com::sun::star::util::Color GridColor
specifies the color in which the cell grid is displayed.
Definition: DocumentSettings.idl:60
boolean HasSheetTabs
enables the sheet tabs of the view.
Definition: DocumentSettings.idl:72
boolean ShowNotes
controls whether a marker is shown for notes in cells.
Definition: DocumentSettings.idl:52
boolean IsSnapToRaster
enables the restriction of object movement and resizing of drawing objects to the raster.
Definition: DocumentSettings.idl:81
boolean HasColumnRowHeaders
enables the column and row headers of the view.
Definition: DocumentSettings.idl:68
boolean IsRasterAxisSynchronized
enables the synchronization of horizontal and vertical grid settings in the user interface.
Definition: DocumentSettings.idl:110
boolean IsDocumentShared
enables the document sharing feature (Tools->Share Spreadsheet)
Definition: DocumentSettings.idl:114
long RasterSubdivisionY
specifies the number of subdivisions between two vertical grid elements.
Definition: DocumentSettings.idl:105
boolean ShowZeroValues
enables display of zero-values.
Definition: DocumentSettings.idl:43
long RasterSubdivisionX
specifies the number of subdivisions between two horizontal grid elements.
Definition: DocumentSettings.idl:100
boolean ShowPageBreaks
enables display of page breaks.
Definition: DocumentSettings.idl:64
long RasterResolutionX
specifies the distance between horizontal grid elements in 1/100 mm.
Definition: DocumentSettings.idl:90
boolean IsOutlineSymbolsSet
enables the display of outline symbols.
Definition: DocumentSettings.idl:76