diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl index 9dc5b853f61d..69da69013db0 100644 --- a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl +++ b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl @@ -152,6 +152,13 @@ published service SpreadsheetViewSettings com::sun::star::view::DocumentZoomType::BY_VALUE. */ [property] short ZoomValue; + + /** Number of lines shown in the Formula bar + Default is 1, maximum value is 25. + + @since LibreOffice 7.4 + */ + [optional, property] short FormulaBarHeight; }; |