summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commit3ed849358bbc4beacb456e3f903b52709d58b1bb (patch)
tree278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
parent3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl')
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl251
1 files changed, 107 insertions, 144 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
index 5d91d36d8..21ed9a109 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SpreadsheetViewSettings.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2002-10-02 14:50:21 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:08:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,168 +58,148 @@
*
*
************************************************************************/
-#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
-
-
-//=============================================================================
-
- module com { module sun { module star { module sheet {
-
-//=============================================================================
-
-// DocMerge from xml: service com::sun::star::sheet::SpreadsheetViewSettings
-/** settings which are specific to each view of a spreadsheet
- document.
+#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
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** contains settings which are specific to each view of a spreadsheet
*/
service SpreadsheetViewSettings
-{
- // DocMerge: empty anyway
- interface com::sun::star::beans::XPropertySet;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowFormulas
- /** if this property is set, formulas are displayed instead of their
+{
+ /** provides access to the properties.
+ */
+ interface com::sun::star::beans::XPropertySet;
+
+ //-------------------------------------------------------------------------
+
+ /** controls whether formulas are displayed instead of their
results.
*/
- [property] boolean ShowFormulas;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowZeroValues
+ [property] boolean ShowFormulas;
+
+ //-------------------------------------------------------------------------
+
/** enables display of zero-values.
*/
- [property] boolean ShowZeroValues;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::IsValueHighlightingEnabled
- /** if this property is set, strings, values, and formulas are
+ [property] boolean ShowZeroValues;
+
+ //-------------------------------------------------------------------------
+
+ /** controls whether strings, values, and formulas are
displayed in different colors.
*/
- [property] boolean IsValueHighlightingEnabled;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowNotes
- /** if this property is set, a marker is shown for notes in cells.
+ [property] boolean IsValueHighlightingEnabled;
+
+ //-------------------------------------------------------------------------
+
+ /** controls whether a marker is shown for notes in cells.
*/
- [property] boolean ShowNotes;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::HasVerticalScrollBar
+ [property] boolean ShowNotes;
+
+ //-------------------------------------------------------------------------
+
/** enables the vertical scroll bar of the view.
*/
- [property] boolean HasVerticalScrollBar;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::HasHorizontalScrollBar
+ [property] boolean HasVerticalScrollBar;
+
+ //-------------------------------------------------------------------------
+
/** enables the horizontal scroll bar of the view.
*/
- [property] boolean HasHorizontalScrollBar;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::HasSheetTabs
+ [property] boolean HasHorizontalScrollBar;
+
+ //-------------------------------------------------------------------------
+
/** enables the sheet tabs of the view.
*/
- [property] boolean HasSheetTabs;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::IsOutlineSymbolsSet
+ [property] boolean HasSheetTabs;
+
+ //-------------------------------------------------------------------------
+
/** enables the display of outline symbols.
*/
- [property] boolean IsOutlineSymbolsSet;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::HasColumnRowHeaders
+ [property] boolean IsOutlineSymbolsSet;
+
+ //-------------------------------------------------------------------------
+
/** enables the column and row headers of the view.
*/
- [property] boolean HasColumnRowHeaders;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowGrid
+ [property] boolean HasColumnRowHeaders;
+
+ //-------------------------------------------------------------------------
+
/** enables the display of the cell grid.
*/
- [property] boolean ShowGrid;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::GridColor
+ [property] boolean ShowGrid;
+
+ //-------------------------------------------------------------------------
+
/** specifies the color in which the cell grid is
displayed.
*/
- [property] long GridColor;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowHelpLines
+ [property] long GridColor;
+
+ //-------------------------------------------------------------------------
+
/** enables display of help lines when moving drawing
objects.
*/
- [property] boolean ShowHelpLines;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowAnchor
+ [property] boolean ShowHelpLines;
+
+ //-------------------------------------------------------------------------
+
/** enables display of anchor symbols when drawing
objects are selected.
*/
- [property] boolean ShowAnchor;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowPageBreaks
+ [property] boolean ShowAnchor;
+
+ //-------------------------------------------------------------------------
+
/** enables display of page breaks.
*/
- [property] boolean ShowPageBreaks;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::SolidHandles
+ [property] boolean ShowPageBreaks;
+
+ //-------------------------------------------------------------------------
+
/** enables solid (colored) handles when drawing
objects are selected.
*/
- [property] boolean SolidHandles;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowObjects
+ [property] boolean SolidHandles;
+
+ //-------------------------------------------------------------------------
+
/** enables display of embedded objects in the view.
*/
- [property] short ShowObjects;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowCharts
+ [property] short ShowObjects;
+
+ //-------------------------------------------------------------------------
+
/** enables the display of charts in the view.
*/
- [property] short ShowCharts;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::ShowDrawing
+ [property] short ShowCharts;
+
+ //-------------------------------------------------------------------------
+
/** enables the display of drawing objects in the view.
*/
- [property] short ShowDrawing;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::SpreadsheetViewSettings::HideSpellMarks
+ [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.
@@ -233,28 +213,11 @@ service SpreadsheetViewSettings
<member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>.
*/
[property] short ZoomValue;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:43:46 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:48 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:50 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
+};
+
+//=============================================================================
+
+}; }; }; };
+
#endif
+