office-gobmx/sw/UIConfig_sweb.mk
László Németh 6aeeef8807 tdf#116757 sw ChangesInMargin: add "Show Insertions in Margin"
layout mode to allow to show the original text inline,
i.e. only deletions, while insertions are showed in margin
(opposite of the Show Deletions in Margin mode).

Add a menu to the Show Changes icon on the
Changes toolbar with menu items for the 3 layout modes
"All Changes Inline", "Deletions in Margin" and
"Insertions in Margin" with the following behavior:

– Selecting a menu item turns on also the Show Changes mode
  to show the result immediately;

– Disabling Show Changes mode always show the final text, i.e.
  only insertions. Enabling Show Changes mode again shows the
  changes according to the last Show Changes mode selected in
  the menu.

– The new "Insertions in Margin" mode is intended to be only a
  run-time option, i.e. it's not possible to set it as a default
  Show Changes mode in Options, unlike "Deletions in Margin".

Change-Id: Ie4dc9fe3b4b201fa9976ef04877af649e242ab46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109649
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2021-01-20 19:08:05 +01:00

73 lines
2.6 KiB
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_UIConfig_UIConfig,modules/sweb))
$(eval $(call gb_UIConfig_add_menubarfiles,modules/sweb,\
sw/uiconfig/sweb/menubar/menubar \
))
$(eval $(call gb_UIConfig_add_popupmenufiles,modules/sweb,\
sw/uiconfig/sweb/popupmenu/anchor \
sw/uiconfig/sweb/popupmenu/annotation \
sw/uiconfig/sweb/popupmenu/form \
sw/uiconfig/sweb/popupmenu/formrichtext \
sw/uiconfig/sweb/popupmenu/frame \
sw/uiconfig/sweb/popupmenu/graphic \
sw/uiconfig/sweb/popupmenu/insertfield \
sw/uiconfig/sweb/popupmenu/oleobject \
sw/uiconfig/sweb/popupmenu/preview \
sw/uiconfig/sweb/popupmenu/source \
sw/uiconfig/sweb/popupmenu/table \
sw/uiconfig/sweb/popupmenu/text \
sw/uiconfig/swriter/popupmenu/showtrackedchanges \
))
$(eval $(call gb_UIConfig_add_statusbarfiles,modules/sweb,\
sw/uiconfig/sweb/statusbar/statusbar \
))
$(eval $(call gb_UIConfig_add_toolbarfiles,modules/sweb,\
sw/uiconfig/sweb/toolbar/arrowshapes \
sw/uiconfig/sweb/toolbar/basicshapes \
sw/uiconfig/sweb/toolbar/bezierobjectbar \
sw/uiconfig/sweb/toolbar/calloutshapes \
sw/uiconfig/sweb/toolbar/colorbar \
sw/uiconfig/sweb/toolbar/drawingobjectbar \
sw/uiconfig/sweb/toolbar/drawtextobjectbar \
sw/uiconfig/sweb/toolbar/extrusionobjectbar \
sw/uiconfig/sweb/toolbar/findbar \
sw/uiconfig/sweb/toolbar/flowchartshapes \
sw/uiconfig/sweb/toolbar/fontworkobjectbar \
sw/uiconfig/sweb/toolbar/fontworkshapetype \
sw/uiconfig/sweb/toolbar/formcontrols \
sw/uiconfig/sweb/toolbar/formdesign \
sw/uiconfig/sweb/toolbar/formsfilterbar \
sw/uiconfig/sweb/toolbar/formsnavigationbar \
sw/uiconfig/sweb/toolbar/formtextobjectbar \
sw/uiconfig/sweb/toolbar/frameobjectbar \
sw/uiconfig/sweb/toolbar/fullscreenbar \
sw/uiconfig/sweb/toolbar/graffilterbar \
sw/uiconfig/sweb/toolbar/graphicobjectbar \
sw/uiconfig/sweb/toolbar/insertbar \
sw/uiconfig/sweb/toolbar/mediaobjectbar \
sw/uiconfig/sweb/toolbar/numobjectbar \
sw/uiconfig/sweb/toolbar/oleobjectbar \
sw/uiconfig/sweb/toolbar/optimizetablebar \
sw/uiconfig/sweb/toolbar/previewobjectbar \
sw/uiconfig/sweb/toolbar/standardbar \
sw/uiconfig/sweb/toolbar/starshapes \
sw/uiconfig/sweb/toolbar/symbolshapes \
sw/uiconfig/sweb/toolbar/tableobjectbar \
sw/uiconfig/sweb/toolbar/textobjectbar \
sw/uiconfig/sweb/toolbar/toolbar \
sw/uiconfig/sweb/toolbar/viewerbar \
))
# vim: set noet sw=4 ts=4: