From c405bae468d887ec77dd3830b7678fcedc2debfd Mon Sep 17 00:00:00 2001 From: Jim Raykowski Date: Sat, 5 Dec 2020 20:57:15 -0900 Subject: tdf#138136 tdf#38093 add option to treat sub outline levels as content Also included in this patch: - Modifications to make all outline content visible during move operations. - Removal of code intended to redraw buttons when layout is changed that seems not to work as intended. - Function IsOutlineContentFolded changed to IsOutlineContentVisible - Change of delay before button is shown to half of what it was. Change-Id: I0dde555ccd0693ca382c1f15326edfdc2fc44a93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107815 Tested-by: Jenkins Reviewed-by: Jim Raykowski --- offapi/com/sun/star/text/ViewSettings.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl index 8261ca1dc50f..4439b7fc9709 100644 --- a/offapi/com/sun/star/text/ViewSettings.idl +++ b/offapi/com/sun/star/text/ViewSettings.idl @@ -296,6 +296,12 @@ published service ViewSettings */ [optional, property] boolean ShowChangesInMargin; + /** If this property is `TRUE`, sub outline levels are treated as content in + outline content visibility actions. + + @since LibreOffice 7.2 + */ + [optional, property] boolean TreatSubOutlineLevelsAsContent; }; }; }; }; }; -- cgit