summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DatabaseRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DatabaseRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseRange.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl
index 744ae55dd9cc..2c639f83fd16 100644
--- a/offapi/com/sun/star/sheet/DatabaseRange.idl
+++ b/offapi/com/sun/star/sheet/DatabaseRange.idl
@@ -36,11 +36,9 @@
#include <com/sun/star/table/CellRangeAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a database range in a spreadsheet document.
@@ -65,7 +63,6 @@ published service DatabaseRange
[optional] interface com::sun::star::util::XRefreshable;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::sheet::DatabaseRange::MoveCells
/** if this property is set, columns or rows are inserted or deleted
@@ -73,7 +70,6 @@ published service DatabaseRange
*/
[property] boolean MoveCells;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::sheet::DatabaseRange::KeepFormats
/** if this property is set, cell formats are extended
@@ -81,7 +77,6 @@ published service DatabaseRange
*/
[property] boolean KeepFormats;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::sheet::DatabaseRange::StripData
/** if this property is set, the cell contents within the database
@@ -89,7 +84,6 @@ published service DatabaseRange
*/
[property] boolean StripData;
- //-------------------------------------------------------------------------
/** specifies whether the AutoFilter is enabled or not.
@@ -97,7 +91,6 @@ published service DatabaseRange
*/
[optional, property] boolean AutoFilter;
- //-------------------------------------------------------------------------
/** specifies whether the filter criteria should be taken from a CellRange.
@@ -105,7 +98,6 @@ published service DatabaseRange
*/
[optional, property] boolean UseFilterCriteriaSource;
- //-------------------------------------------------------------------------
/** specifies the range where the filter can find the filter criteria.
<p>This is only used if <member>SheetFilterDescriptor::UseFilterCriteriaSource</member> is <TRUE/>.</p>
@@ -114,7 +106,6 @@ published service DatabaseRange
*/
[optional, property] com::sun::star::table::CellRangeAddress FilterCriteriaSource;
- //-------------------------------------------------------------------------
/** specifies the time between two refresh actions in seconds.
@@ -122,7 +113,6 @@ published service DatabaseRange
*/
[optional, property] long RefreshPeriod;
- //-------------------------------------------------------------------------
/** specifies whether the imported data is only a selection of the database.
@@ -130,7 +120,6 @@ published service DatabaseRange
*/
[optional, property] boolean FromSelection;
- //-------------------------------------------------------------------------
/** returns the index used to refer to this range in token arrays.
@@ -146,7 +135,6 @@ published service DatabaseRange
[optional, readonly, property] long TokenIndex;
};
-//=============================================================================
}; }; }; };