summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/docvw.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-06-10 21:03:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-06-10 22:51:30 +0200
commitb80935d5c45f26876d9fa2718c7a6b9a469b12cf (patch)
tree62cfdbef6c98d92ed975d2dd4e89bb62d3cf80ca /sw/source/uibase/docvw/docvw.src
parentc7874d890d55e9736b065c8396d65438a57b55ad (diff)
various extensions to REDLINE_ sequence not reflected in related resources
i.e. commit e52f14efaa53b496599b51fb064a933183731fca Author: Adam Co <rattles2013@gmail.com> Date: Sun Dec 8 17:14:14 2013 +0200 Export redline 'paragraph formatting changes' back to DOCX const RedlineType_t REDLINE_FMTCOLL = 0x4;// Style has been altered (Autoformat!). + const RedlineType_t REDLINE_PARAGRAPH_FORMAT = 0x5;// Paragraph attributes have been changed commit d688069023959ab97d14eb1dbfd5bf6ad3c1b160 Author: Adam Co <rattles2013@gmail.com> Date: Mon Feb 3 17:44:22 2014 +0200 Add support for 'Table Row Redlines' in SW core const RedlineType_t REDLINE_PARAGRAPH_FORMAT = 0x5;// Paragraph attributes have been changed. + const RedlineType_t REDLINE_TABLE_ROW_INSERT = 0x6;// Table row has been inserted. + const RedlineType_t REDLINE_TABLE_ROW_DELETE = 0x7;// Table row has been deleted. commit 06a887ca92f35b4e44dfc638a9a444fc636bc9d0 Author: Adam Co <rattles2013@gmail.com> Date: Wed Feb 5 13:37:45 2014 +0200 Add support for 'Table Cell Redlines' in SW core const RedlineType_t REDLINE_TABLE_ROW_DELETE = 0x7;// Table row has been deleted. + const RedlineType_t REDLINE_TABLE_CELL_INSERT = 0x8;// Table cell has been inserted. + const RedlineType_t REDLINE_TABLE_CELL_DELETE = 0x9;// Table cell has been deleted. all extend the REDLINE_* ranges, and SwRedlineData::GetDescr just adds GetType() of a value in that range to the STR_UNDO_REDLINE_INSERT baseline which just maps the new values to arbitrary unrelated strings Change-Id: I44d5050ef012ac44346a7164b89a2773fb33d4dc Reviewed-on: https://gerrit.libreoffice.org/38642 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/docvw/docvw.src')
-rw-r--r--sw/source/uibase/docvw/docvw.src20
1 files changed, 20 insertions, 0 deletions
diff --git a/sw/source/uibase/docvw/docvw.src b/sw/source/uibase/docvw/docvw.src
index 22e47e6a8709..75f8738ac6c3 100644
--- a/sw/source/uibase/docvw/docvw.src
+++ b/sw/source/uibase/docvw/docvw.src
@@ -41,6 +41,26 @@ String STR_REDLINE_FMTCOLL
{
Text [ en-US ] = "Applied Paragraph Styles";
};
+String STR_REDLINE_PARAGRAPH_FORMAT
+{
+ Text [ en-US ] = "Paragraph formatting changed";
+};
+String STR_REDLINE_TABLE_ROW_INSERT
+{
+ Text [ en-US ] = "Row Inserted";
+};
+String STR_REDLINE_TABLE_ROW_DELETE
+{
+ Text [ en-US ] = "Row Deleted";
+};
+String STR_REDLINE_TABLE_CELL_INSERT
+{
+ Text [ en-US ] = "Cell Inserted";
+};
+String STR_REDLINE_TABLE_CELL_DELETE
+{
+ Text [ en-US ] = "Cell Deleted";
+};
String STR_ENDNOTE
{
Text [ en-US ] = "Endnote: " ;