diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-11-20 21:27:26 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-11-21 01:29:17 +0100 |
commit | ed8997d667fff2ab03bd2e7f1cc3d1f92f526e97 (patch) | |
tree | f9009a6b64e877f9b0592054aed0b08bf4a7e8c5 /source/text/shared | |
parent | d5b140914661fa472e089daeade8ec269f16e314 (diff) |
tdf#155876 UI cmds Calc-Format menu (21)
+ merge cells, print ranges menus
+ refactoring
Change-Id: Idcdd2fb8b986700f624941662a8250bbe6aac753
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159746
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/01/05020000.xhp | 5 | ||||
-rw-r--r-- | source/text/shared/01/05030000.xhp | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/source/text/shared/01/05020000.xhp b/source/text/shared/01/05020000.xhp index 44279dec13..a8c88639b7 100644 --- a/source/text/shared/01/05020000.xhp +++ b/source/text/shared/01/05020000.xhp @@ -30,8 +30,11 @@ <body> <bookmark branch="hid/.uno:FontDialog" id="bm_id7592030" localize="false"/> <bookmark branch="hid/.uno:FormatAllNotes" id="bm_id7592031" localize="false"/> -<h1 id="hd_id3150347">Character</h1> +<section id="charater"> + <h1 id="hd_id3150347"><variable id="h1"><link href="text/shared/01/05020000.xhp#character">Character</link></variable></h1> <paragraph role="paragraph" id="par_id3153272"><variable id="zeichentext"><ahelp hid=".uno:FontDialog">Changes the font and the font formatting for the selected characters.</ahelp></variable></paragraph> +</section> + <section id="howtoget"> <embed href="text/shared/00/00040500.xhp#character"/> </section> diff --git a/source/text/shared/01/05030000.xhp b/source/text/shared/01/05030000.xhp index e6b195bb93..167cd7f112 100644 --- a/source/text/shared/01/05030000.xhp +++ b/source/text/shared/01/05030000.xhp @@ -28,9 +28,13 @@ </meta> <body> <bookmark branch="hid/.uno:ParagraphDialog" id="bm_id1815464" localize="false"/> -<h1 id="hd_id3150467">Paragraph</h1> -<paragraph role="paragraph" id="par_id3148668"><variable id="absatztext"><ahelp hid=".">Modifies the format of the current paragraph, such as indents and alignment.</ahelp> -</variable> To modify the font of the current paragraph, select the entire paragraph, choose Format - Character, and then click on the Font tab.</paragraph> + +<section id="paragraph"> + <h1 id="hd_id3150467"><variable id="h1"><link href="text/shared/01/05030000.xhp#paragraph">Paragraph</link></variable></h1> + <paragraph role="paragraph" id="par_id3148668"><variable id="absatztext"><ahelp hid=".">Modifies the format of the current paragraph, such as indents and alignment.</ahelp></variable></paragraph> +</section> +<paragraph role="paragraph" id="par_id871700518278884">To modify the font of the current paragraph, select the entire paragraph, choose <menuitem>Format - Character</menuitem>, and then click on the <menuitem>Font</menuitem> tab.</paragraph> + <section id="howtoget"> <embed href="text/shared/00/00040500.xhp#paragraph"/> </section> |