diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-11-01 11:53:48 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-11-01 20:33:17 +0100 |
commit | 66de4e5a3f8015f2742e7a4c64701769c2d9f33d (patch) | |
tree | b605d820d5e8d47c06d2c9123d4a615d4bf0849f /source/text/shared | |
parent | ba53126a2a008a50119d82c9f904eee70df3dbd4 (diff) |
tdf#155876 UI cmds Calc-Insert menu (14)
+ refactoring of Insert named expressions, Insert Text Box
Change-Id: I3a6c83240dd2d5abf740f891d300fd6a7647fbcf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158768
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/00/00000404.xhp | 18 | ||||
-rw-r--r-- | source/text/shared/01/DrawText.xhp | 30 | ||||
-rw-r--r-- | source/text/shared/02/01140000.xhp | 13 |
3 files changed, 49 insertions, 12 deletions
diff --git a/source/text/shared/00/00000404.xhp b/source/text/shared/00/00000404.xhp index 09f0d412de..517e31e7a0 100644 --- a/source/text/shared/00/00000404.xhp +++ b/source/text/shared/00/00000404.xhp @@ -25,6 +25,24 @@ </meta> <body> <h1 id="hd_id3156324">Insert Menu</h1> +<section id="drawtext"> + <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> + <paragraph role="paragraph" id="par_id931698849059781">Choose <menuitem>Insert - Text Box</menuitem>.</paragraph> + <embed href="text/shared/00/00000004.xhp#from_tabUI"/> + <paragraph role="paragraph" id="par_id61698849086409">Choose <menuitem>Insert - Text Box</menuitem>.</paragraph> + <paragraph role="paragraph" id="par_id671698849081876">On the <menuitem>Insert</menuitem> menu of the <menuitem>Insert</menuitem> tab, choose <menuitem>Text Box</menuitem>.</paragraph> + <embed href="text/shared/00/00000004.xhp#from_toolbars"/> + <table id="tab_id261698848907253"> + <tablerow> + <tablecell> + <paragraph id="par_id71698848907254" role="paragraph"><image src="cmd/lc_text.svg" id="img_id211698848907255" width="1cm" height="1cm"><alt id="alt_id761698848907256">Icon Text Box</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id591698848907258" role="paragraph">Text Box</paragraph> + </tablecell> + </tablerow> + </table> +</section> <section id="insert_rows_before"> <switch select="appl"> <case select="WRITER"> diff --git a/source/text/shared/01/DrawText.xhp b/source/text/shared/01/DrawText.xhp new file mode 100644 index 0000000000..012c08141f --- /dev/null +++ b/source/text/shared/01/DrawText.xhp @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + --> + + <meta> + <topic id="textshared01DrawTextxhp" indexer="include" status="PUBLISH"> + <title id="tit">Text Box</title> + <filename>/text/shared/01/DrawText.xhp</filename> + </topic> + </meta> +<body> + +<bookmark branch="hid/.uno:DrawText" id="bm_id191698848385609" localize="false"/> +<section id="drawtext"> + <h1 id="hd_id681698848446526"><variable id="h1"><link href="text/shared/01/DrawText.xhp">Text Box</link></variable></h1> + <paragraph id="par_id3154657" role="paragraph"><variable id="textbox_text"><ahelp hid=".uno:DrawText">Draws a text box with horizontal text direction where you drag in the current document. Drag a text box to the size you want anywhere in the document, and then type or paste your text. Rotate the text box to get rotated text.</ahelp></variable></paragraph> +</section> +<section id="howtoget"> + <embed href="text/shared/00/00000404.xhp#drawtext"/> +</section> + +</body> +</helpdocument> diff --git a/source/text/shared/02/01140000.xhp b/source/text/shared/02/01140000.xhp index 5526e81671..11bf83a418 100644 --- a/source/text/shared/02/01140000.xhp +++ b/source/text/shared/02/01140000.xhp @@ -190,18 +190,7 @@ </tablerow> </table> -<bookmark branch="hid/.uno:DrawText" id="bm_id8730699" localize="false"/> -<h2 id="hd_id3145150"><variable id="textbox_title">Text Box</variable></h2> -<table id="tbl_id3150297"> - <tablerow> - <tablecell> - <paragraph id="par_id3145790" role="paragraph"><image id="img_id3155608" src="cmd/lc_text.svg" width="1cm" height="1cm"><alt id="alt_id3155608">Icon Text Box</alt></image></paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id3154657" role="paragraph"><variable id="textbox_text"><ahelp hid=".uno:DrawText">Draws a text box with horizontal text direction where you drag in the current document. Drag a text box to the size you want anywhere in the document, and then type or paste your text. Rotate the text box to get rotated text.</ahelp></variable></paragraph> - </tablecell> - </tablerow> -</table> +<embed href="text/shared/01/DrawText.xhp#drawtext"/> <bookmark branch="hid/.uno:Text_Marquee" id="bm_id9847340" localize="false"/> <h2 id="hd_id3158214">Text Animation</h2> |