summaryrefslogtreecommitdiff
path: root/sfx2/sdi
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2020-10-01 22:29:35 -0800
committerJim Raykowski <raykowj@gmail.com>2021-05-11 06:53:36 +0200
commita80eefb7413245f81692c443b06f7d3a6a92f28c (patch)
treefd77d628574c3752117cd4995f4243118976a46c /sfx2/sdi
parentb137ff671f25a605334083c0f87ada84eaa0fcf2 (diff)
tdf#84502 CuiConfigGroupListBox Macros,Styles like category for Sidebar
Decks Change-Id: I4d41952547c98ba66c40c1aa1e9776cdf31304c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100455 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sfx2/sdi')
-rw-r--r--sfx2/sdi/frmslots.sdi4
-rw-r--r--sfx2/sdi/sfx.sdi18
2 files changed, 20 insertions, 2 deletions
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi
index 09aafef95b7d..1e60d092d373 100644
--- a/sfx2/sdi/frmslots.sdi
+++ b/sfx2/sdi/frmslots.sdi
@@ -43,6 +43,10 @@ interface Window
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
+ SID_SIDEBAR_DECK
+ [
+ ExecMethod = ChildWindowExecute ;
+ ]
SID_BROWSER // ole(no) api()
[
ExecMethod = ChildWindowExecute ;
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 43dc58e317bf..eb588217d940 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -1011,8 +1011,6 @@ SfxVoidItem DesignerDialog SID_STYLE_DESIGNER
GroupId = SfxGroupId::Format;
]
-
-
SfxVoidItem DragHierarchy SID_STYLE_DRAGHIERARCHIE
()
[
@@ -4282,6 +4280,22 @@ SfxVoidItem StylePreview SID_STYLE_PREVIEW
GroupId = ;
]
+SfxVoidItem SidebarDeck SID_SIDEBAR_DECK
+(SfxStringItem SidebarDeck SID_SIDEBAR_DECK)
+[
+ AutoUpdate = FALSE,
+ FastCall = FALSE,
+ ReadOnlyDoc = FALSE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+
+ AccelConfig = TRUE,
+ MenuConfig = FALSE,
+ ToolBoxConfig = FALSE,
+ GroupId = ;
+]
SfxTemplateItem StyleApply SID_STYLE_APPLY
(SfxStringItem Template SID_STYLE_APPLY,SfxUInt16Item Family SID_STYLE_FAMILY,SfxStringItem FamilyName SID_STYLE_FAMILYNAME,SfxStringItem Style SID_APPLY_STYLE)