summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DatabaseRange.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
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/sheet/DatabaseRange.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sheet/DatabaseRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseRange.idl69
1 files changed, 35 insertions, 34 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl
index c482f7150c38..43d9e3cde372 100644
--- a/offapi/com/sun/star/sheet/DatabaseRange.idl
+++ b/offapi/com/sun/star/sheet/DatabaseRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseRange.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,7 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_sheet_DatabaseRange_idl__
#define __com_sun_star_sheet_DatabaseRange_idl__
@@ -77,51 +78,64 @@
#include <com/sun/star/container/XNamed.idl>
#endif
-
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: service com::sun::star::sheet::DatabaseRange
-/** a database range.
+/** represents a database range in a spreadsheet document.
+
+ <p>A database range is a name for a cell range that also stores filtering,
+ sorting, subtotal and data import settings and options.</p>
+
+ @see com::sun::star::sheet::DatabaseRanges
*/
service DatabaseRange
{
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+
+ /** provides access to the settings of the database range.
+ */
interface com::sun::star::sheet::XDatabaseRange;
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+
+ /** provides access to the cell range object referred by this named range.
+ */
interface com::sun::star::sheet::XCellRangeReferrer;
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+
+//! service PropertySet
+ /** provides access to the properties.
+ */
interface com::sun::star::beans::XPropertySet;
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+
+ /** provides access to the name of the database range.
+ */
interface com::sun::star::container::XNamed;
- //-------------------------------------------------------------------------
+ //=========================================================================
- // DocMerge from xml: property com::sun::star::sheet::DatabaseRange::MoveCells
- /** if this property is set, columns or rows are inserted or deleted
- when the size of the range is changed by an update operation.
+ /** specifies whether columns or rows are inserted or deleted when the
+ size of the range is changed by an update operation.
*/
[property] boolean MoveCells;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::sheet::DatabaseRange::KeepFormats
- /** if this property is set, cell formats are extended
- when the size of the range is changed by an update operation.
+ /** specifies whether cell formats are extended when the size of the
+ range is changed by an update operation.
*/
[property] boolean KeepFormats;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::sheet::DatabaseRange::StripData
- /** if this property is set, the cell contents within the database
- range are left out when the document is saved.
+ /** specifies whether cell contents within the database range are left
+ out when the document is saved.
*/
[property] boolean StripData;
@@ -131,18 +145,5 @@ service DatabaseRange
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:47 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:48 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+