From df3ed584b025b8a87a8a3042a04ac8c12ebe4f26 Mon Sep 17 00:00:00 2001 From: homeboy445 Date: Thu, 17 Jun 2021 17:42:41 +0530 Subject: Added a UI dialog box for running the VCL backend tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The UI dialog box will allow the user to run the VCL graphics tests and will allow them to view the results as well. Change-Id: Ice289444ff425496a3e400a4c2bc06c307168c62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117384 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- sfx2/sdi/appslots.sdi | 4 ++++ sfx2/sdi/sfx.sdi | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) (limited to 'sfx2/sdi') diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index af5e394f3fb2..bf3f450a303d 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -25,6 +25,10 @@ interface Application [ ExecMethod = MiscExec_Impl ; ] + SID_GRAPHICTEST_DIALOG + [ + ExecMethod = MiscExec_Impl ; + ] SID_SETOPTIONS [ ExecMethod = MiscExec_Impl ; diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 79476c68fa7f..92add9f2abf0 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -134,6 +134,22 @@ SfxVoidItem About SID_ABOUT GroupId = SfxGroupId::Application; ] +SfxVoidItem GraphicTestDialog SID_GRAPHICTEST_DIALOG +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Application; +] SfxVoidItem Activate SID_ACTIVATE () -- cgit v1.2.3