summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl')
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl198
1 files changed, 99 insertions, 99 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
index e40ea1dd8fe4..9d5c53cf140f 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -25,151 +25,151 @@
*
************************************************************************/
-#ifndef __com_sun_star_sheet_SpreadsheetViewSettings_idl__
-#define __com_sun_star_sheet_SpreadsheetViewSettings_idl__
-
-#ifndef __com_sun_star_beans_XPropertySet_idl__
-#include <com/sun/star/beans/XPropertySet.idl>
-#endif
-
+#ifndef __com_sun_star_sheet_SpreadsheetViewSettings_idl__
+#define __com_sun_star_sheet_SpreadsheetViewSettings_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
#ifndef __com_sun_star_util_Color_idl__
#include <com/sun/star/util/Color.idl>
#endif
-//=============================================================================
-
-module com { module sun { module star { module sheet {
-
-//=============================================================================
-
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
/** contains settings which are specific to each view of a spreadsheet
*/
published service SpreadsheetViewSettings
-{
+{
/** provides access to the properties.
*/
- interface com::sun::star::beans::XPropertySet;
-
- //-------------------------------------------------------------------------
-
+ interface com::sun::star::beans::XPropertySet;
+
+ //-------------------------------------------------------------------------
+
/** controls whether formulas are displayed instead of their
results.
*/
- [property] boolean ShowFormulas;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean ShowFormulas;
+
+ //-------------------------------------------------------------------------
+
/** enables display of zero-values.
*/
- [property] boolean ShowZeroValues;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean ShowZeroValues;
+
+ //-------------------------------------------------------------------------
+
/** controls whether strings, values, and formulas are
displayed in different colors.
*/
- [property] boolean IsValueHighlightingEnabled;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean IsValueHighlightingEnabled;
+
+ //-------------------------------------------------------------------------
+
/** controls whether a marker is shown for notes in cells.
*/
- [property] boolean ShowNotes;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean ShowNotes;
+
+ //-------------------------------------------------------------------------
+
/** enables the vertical scroll bar of the view.
*/
- [property] boolean HasVerticalScrollBar;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasVerticalScrollBar;
+
+ //-------------------------------------------------------------------------
+
/** enables the horizontal scroll bar of the view.
*/
- [property] boolean HasHorizontalScrollBar;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasHorizontalScrollBar;
+
+ //-------------------------------------------------------------------------
+
/** enables the sheet tabs of the view.
*/
- [property] boolean HasSheetTabs;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasSheetTabs;
+
+ //-------------------------------------------------------------------------
+
/** enables the display of outline symbols.
*/
- [property] boolean IsOutlineSymbolsSet;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean IsOutlineSymbolsSet;
+
+ //-------------------------------------------------------------------------
+
/** enables the column and row headers of the view.
*/
- [property] boolean HasColumnRowHeaders;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasColumnRowHeaders;
+
+ //-------------------------------------------------------------------------
+
/** enables the display of the cell grid.
*/
- [property] boolean ShowGrid;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean ShowGrid;
+
+ //-------------------------------------------------------------------------
+
/** specifies the color in which the cell grid is
displayed.
*/
- [property] com::sun::star::util::Color GridColor;
-
- //-------------------------------------------------------------------------
-
+ [property] com::sun::star::util::Color GridColor;
+
+ //-------------------------------------------------------------------------
+
/** enables display of help lines when moving drawing
objects.
*/
- [property] boolean ShowHelpLines;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean ShowHelpLines;
+
+ //-------------------------------------------------------------------------
+
/** enables display of anchor symbols when drawing
objects are selected.
*/
- [property] boolean ShowAnchor;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean ShowAnchor;
+
+ //-------------------------------------------------------------------------
+
/** enables display of page breaks.
*/
- [property] boolean ShowPageBreaks;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean ShowPageBreaks;
+
+ //-------------------------------------------------------------------------
+
/** enables solid (colored) handles when drawing
objects are selected.
*/
- [property] boolean SolidHandles;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean SolidHandles;
+
+ //-------------------------------------------------------------------------
+
/** enables display of embedded objects in the view.
*/
- [property] short ShowObjects;
-
- //-------------------------------------------------------------------------
-
+ [property] short ShowObjects;
+
+ //-------------------------------------------------------------------------
+
/** enables the display of charts in the view.
*/
- [property] short ShowCharts;
-
- //-------------------------------------------------------------------------
-
+ [property] short ShowCharts;
+
+ //-------------------------------------------------------------------------
+
/** enables the display of drawing objects in the view.
*/
- [property] short ShowDrawing;
-
- //-------------------------------------------------------------------------
-
+ [property] short ShowDrawing;
+
+ //-------------------------------------------------------------------------
+
/** disables the display of marks from online spelling.
*/
- [property] boolean HideSpellMarks;
-
+ [property] boolean HideSpellMarks;
+
//-------------------------------------------------------------------------
/** This property defines the zoom type for the document.
@@ -183,11 +183,11 @@ published service SpreadsheetViewSettings
<member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>.
*/
[property] short ZoomValue;
-};
-
-//=============================================================================
-
-}; }; }; };
-
+};
+
+//=============================================================================
+
+}; }; }; };
+
#endif