From 2d729251b7bf8f505acb65c620c58ba8bae9ff3d Mon Sep 17 00:00:00 2001 From: andreas kainz Date: Fri, 16 Apr 2021 00:22:57 +0200 Subject: tdf#134373 add PopupLabel to update commands for NB see c5 option 2 Change-Id: I2f3a6470a8b376f66f303578492b59ca0b56388a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114194 Tested-by: Jenkins Reviewed-by: Andreas Kainz --- sw/uiconfig/swriter/ui/notebookbar.ui | 34 ++++++++++++++++++++++++--- sw/uiconfig/swriter/ui/notebookbar_compact.ui | 32 +++++++++++++++++++++++-- 2 files changed, 61 insertions(+), 5 deletions(-) (limited to 'sw') diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index 8a17b1cf2a9c..9c33439d1aca 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -1515,19 +1515,47 @@ - + True False - .uno:UpdateAll + .uno:Repaginate - + True False .uno:UpdateFields + + + True + False + .uno:UpdateAllIndexes + + + + + True + False + .uno:UpdateCurIndex + + + + + True + False + .uno:UpdateAllLinks + + + + + True + False + .uno:UpdateCharts + + True diff --git a/sw/uiconfig/swriter/ui/notebookbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_compact.ui index 41f0ba387565..b0ede61164b4 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui @@ -1697,10 +1697,10 @@ - + True False - .uno:UpdateAll + .uno:Repaginate @@ -1710,6 +1710,34 @@ .uno:UpdateFields + + + True + False + .uno:UpdateAllIndexes + + + + + True + False + .uno:UpdateCurIndex + + + + + True + False + .uno:UpdateAllLinks + + + + + True + False + .uno:UpdateCharts + + True -- cgit