summaryrefslogtreecommitdiff
path: root/sw/inc/bitmaps.hlst
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2023-06-07 16:53:42 +0200
committerLászló Németh <nemeth@numbertext.org>2023-06-08 16:31:51 +0200
commitcc52d895314dd7b67de916bd90ccbfa098e77419 (patch)
treeb25a5b0d2bfbf315e9994bd5b0c248e59da38c12 /sw/inc/bitmaps.hlst
parentc86622057c51622eca24b79d0644c3686299e829 (diff)
tdf#155342 sw tracked table column: manage changes
in Manage Changes dialog window, where deleted/inserted table columns were shown as multiple cell changes. Now deleted/inserted table columns are shown with a single tree item in the dialog window instead of showing multiple cell changes. Add new Action icons to the tracked table column insertion/deletion tree items (re-using table column deletion/insertion icons). Show cell changes as children of the single parent item tracked table column change. Accept/Reject and Accept/Reject All support 1-click acceptance or rejection of table column changes, instead of clicking on all cell changes of a single table column deletion/insertion. Follow-up to commit commit eebe4747d2d13545004937bb0267ccfc8ab9d63f "tdf#144270 sw: manage tracked table (row) deletion/insertion" and commit ffd8d20d368a885d6d786749278fa438573227a7 "tdf#150673 sw xmloff: import/export tracked table column". Change-Id: Ie9c9d8ef707ee2581cf6d0b066c10901555ca04c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152711 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/inc/bitmaps.hlst')
-rw-r--r--sw/inc/bitmaps.hlst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/bitmaps.hlst b/sw/inc/bitmaps.hlst
index 6582b691d371..3d1e322af006 100644
--- a/sw/inc/bitmaps.hlst
+++ b/sw/inc/bitmaps.hlst
@@ -30,6 +30,8 @@ inline constexpr OUStringLiteral BMP_REDLINE_MOVED_INSERTION = u"cmd/sc_paste.pn
inline constexpr OUStringLiteral BMP_REDLINE_MOVED_DELETION = u"cmd/sc_cut.png";
inline constexpr OUStringLiteral BMP_REDLINE_ROW_INSERTION = u"cmd/sc_insertrows.png";
inline constexpr OUStringLiteral BMP_REDLINE_ROW_DELETION = u"cmd/sc_deleterows.png";
+inline constexpr OUStringLiteral BMP_REDLINE_COL_INSERTION = u"cmd/sc_insertcolumns.png";
+inline constexpr OUStringLiteral BMP_REDLINE_COL_DELETION = u"cmd/sc_deletecolumns.png";
inline constexpr OUStringLiteral BMP_REDLINE_COMMENT_INSERTION = u"cmd/sc_insertannotation.png";
inline constexpr OUStringLiteral BMP_REDLINE_COMMENT_DELETION = u"cmd/sc_deleteannotation.png";