From 7e897801c7909aa165e9f8ac181378061a8f0e12 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 15 Jun 2012 16:35:13 +0200 Subject: fdo#31812 add help for Tools - Options - Libreoffice Calc - Compatibility Change-Id: Ic803edd06b064508325897762e01891aac68c454 --- helpcontent2/source/text/shared/00/00000406.xhp | 2 + .../source/text/shared/optionen/01060000.xhp | 1 + .../source/text/shared/optionen/01060800.xhp | 107 +++++++++++++++++++++ .../source/text/shared/optionen/makefile.mk | 1 + helpcontent2/util/sbasic/makefile.mk | 1 + helpcontent2/util/scalc/makefile.mk | 1 + helpcontent2/util/schart/makefile.mk | 1 + helpcontent2/util/sdatabase/makefile.mk | 1 + helpcontent2/util/sdraw/makefile.mk | 1 + helpcontent2/util/simpress/makefile.mk | 1 + helpcontent2/util/smath/makefile.mk | 1 + helpcontent2/util/swriter/makefile.mk | 1 + 12 files changed, 119 insertions(+) create mode 100644 helpcontent2/source/text/shared/optionen/01060800.xhp diff --git a/helpcontent2/source/text/shared/00/00000406.xhp b/helpcontent2/source/text/shared/00/00000406.xhp index bda5d05634..dc7aca9d89 100644 --- a/helpcontent2/source/text/shared/00/00000406.xhp +++ b/helpcontent2/source/text/shared/00/00000406.xhp @@ -294,6 +294,8 @@ Open a spreadsheet document, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - View Open a spreadsheet document, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate + + Open a spreadsheet document, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Compatibility Open a spreadsheet document, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Sort Lists diff --git a/helpcontent2/source/text/shared/optionen/01060000.xhp b/helpcontent2/source/text/shared/optionen/01060000.xhp index d8f697c1d6..e02ec2c447 100644 --- a/helpcontent2/source/text/shared/optionen/01060000.xhp +++ b/helpcontent2/source/text/shared/optionen/01060000.xhp @@ -55,6 +55,7 @@ + diff --git a/helpcontent2/source/text/shared/optionen/01060800.xhp b/helpcontent2/source/text/shared/optionen/01060800.xhp new file mode 100644 index 0000000000..1ff68d7fa1 --- /dev/null +++ b/helpcontent2/source/text/shared/optionen/01060800.xhp @@ -0,0 +1,107 @@ + + + + + + + + Compatibility + /text/shared/optionen/01060800.xhp + + + +
+ + compatibility settings;key bindings (Calc) + + + Compatibility + Defines compatibility options for %PRODUCTNAME Calc. +
+
+ +
+ Key bindings + The following table shows what actions are associated with what key bindings for the two key binding types (Default and OpenOffice.org legacy): + + + + + Key binding + + + Default + + + OpenOffice.org legacy + + + + + Backspace + + + delete contents + + + delete + + + + + Delete + + + delete + + + delete contents + + + + + Ctrl+D + + + fill down + + + data select + + + + + Shift+Ctrl+D + + + data select + + + - + + +
+ Where the actions are: + + + delete contents - launch the Delete Contents dialog. + + + delete - immediately delete the cell content, without the dialog. + + + fill down - fill cell content downward within selection. + + + data select - launch the Selection List dialog. + + + +
\ No newline at end of file diff --git a/helpcontent2/source/text/shared/optionen/makefile.mk b/helpcontent2/source/text/shared/optionen/makefile.mk index 219b69106c..17887403b7 100644 --- a/helpcontent2/source/text/shared/optionen/makefile.mk +++ b/helpcontent2/source/text/shared/optionen/makefile.mk @@ -91,6 +91,7 @@ XHPFILES = \ 01060500.xhp \ 01060600.xhp \ 01060700.xhp \ + 01060800.xhp \ 01070000.xhp \ 01070100.xhp \ 01070300.xhp \ diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index ddd093cc26..970e60a199 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -1208,6 +1208,7 @@ LINKLINKFILES= \ text$/shared$/optionen$/01060500.xhp \ text$/shared$/optionen$/01060600.xhp \ text$/shared$/optionen$/01060700.xhp \ + text$/shared$/optionen$/01060800.xhp \ text$/shared$/optionen$/01070000.xhp \ text$/shared$/optionen$/01070100.xhp \ text$/shared$/optionen$/01070300.xhp \ diff --git a/helpcontent2/util/scalc/makefile.mk b/helpcontent2/util/scalc/makefile.mk index 9e8b6f6534..c9592f61eb 100644 --- a/helpcontent2/util/scalc/makefile.mk +++ b/helpcontent2/util/scalc/makefile.mk @@ -1223,6 +1223,7 @@ LINKLINKFILES= \ text$/shared$/optionen$/01060500.xhp \ text$/shared$/optionen$/01060600.xhp \ text$/shared$/optionen$/01060700.xhp \ + text$/shared$/optionen$/01060800.xhp \ text$/shared$/optionen$/01070000.xhp \ text$/shared$/optionen$/01070100.xhp \ text$/shared$/optionen$/01070300.xhp \ diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 20a54d393a..93fc68f3b7 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -909,6 +909,7 @@ LINKLINKFILES= \ text$/shared$/optionen$/01060500.xhp \ text$/shared$/optionen$/01060600.xhp \ text$/shared$/optionen$/01060700.xhp \ + text$/shared$/optionen$/01060800.xhp \ text$/shared$/optionen$/01070000.xhp \ text$/shared$/optionen$/01070100.xhp \ text$/shared$/optionen$/01070300.xhp \ diff --git a/helpcontent2/util/sdatabase/makefile.mk b/helpcontent2/util/sdatabase/makefile.mk index 178920fa1f..4b577c4295 100644 --- a/helpcontent2/util/sdatabase/makefile.mk +++ b/helpcontent2/util/sdatabase/makefile.mk @@ -907,6 +907,7 @@ LINKLINKFILES= \ text$/shared$/optionen$/01060500.xhp \ text$/shared$/optionen$/01060600.xhp \ text$/shared$/optionen$/01060700.xhp \ + text$/shared$/optionen$/01060800.xhp \ text$/shared$/optionen$/01070000.xhp \ text$/shared$/optionen$/01070100.xhp \ text$/shared$/optionen$/01070300.xhp \ diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk index 3e7ec94055..6ffa1badcc 100644 --- a/helpcontent2/util/sdraw/makefile.mk +++ b/helpcontent2/util/sdraw/makefile.mk @@ -1140,6 +1140,7 @@ LINKLINKFILES= \ text$/shared$/optionen$/01060500.xhp \ text$/shared$/optionen$/01060600.xhp \ text$/shared$/optionen$/01060700.xhp \ + text$/shared$/optionen$/01060800.xhp \ text$/shared$/optionen$/01070000.xhp \ text$/shared$/optionen$/01070100.xhp \ text$/shared$/optionen$/01070300.xhp \ diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk index 6701a5cd4c..39ec7f20d8 100644 --- a/helpcontent2/util/simpress/makefile.mk +++ b/helpcontent2/util/simpress/makefile.mk @@ -1142,6 +1142,7 @@ LINKLINKFILES= \ text$/shared$/optionen$/01060500.xhp \ text$/shared$/optionen$/01060600.xhp \ text$/shared$/optionen$/01060700.xhp \ + text$/shared$/optionen$/01060800.xhp \ text$/shared$/optionen$/01070000.xhp \ text$/shared$/optionen$/01070100.xhp \ text$/shared$/optionen$/01070300.xhp \ diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk index 1eb16161de..cd0b48730a 100644 --- a/helpcontent2/util/smath/makefile.mk +++ b/helpcontent2/util/smath/makefile.mk @@ -987,6 +987,7 @@ LINKLINKFILES= \ text$/shared$/optionen$/01060500.xhp \ text$/shared$/optionen$/01060600.xhp \ text$/shared$/optionen$/01060700.xhp \ + text$/shared$/optionen$/01060800.xhp \ text$/shared$/optionen$/01070000.xhp \ text$/shared$/optionen$/01070100.xhp \ text$/shared$/optionen$/01070300.xhp \ diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index 446f66381a..20b5c3c266 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/makefile.mk @@ -1300,6 +1300,7 @@ LINKLINKFILES= \ text$/shared$/optionen$/01060500.xhp \ text$/shared$/optionen$/01060600.xhp \ text$/shared$/optionen$/01060700.xhp \ + text$/shared$/optionen$/01060800.xhp \ text$/shared$/optionen$/01070000.xhp \ text$/shared$/optionen$/01070100.xhp \ text$/shared$/optionen$/01070300.xhp \ -- cgit