LibreOffice
LibreOffice 24.2 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 
20 
21 module com { module sun { module star { module sheet {
22 
23 
31 published service DocumentSettings
32 {
34 
38 
39 
42  [optional, property] boolean ShowZeroValues;
43 
46  [optional, property] boolean ShowNotes;
47 
50  [optional, property] boolean ShowGrid;
51 
54  [optional, property] com::sun::star::util::Color GridColor;
55 
58  [optional, property] boolean ShowPageBreaks;
59 
62  [optional, property] boolean HasColumnRowHeaders;
63 
66  [optional, property] boolean HasSheetTabs;
67 
70  [optional, property] boolean IsOutlineSymbolsSet;
71 
75  [optional, property] boolean IsSnapToRaster;
76 
79  [optional, property] boolean RasterIsVisible;
80 
84  [optional, property] long RasterResolutionX;
85 
89  [optional, property] long RasterResolutionY;
90 
94  [optional, property] long RasterSubdivisionX;
95 
99  [optional, property] long RasterSubdivisionY;
100 
104  [optional, property] boolean IsRasterAxisSynchronized;
105 
108  [optional, property] boolean IsDocumentShared;
109 };
110 
111 
112 }; }; }; };
113 
114 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
describes properties that apply to the whole spreadsheet document.
Definition: DocumentSettings.idl:31
boolean IsDocumentShared
enables the document sharing feature (Tools->Share Spreadsheet)
Definition: DocumentSettings.idl:108
boolean HasColumnRowHeaders
enables the column and row headers of the view.
Definition: DocumentSettings.idl:62
long RasterSubdivisionY
specifies the number of subdivisions between two vertical grid elements.
Definition: DocumentSettings.idl:99
boolean ShowPageBreaks
enables display of page breaks.
Definition: DocumentSettings.idl:58
boolean ShowNotes
controls whether a marker is shown for notes in cells.
Definition: DocumentSettings.idl:46
boolean IsSnapToRaster
enables the restriction of object movement and resizing of drawing objects to the raster...
Definition: DocumentSettings.idl:75
boolean HasSheetTabs
enables the sheet tabs of the view.
Definition: DocumentSettings.idl:66
Definition: Ambiguous.idl:20
long RasterResolutionY
specifies the distance between vertical grid elements in 1/100 mm.
Definition: DocumentSettings.idl:89
long RasterResolutionX
specifies the distance between horizontal grid elements in 1/100 mm.
Definition: DocumentSettings.idl:84
com::sun::star::util::Color GridColor
specifies the color in which the cell grid is displayed.
Definition: DocumentSettings.idl:54
boolean IsRasterAxisSynchronized
enables the synchronization of horizontal and vertical grid settings in the user interface.
Definition: DocumentSettings.idl:104
boolean ShowZeroValues
enables display of zero-values.
Definition: DocumentSettings.idl:37
long RasterSubdivisionX
specifies the number of subdivisions between two horizontal grid elements.
Definition: DocumentSettings.idl:94
boolean IsOutlineSymbolsSet
enables the display of outline symbols.
Definition: DocumentSettings.idl:70
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:34
describes properties that apply to the whole document of any application.
Definition: Settings.idl:35
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:45
boolean ShowGrid
enables the display of the cell grid.
Definition: DocumentSettings.idl:50
boolean RasterIsVisible
enables the display of the drawing object raster.
Definition: DocumentSettings.idl:79