diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-12-12 21:26:51 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-12-13 01:30:10 +0100 |
commit | 4ceaee12caa0e8d6caf4fc7fc3adb155898f6a44 (patch) | |
tree | 23e1bc0b5181dd88c6524f37319f622ff3c05cca /source/text/scalc/01/02140100.xhp | |
parent | 4953ea62c3603c2c3f66faf67dac67ba987476c9 (diff) |
tdf#155876 UI cmds Calc-Sheet menu (31)
+ Sheet menu for Calc: fill cells
+ refactoring
Change-Id: If6aa8c42896f67b58e41b6454785a78dfaa344d1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160658
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/01/02140100.xhp')
-rw-r--r-- | source/text/scalc/01/02140100.xhp | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/source/text/scalc/01/02140100.xhp b/source/text/scalc/01/02140100.xhp index 87d7aabfb5..044f608b6e 100644 --- a/source/text/scalc/01/02140100.xhp +++ b/source/text/scalc/01/02140100.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,11 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <helpdocument version="1.0"> <meta> <topic id="textscalc0102140100xml" indexer="include" status="PUBLISH"> -<title xml-lang="en-US" id="tit">Down</title> +<title id="tit">Fill Down</title> <filename>/text/scalc/01/02140100.xhp</filename> </topic> <history> @@ -30,16 +27,15 @@ </history> </meta> <body> - - + +<bookmark branch="hid/.uno:FillDown" id="bm_id3145173" localize="false"/> <section id="down"> -<bookmark branch="hid/.uno:FillDown" xml-lang="en-US" id="bm_id3145173" localize="false"/> -<h1 id="hd_id3150792"><link href="text/scalc/01/02140100.xhp">Down</link></h1> - <paragraph role="paragraph" id="par_id3153969" xml-lang="en-US"><ahelp hid=".uno:FillDown" visibility="visible">Fills a selected range of at least two rows with the contents of the top cell of the range.</ahelp></paragraph> +<h1 id="hd_id3150792"><link href="text/scalc/01/02140100.xhp">Fill Down</link></h1> + <paragraph role="paragraph" id="par_id3153969"><ahelp hid=".uno:FillDown" visibility="visible">Fills a selected range of at least two rows with the contents of the top cell of the range.</ahelp></paragraph> </section> <section id="howtoget"> - <embed href="text/scalc/00/00000402.xhp#bausunten"/> + <embed href="text/scalc/00/00000402.xhp#fill_down"/> </section> - <paragraph role="paragraph" id="par_id3145787" xml-lang="en-US">If a selected range has only one column, the contents of the top cell are copied to all others. If several columns are selected, the contents of the corresponding top cell will be copied down.</paragraph> + <paragraph role="paragraph" id="par_id3145787">If a selected range has only one column, the contents of the top cell are copied to all others. If several columns are selected, the contents of the corresponding top cell will be copied down.</paragraph> </body> </helpdocument> |