summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-07-22 17:59:04 +0200
committerEike Rathke <erack@redhat.com>2015-07-23 14:33:34 +0200
commit6dddd1aaf5dd3c54aaf87222712c9147466056f6 (patch)
tree6b64edf58e2670dace9491a2dd96ae94a0cdedf5 /offapi
parentseparate variables by scoping instead of reusing (diff)
downloadcore-6dddd1aaf5dd3c54aaf87222712c9147466056f6.tar.gz
core-6dddd1aaf5dd3c54aaf87222712c9147466056f6.zip
add optional ContainsHeader property
great we never had this :-( Change-Id: Id79b08ff9dfe42228ed7d6b27ad0c8cc29b1bfb0
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseRange.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl
index 585fcd308f66..0c4896579c6a 100644
--- a/offapi/com/sun/star/sheet/DatabaseRange.idl
+++ b/offapi/com/sun/star/sheet/DatabaseRange.idl
@@ -118,6 +118,13 @@ published service DatabaseRange
@since LibreOffice 5.0
*/
[optional, property] boolean TotalsRow;
+
+
+ /** specifies whether this range includes a top row of headers.
+
+ @since LibreOffice 5.0
+ */
+ [optional, property] boolean ContainsHeader;
};