diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2017-07-26 13:03:03 +0200 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2017-08-07 18:45:44 +0200 |
commit | 4aca927040f67c2b68f412234e37ec740346a005 (patch) | |
tree | 247af035f72a106de039e53ae10adad822d621c5 /offapi/com | |
parent | 98a7251b24c9f42bdb333bacbe06a2821e6942f2 (diff) |
oovbaapi: screenUpdating, do not adjust height
Do not adjust row height if screenUpdating false, because it consumes
significant time.
Also change IsAdjustHeightEnabled boolean to a counter so it can be used
several times in an overlapping manner too.
Change-Id: Ie5c894481f3c1b4e07175164aac8303e504779ce
Reviewed-on: https://gerrit.libreoffice.org/40443
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl index 7487f6a5bb03..5f8d4fa89858 100644 --- a/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl +++ b/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl @@ -179,6 +179,10 @@ published service SpreadsheetDocumentSettings /** specifies whether the automatic adjustment of the row height is enabled. + </p>This boolean is actually a counter internally, of the number of times + something has locked the height, so setting it to false will only perform one + unlock operation, and might leave it still locked</p> + @since OOo 3.0 */ [optional, property] boolean IsAdjustHeightEnabled; |