diff options
author | Jim Raykowski <raykowj@gmail.com> | 2020-07-27 13:11:54 -0800 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-07-30 12:03:36 +0200 |
commit | b2686de46250d0c8d14365a2af8428387baa0c24 (patch) | |
tree | 2bb088360d254509ed01fe1d3e49ebc1245dc244 /offapi/com | |
parent | 63308aa3b109271ffb4fd47e9fea2e3281a1552d (diff) |
tdf#38093 Writer outline folding - feature sensitivity
Patch 1/6
-Adds option 'Show outline visibility button' to options writer view
tab in Display section.
-Adds UNO command '.uno:ShowOutlineContentVisibilityButton' to toggle
option on and off from menus, toolbars, and key bindings.
-Makes feature experimental mode.
Change-Id: If5a57defd8f568736ea08625ab6eb08e30b15c03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99652
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/text/ViewSettings.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl index b0afa27c46e8..656866a5a08a 100644 --- a/offapi/com/sun/star/text/ViewSettings.idl +++ b/offapi/com/sun/star/text/ViewSettings.idl @@ -284,6 +284,12 @@ published service ViewSettings */ [optional, property] boolean ShowBookmarks; + /** If this property is `TRUE`, the outline content visibility toggle button is shown. + + @since LibreOffice 7.1 + */ + [optional, property] boolean ShowOutlineContentVisibilityButton; + }; }; }; }; }; |