diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2018-09-28 10:35:42 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-10-01 09:37:56 +0200 |
commit | 8e6c3462c929a8ac34609f461ddc68684558c1d0 (patch) | |
tree | 8911705dbe85810c7d3b02552418d8bb99107ae5 /source/text | |
parent | a8306cd14aa3c94db34799abe7c3a322a6fb03c5 (diff) |
tdf#105034 add help text for option Position cell reference with selection
Change-Id: I7af1faed2ca969f3b1c1999f8b1c28a580de647a
Reviewed-on: https://gerrit.libreoffice.org/61083
Reviewed-by: Cor Nouws <cor.nouws@documentfoundation.org>
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/shared/optionen/01060300.xhp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/text/shared/optionen/01060300.xhp b/source/text/shared/optionen/01060300.xhp index 1ea1b52e69..02282ea81d 100644 --- a/source/text/shared/optionen/01060300.xhp +++ b/source/text/shared/optionen/01060300.xhp @@ -75,5 +75,13 @@ <paragraph role="paragraph" id="par_id3145366" xml-lang="en-US"><ahelp hid="modules/scalc/ui/scgeneralpage/textfmtcb">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</ahelp> If this box is not checked, a printer independent layout will be used for screen display and printing.</paragraph> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scgeneralpage/replwarncb" id="bm_id3153363" localize="false"/><paragraph role="heading" id="hd_id3146146" xml-lang="en-US" level="3">Show overwrite warning when pasting data</paragraph> <paragraph role="paragraph" id="par_id3150872" xml-lang="en-US"><ahelp hid="modules/scalc/ui/scgeneralpage/replwarncb">Specifies that, when you paste cells from the clipboard to a cell range that is not empty, a warning appears.</ahelp></paragraph> +<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scgeneralpage/legacy_cell_selection_cb" id="bm_id31533637" localize="false"/> +<paragraph role="heading" id="hd_id3146146" xml-lang="en-US" level="3">Position cell reference with selection</paragraph> +<paragraph role="paragraph" id="par_id31508727" xml-lang="en-US"><ahelp hid="modules/scalc/ui/scgeneralpage/legacy_cell_selection_cb">With the option set, expanding a selection (with <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command + </item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline> +<item type="keycode">Shift</item>+<item type="keycode">Down/Up</item>) jumps to the end of the range in the column that was added as last to the initial selection. +When the option is not set, expanding a selection (with <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command</item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline>+<item type="keycode">Shift + </item>+<item type="keycode">Down/Up</item>) jumps to the end of the range in the column where selecting the cell range was started. +The same of course applies when extending a selection on rows, with <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command</item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline>+<item type="keycode"> + Shift</item>+<item type="keycode">Left/Right</item>.</ahelp></paragraph> </body> </helpdocument> |