diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2021-01-08 22:41:56 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-01-09 04:01:39 +0100 |
commit | 5f5ee992bd8377dc984b576950d468f6407d5c63 (patch) | |
tree | 7568ed41640f6f4b0f3d24d363968198bfba92ed /sfx2/sdi | |
parent | d656da9bc4f2df0bb99c65a288847e3fdd43a37c (diff) |
devtools: Implement development tools docking window
Change-Id: Id3b8f424e24bac5164b8b3069580ffee65dd265c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107993
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/appslots.sdi | 9 | ||||
-rw-r--r-- | sfx2/sdi/sfx.sdi | 16 |
2 files changed, 21 insertions, 4 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index 4b049488921a..ee620ff3fa8c 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -214,6 +214,11 @@ interface Application ExecMethod = MiscExec_Impl ; StateMethod = MiscState_Impl ; ] + SID_DEVELOPMENT_TOOLS_DOCKING_WINDOW + [ + ExecMethod = MiscExec_Impl ; + StateMethod = MiscState_Impl ; + ] } @@ -306,10 +311,6 @@ shell SfxApplication [ ExecMethod = OfaExec_Impl ; ] - SID_MORE_DICTIONARIES - [ - ExecMethod = OfaExec_Impl ; - ] } shell SfxModule diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 40bf3e93b424..5a52dd558114 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -5624,6 +5624,22 @@ SfxVoidItem SafeMode SID_SAFE_MODE GroupId = SfxGroupId::Application; ] +SfxBoolItem DevelopmentToolsDockingWindow SID_DEVELOPMENT_TOOLS_DOCKING_WINDOW +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Application; +] + SfxVoidItem UnicodeNotationToggle SID_UNICODE_NOTATION_TOGGLE () [ |