diff options
author | Eike Rathke <erack@redhat.com> | 2015-04-23 18:10:19 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-04-23 19:10:18 +0200 |
commit | 58a1522798deb51d2dddd2a20788158e3867aa2d (patch) | |
tree | 436c64ce3b501234bdc2937db431cd1b2988a962 /offapi/com | |
parent | 4d7b194dd5910f19652e9fa997efbd947b20e570 (diff) |
add css::sheet::DatabaseRange property TotalsRow
Change-Id: Ica3b93ff25c936c0109ab3259c8a8015fcfb99eb
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/sheet/DatabaseRange.idl | 7 |
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 77fc61fe6f5b..585fcd308f66 100644 --- a/offapi/com/sun/star/sheet/DatabaseRange.idl +++ b/offapi/com/sun/star/sheet/DatabaseRange.idl @@ -111,6 +111,13 @@ published service DatabaseRange @since OOo 3.0 */ [optional, readonly, property] long TokenIndex; + + + /** specifies whether this range includes a bottom row of totals. + + @since LibreOffice 5.0 + */ + [optional, property] boolean TotalsRow; }; |