From 93806a2831c93154981e3a6ef933270d0d5a6021 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 26 Jan 2022 16:50:41 +0900 Subject: vba: add support for Application.WindowState + test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This just delegates the get/set calls to ActiveWindow.WindowState which is already supported, but calling it directly on Application is also possible. Change-Id: Ibf6f55581a5c66a47ec4dd21cc8d0fe3558330ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129013 Tested-by: Tomaž Vajngerl Reviewed-by: Tomaž Vajngerl --- oovbaapi/ooo/vba/excel/XApplication.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/excel/XApplication.idl b/oovbaapi/ooo/vba/excel/XApplication.idl index b1bcf46336be..ab6f79655696 100644 --- a/oovbaapi/ooo/vba/excel/XApplication.idl +++ b/oovbaapi/ooo/vba/excel/XApplication.idl @@ -47,6 +47,7 @@ interface XApplication [attribute] boolean DisplayFormulaBar; [attribute] any CutCopyMode; [attribute] any StatusBar; + [attribute] any WindowState; [attribute] long Cursor; [attribute] boolean EnableEvents; [attribute] boolean EnableCancelKey; -- cgit v1.2.3