From ffa403e539bea44ce46fe7d976e7a00b319808f5 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Fri, 24 Feb 2023 14:00:00 -0500 Subject: word vba: add ShowAll to XView This allows ActiveDocument.ActiveWindow.View.ShowAll = true ShowAll affects "View -> Formatting Marks" make CppunitTest_sw_macros_test Change-Id: I735eb42b0d53c34a4c4770c148f6ab7ac597fd84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147667 Tested-by: Jenkins Reviewed-by: Justin Luth --- oovbaapi/ooo/vba/word/XView.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/word/XView.idl b/oovbaapi/ooo/vba/word/XView.idl index 985e5611fbf4..780d65fd3a79 100644 --- a/oovbaapi/ooo/vba/word/XView.idl +++ b/oovbaapi/ooo/vba/word/XView.idl @@ -28,6 +28,9 @@ interface XView set raises ( com::sun::star::script::BasicErrorException ); }; + //Show all nonprinting characters (such as hidden text, spaces, carriage returns, etc.). + [attribute] boolean ShowAll; + [attribute] long SplitSpecial; [attribute] boolean TableGridLines; [attribute] long Type; -- cgit v1.2.3