summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2024-01-19 17:42:13 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2024-01-20 09:48:18 +0100
commitaaf279daa4353d112652944082b7cbe3055d3cd7 (patch)
treef69161046273b946a65166f5b469fc2685b213de
parent709109b522cfbeb07c7bac2c6d90c8ebb5f53b33 (diff)
tdf#155875 UI cmds Format Text
+ refactoring Change-Id: I4a261055eec547e89e3eddcdfaf876ae323bbb68 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162323 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--AllLangHelp_shared.mk2
-rw-r--r--source/text/shared/00/00040502.xhp141
-rw-r--r--source/text/shared/01/05020200.xhp8
-rw-r--r--source/text/shared/01/05020500.xhp3
-rw-r--r--source/text/shared/01/05110000.xhp13
-rw-r--r--source/text/shared/01/05110100.xhp15
-rw-r--r--source/text/shared/01/05110200.xhp17
-rw-r--r--source/text/shared/01/05110300.xhp25
-rw-r--r--source/text/shared/01/05110400.xhp16
-rw-r--r--source/text/shared/01/05110500.xhp18
-rw-r--r--source/text/shared/01/05110700.xhp11
-rw-r--r--source/text/shared/01/05110800.xhp14
-rw-r--r--source/text/shared/01/OutlineFont.xhp34
-rw-r--r--source/text/shared/01/Overline.xhp33
-rw-r--r--source/text/shared/menu/submenu_text.xhp286
-rw-r--r--source/text/swriter/guide/subscript.xhp27
16 files changed, 410 insertions, 253 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 665eedc09b..b25679cf64 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -374,6 +374,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
helpcontent2/source/text/shared/01/moviesound \
helpcontent2/source/text/shared/01/nav_rename \
helpcontent2/source/text/shared/01/notebook_bar \
+ helpcontent2/source/text/shared/01/OutlineFont \
+ helpcontent2/source/text/shared/01/Overline \
helpcontent2/source/text/shared/01/online_update \
helpcontent2/source/text/shared/01/online_update_dialog \
helpcontent2/source/text/shared/01/packagemanager \
diff --git a/source/text/shared/00/00040502.xhp b/source/text/shared/00/00040502.xhp
index ac3d7edaa1..416a8cdd15 100644
--- a/source/text/shared/00/00040502.xhp
+++ b/source/text/shared/00/00040502.xhp
@@ -336,12 +336,16 @@
<paragraph id="par_id3149255" role="paragraph">Open context menu - choose <menuitem>Style</menuitem>.</paragraph>
</section>
<section id="bold">
- <paragraph id="par_id3155177" role="paragraph">Open context menu - choose <menuitem>Style - Bold</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id461705688434315">Choose <menuitem>Format - Text - Bold</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id491705688639825">Choose <menuitem>Home - Bold</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
<section id="sybold">
<table id="tbl_id3147252">
<tablerow>
<tablecell>
- <paragraph id="par_id3145766" role="paragraph"><image id="img_id3156558" src="cmd/sc_bold.svg" width="1cm" height="1cm" localize="true"><alt id="alt_id3156558">Icon Bold</alt></image></paragraph>
+ <paragraph id="par_id3145766" role="paragraph"><image id="img_id3156558" src="cmd/lc_bold.svg" width="1cm" height="1cm" localize="true"><alt id="alt_id3156558">Icon Bold</alt></image></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id3147001" role="paragraph">Bold</paragraph>
@@ -349,14 +353,20 @@
</tablerow>
</table>
</section>
+ <embed href="text/shared/00/00000004.xhp#from_keyboard"/>
+ <paragraph role="paragraph" id="par_id731705688600269"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + B</keycode></paragraph>
</section>
<section id="italic">
- <paragraph id="par_id3151276" role="paragraph">Open context menu - choose <menuitem>Style - Italic</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id961705688702203">Choose <menuitem>Format - Text - Italic</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id661705688725741">Choose <menuitem>Home - Italic</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
<section id="syitalic">
<table id="tbl_id3144416">
<tablerow>
<tablecell>
- <paragraph id="par_id3159091" role="paragraph"><image id="img_id3155578" src="cmd/sc_italic.svg" width="1cm" height="1cm" localize="true"><alt id="alt_id3155578">Icon Italic</alt></image></paragraph>
+ <paragraph id="par_id3159091" role="paragraph"><image id="img_id3155578" src="cmd/lc_italic.svg" width="1cm" height="1cm" localize="true"><alt id="alt_id3155578">Icon Italic</alt></image></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id3150234" role="paragraph">Italic</paragraph>
@@ -364,37 +374,146 @@
</tablerow>
</table>
</section>
+ <embed href="text/shared/00/00000004.xhp#from_keyboard"/>
+ <paragraph role="paragraph" id="par_id661705688773313"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + I</keycode></paragraph>
</section>
<section id="underline">
- <paragraph id="par_id3154589" role="paragraph">Open the menu <menuitem>Format - Text</menuitem> and choose <menuitem>Single Underline</menuitem> or <menuitem>Double Underline</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id621705688955471">Choose <menuitem>Format - Text - Underline</menuitem>.</paragraph>
+ <paragraph role="paragraph" id="par_id681705688958256">Choose <menuitem>Format - Text - Double Underline</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id811705689448379">Choose <menuitem>Home - Underline</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
<section id="syunderline">
<table id="tbl_id3148875">
<tablerow>
<tablecell>
- <paragraph id="par_id3145223" role="paragraph"><image id="img_id3151068" src="cmd/sc_underline.svg" width="1cm" height="1cm" localize="true"><alt id="alt_id3151068">Icon Underline</alt></image></paragraph>
+ <paragraph id="par_id3145223" role="paragraph"><image id="img_id3151068" src="cmd/lc_underline.svg" width="1cm" height="1cm" localize="true"><alt id="alt_id3151068">Icon Underline</alt></image></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id3154715" role="paragraph">Underline</paragraph>
</tablecell>
</tablerow>
+ <tablerow>
+ <tablecell>
+ <paragraph id="par_id931705689250254" role="paragraph"><image src="cmd/lc_underlinedouble.svg" id="img_id431705689250256" width="1cm" height="1cm"><alt id="alt_id291705689250257">Icon Double Underline</alt></image></paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph id="par_id821705689250258" role="paragraph">Double Underline</paragraph>
+ </tablecell>
+ </tablerow>
</table>
</section>
+ <embed href="text/shared/00/00000004.xhp#from_keyboard"/>
+ <paragraph role="paragraph" id="par_id741705689373452"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + D</keycode> (Double underline).</paragraph>
</section>
<section id="strikethrough">
- <paragraph id="par_id3145131" role="paragraph">Open context menu - choose <menuitem>Style - Strikethrough</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id151705688005157">Choose <menuitem>Format - Text - Strikethrough</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id581705688117251">Choose <menuitem>Home - Strikethrough</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
+ <table id="tab_id51705688262089">
+ <tablerow>
+ <tablecell>
+ <paragraph id="par_id831705688262090" role="paragraph"><image src="cmd/lc_strikeout.svg" id="img_id911705688262091" width="1cm" height="1cm"><alt id="alt_id331705688262092">Icon Strikethrough</alt></image></paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph id="par_id421705688262094" role="paragraph">Strikethrough</paragraph>
+ </tablecell>
+ </tablerow>
+ </table>
+ </section>
+ <section id="overline">
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id941705691638411">Choose <menuitem>Format - Text - Overline</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id191705691651218">On the <menuitem>Home</menuitem> menu of the <menuitem>Home</menuitem> tab, Choose <menuitem>Overline</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
+ <table id="tab_id5170568832089">
+ <tablerow>
+ <tablecell>
+ <paragraph id="par_id981705691727282" role="paragraph"><image src="cmd/lc_overline.svg" id="img_id911705638262091" width="1cm" height="1cm"><alt id="alt_id331805688262092">Icon Overline</alt></image></paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph id="par_id221705691762615" role="paragraph">Overline</paragraph>
+ </tablecell>
+ </tablerow>
+ </table>
</section>
<section id="shadow">
- <paragraph id="par_id3158214" role="paragraph">Open context menu - choose <menuitem>Style - Shadow</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id971705694470475">Choose <menuitem>Format - Text - Shadow</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id991705694473835">On the <menuitem>Home</menuitem> menu of the <menuitem>Home</menuitem> tab, Choose <menuitem>Shadow</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
+ <table id="tab_id5170518832089">
+ <tablerow>
+ <tablecell>
+ <paragraph id="par_id191705694565536" role="paragraph"><image src="cmd/lc_shadowed.svg" id="img_id911705638262291" width="1cm" height="1cm"><alt id="alt_id334805688262092">Icon Shadow</alt></image></paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph id="par_id901705694591767" role="paragraph">Shadow</paragraph>
+ </tablecell>
+ </tablerow>
+ </table>
</section>
<section id="contour">
- <paragraph id="par_id3150207" role="paragraph">Open context menu - choose <menuitem>Style - Contour</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id981705695076708">Choose <menuitem>Format - Text - Outline Font Effect</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id111705695080378">On the <menuitem>Home</menuitem> menu of the <menuitem>Home</menuitem> tab, Choose <menuitem>Outline Font Effect</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
+ <table id="tab_id5170518832089">
+ <tablerow>
+ <tablecell>
+ <paragraph id="par_id241705695084100" role="paragraph"><image src="cmd/lc_outlinefont.svg" id="img_id911705638262281" width="1cm" height="1cm"><alt id="alt_id334805688262082">Icon Outline Font Effect</alt></image></paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph id="par_id861705695089570" role="paragraph">Outline Font Effect</paragraph>
+ </tablecell>
+ </tablerow>
+ </table>
</section>
<section id="superscript">
- <paragraph id="par_id3154383" role="paragraph">Open context menu - choose <menuitem>Style - Superscript</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id361705692370836">Choose <menuitem>Format - Text - Superscript.</menuitem></paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id341705692492218">Choose <menuitem>Home - Superscript</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
+ <table id="tab_id501705692599468">
+ <tablerow>
+ <tablecell>
+ <paragraph id="par_id941705692599469" role="paragraph"><image src="cmd/lc_superscript.svg" id="img_id111705692599470" width="1cm" height="1cm"><alt id="alt_id41705692599471">Icon Superscript</alt></image></paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph id="par_id541705692599473" role="paragraph">Superscript</paragraph>
+ </tablecell>
+ </tablerow>
+ </table>
+ <embed href="text/shared/00/00000004.xhp#from_keyboard"/>
+ <paragraph role="paragraph" id="par_id271705692619625"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + P</keycode></paragraph>
</section>
<section id="subscript">
- <paragraph id="par_id3152767" role="paragraph">Open context menu - choose <menuitem>Style - Subscript</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id511705692798669">Choose <menuitem>Format - Text - Subscript</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id761705692807142">Choose <menuitem>Home - Subscript</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
+ <table id="tab_id501708692599468">
+ <tablerow>
+ <tablecell>
+ <paragraph id="par_id811705692825844" role="paragraph"><image src="cmd/lc_subscript.svg" id="img_id121705692599470" width="1cm" height="1cm"><alt id="alt_id41703692599471">Icon Superscript</alt></image></paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph id="par_id301705692837868" role="paragraph">Subscript</paragraph>
+ </tablecell>
+ </tablerow>
+ </table>
+ <embed href="text/shared/00/00000004.xhp#from_keyboard"/>
+ <paragraph role="paragraph" id="par_id741705692841292"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + B</keycode></paragraph>
</section>
+
<section id="line_spacing">
<paragraph id="par_id3155377" role="paragraph">Choose <menuitem>Format - Spacing</menuitem>.</paragraph>
</section>
diff --git a/source/text/shared/01/05020200.xhp b/source/text/shared/01/05020200.xhp
index 6ca86b9437..cf86190239 100644
--- a/source/text/shared/01/05020200.xhp
+++ b/source/text/shared/01/05020200.xhp
@@ -54,12 +54,12 @@
<bookmark branch="hid/cui/ui/effectspage/@@nowidget@@" id="bm_id3147090" localize="false"/>
<section id="font_effects">
<h1 id="hd_id3153514"><link href="text/shared/01/05020200.xhp">Font Effects</link></h1>
- <paragraph id="par_id3149205" role="paragraph"><ahelp hid="cui/ui/effectspage/EffectsPage">Specify the font effects that you want to use.</ahelp></paragraph>
- </section>
+<paragraph id="par_id3149205" role="paragraph"><ahelp hid="cui/ui/effectspage/EffectsPage">Specify the font effects that you want to use.</ahelp></paragraph>
+</section>
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#font_effects"/>
</section>
- <embed href="text/shared/06/shared_cui_screenshots.xhp#fonteffects"/>
+ <embed href="text/shared/06/shared_cui_screenshots.xhp#fonteffects"/>
<embed href="text/shared/01/05020100.xhp#note"/>
<bookmark branch="hid/cui/ui/effectspage/fontcolorlb" id="bm_id0123200902114658" localize="false"/>
<section id="FontColor">
@@ -100,8 +100,6 @@
</case>
</switch>
<h2 id="hd_id91580568371950">Text Decoration</h2>
-<bookmark branch="hid/.uno:Overline" id="bm_id0123200902261777" localize="false"/>
-<paragraph id="par_id0123200902291084" role="paragraph"><ahelp hid="." visibility="hidden"><variable visibility="hidden" id="overline">Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</variable></ahelp></paragraph>
<bookmark branch="hid/cui/ui/effectspage/overlinelb" id="bm_id0123200902014986" localize="false"/>
<h3 id="hd_id0123200902243376">Overlining</h3>
<paragraph id="par_id0123200902243343" role="paragraph"><ahelp hid="cui/ui/effectspage/overlinelb">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp></paragraph>
diff --git a/source/text/shared/01/05020500.xhp b/source/text/shared/01/05020500.xhp
index 6384c8b0f6..903a8f9a33 100644
--- a/source/text/shared/01/05020500.xhp
+++ b/source/text/shared/01/05020500.xhp
@@ -55,7 +55,6 @@
</switch>
<h2 id="hd_id3147089">Position</h2>
<paragraph role="paragraph" id="par_id3153748">Set the subscript or superscript options for a character.</paragraph>
-<bookmark branch="hid/.uno:SuperScript" id="bm_id5816078" localize="false"/>
<bookmark branch="hid/cui/ui/positionpage/superscript" id="bm_id3153032" localize="false"/>
<h3 id="hd_id3153311">Superscript</h3>
<paragraph role="paragraph" id="par_id3154750"><variable id="hochtext"><ahelp hid="cui/ui/positionpage/superscript">Reduces the font size of the selected text and raises the text above the baseline.</ahelp>
@@ -63,7 +62,7 @@
<bookmark branch="hid/cui/ui/positionpage/normal" id="bm_id3154897" localize="false"/>
<h3 id="hd_id3147275">Normal</h3>
<paragraph role="paragraph" id="par_id3155503"><ahelp hid="cui/ui/positionpage/normal">Removes superscript or subscript formatting.</ahelp></paragraph>
-<bookmark branch="hid/.uno:SubScript" id="bm_id879503" localize="false"/>
+
<bookmark branch="hid/cui/ui/positionpage/subscript" id="bm_id3159157" localize="false"/>
<h3 id="hd_id3150465">Subscript</h3>
<paragraph role="paragraph" id="par_id3155420"><variable id="tieftext"><ahelp hid="cui/ui/positionpage/subscript">Reduces the font size of the selected text and lowers the text below the baseline.</ahelp>
diff --git a/source/text/shared/01/05110000.xhp b/source/text/shared/01/05110000.xhp
index 52560ee25b..9ebe85a69d 100644
--- a/source/text/shared/01/05110000.xhp
+++ b/source/text/shared/01/05110000.xhp
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,13 +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="textshared0105110000xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Style</title>
+<title id="tit">Style</title>
<filename>/text/shared/01/05110000.xhp</filename>
</topic>
<history>
@@ -33,16 +28,16 @@
</meta>
<body>
<section id="style">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3147366"><bookmark_value>text; font styles</bookmark_value>
+<bookmark branch="index" id="bm_id3147366"><bookmark_value>text; font styles</bookmark_value>
<bookmark_value>fonts; styles</bookmark_value>
</bookmark>
<h1 id="hd_id3147366"><link href="text/shared/01/05110000.xhp">Style</link></h1>
-<paragraph role="paragraph" id="par_id3155620" xml-lang="en-US">Use this command to quickly apply font styles to a text selection.</paragraph>
+<paragraph role="paragraph" id="par_id3155620">Use this command to quickly apply font styles to a text selection.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#style"/>
</section>
-<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US">If you place the cursor in a word and do not make a selection, the font style is applied to the entire word. If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph>
+<paragraph role="paragraph" id="par_id3153255">If you place the cursor in a word and do not make a selection, the font style is applied to the entire word. If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph>
<embed href="text/shared/01/05110100.xhp#bold"/>
<embed href="text/shared/01/05110200.xhp#italic"/>
<embed href="text/shared/01/05110300.xhp#underline"/>
diff --git a/source/text/shared/01/05110100.xhp b/source/text/shared/01/05110100.xhp
index d043b7d286..ba038ec6d7 100644
--- a/source/text/shared/01/05110100.xhp
+++ b/source/text/shared/01/05110100.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="textshared0105110100xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Bold</title>
+<title id="tit">Bold</title>
<filename>/text/shared/01/05110100.xhp</filename>
</topic>
<history>
@@ -30,16 +27,16 @@
</history>
</meta>
<body>
-<section id="bold">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3150278"><bookmark_value>text; bold</bookmark_value>
+<bookmark branch="index" id="bm_id3150278"><bookmark_value>text; bold</bookmark_value>
<bookmark_value>bold; text</bookmark_value>
<bookmark_value>characters; bold</bookmark_value>
</bookmark>
-<bookmark xml-lang="en-US" branch="hid/.uno:Bold" id="bm_id3154613" localize="false"/>
+<bookmark branch="hid/.uno:Bold" id="bm_id3154613" localize="false"/>
+<section id="bold">
<h1 id="hd_id3150278"><link href="text/shared/01/05110100.xhp">Bold</link></h1>
-<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:Bold">Makes the selected text bold. If the cursor is in a word, the entire word is made bold. If the selection or word is already bold, the formatting is removed.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3153089"><ahelp hid=".uno:Bold">Makes the selected text bold. If the cursor is in a word, the entire word is made bold. If the selection or word is already bold, the formatting is removed.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US">If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph>
+<paragraph role="paragraph" id="par_id3153255">If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#bold"/>
</section>
diff --git a/source/text/shared/01/05110200.xhp b/source/text/shared/01/05110200.xhp
index fcfbe84772..9a90c92091 100644
--- a/source/text/shared/01/05110200.xhp
+++ b/source/text/shared/01/05110200.xhp
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,13 +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="textshared0105110200xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Italic</title>
+<title id="tit">Italic</title>
<filename>/text/shared/01/05110200.xhp</filename>
</topic>
<history>
@@ -32,16 +27,16 @@
</history>
</meta>
<body>
-<section id="italic">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3155182"><bookmark_value>text; italics</bookmark_value>
+<bookmark branch="index" id="bm_id3155182"><bookmark_value>text; italics</bookmark_value>
<bookmark_value>italic text</bookmark_value>
<bookmark_value>characters; italics</bookmark_value>
</bookmark>
-<bookmark xml-lang="en-US" branch="hid/.uno:Italic" id="bm_id6296030" localize="false"/>
+<bookmark branch="hid/.uno:Italic" id="bm_id6296030" localize="false"/>
+<section id="italic">
<h1 id="hd_id3155182"><link href="text/shared/01/05110200.xhp">Italic</link></h1>
-<paragraph role="paragraph" id="par_id3148882" xml-lang="en-US"><ahelp hid=".uno:Italic">Makes the selected text italic. If the cursor is in a word, the entire word is made italic. If the selection or word is already italic, the formatting is removed.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3148882"><ahelp hid=".uno:Italic">Makes the selected text italic. If the cursor is in a word, the entire word is made italic. If the selection or word is already italic, the formatting is removed.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3156069" xml-lang="en-US">If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph>
+<paragraph role="paragraph" id="par_id3156069">If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#italic"/>
</section>
diff --git a/source/text/shared/01/05110300.xhp b/source/text/shared/01/05110300.xhp
index a321b0c08c..8ad5c4a662 100644
--- a/source/text/shared/01/05110300.xhp
+++ b/source/text/shared/01/05110300.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="textshared0105110300xml" indexer="include" status="PUBLISH">
-<title xml-lang="en-US" id="tit">Underline</title>
+<title id="tit">Underline</title>
<filename>/text/shared/01/05110300.xhp</filename>
</topic>
<history>
@@ -31,25 +28,25 @@
</meta>
<body>
-
+<bookmark branch="hid/.uno:UnderlineSingle" id="bm_id481705689709257" localize="false"/>
+<bookmark branch="hid/.uno:UnderlineDouble" id="bm_id3147143" localize="false"/>
+<bookmark branch="hid/.uno:Underline" id="bm_id3144750" localize="false"/>
<section id="underline">
-<bookmark branch="index" xml-lang="en-US" id="bm_id3150756"><bookmark_value>characters;underlining</bookmark_value><bookmark_value>underlining;characters</bookmark_value></bookmark>
+<bookmark branch="index" id="bm_id3150756"><bookmark_value>characters;underlining</bookmark_value><bookmark_value>underlining;characters</bookmark_value></bookmark>
<h1 id="hd_id3150756"><link href="text/shared/01/05110300.xhp">Underline</link></h1>
-<paragraph role="paragraph" id="par_id3149031" xml-lang="en-US"><ahelp hid=".uno:Underline">Underlines or removes underlining from the selected text.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3149031"><ahelp hid=".uno:Underline">Underlines or removes underlining from the selected text.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#underline"/>
</section>
-<paragraph role="paragraph" id="par_id3152821" xml-lang="en-US">If the cursor is not in a word, the new text that you enter is underlined.</paragraph>
+<paragraph role="paragraph" id="par_id3152821">If the cursor is not in a word, the new text that you enter is underlined.</paragraph>
<section id="single_underline">
-<h2 id="hd_id849353401761432" xml-lang="en-US"><link href="text/shared/01/05110300.xhp">Single Underline</link></h2>
-<bookmark branch="hid/.uno:Underline" xml-lang="en-US" id="bm_id3144750" localize="false"/>
-<paragraph role="paragraph" id="par_id212197604765254" xml-lang="en-US"><ahelp hid=".uno:Underline">Underlines the selected text with a single line.</ahelp></paragraph>
+<h2 id="hd_id849353401761432"><link href="text/shared/01/05110300.xhp">Single Underline</link></h2>
+<paragraph role="paragraph" id="par_id212197604765254"><ahelp hid=".uno:Underline">Underlines the selected text with a single line.</ahelp></paragraph>
</section>
<section id="double_underline">
-<h2 id="hd_id949353401761432" xml-lang="en-US"><link href="text/shared/01/05110300.xhp">Double Underline</link></h2>
-<bookmark branch="hid/.uno:UnderlineDouble" xml-lang="en-US" id="bm_id3147143" localize="false"/>
-<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".uno:UnderlineDouble">Underlines the selected text with two lines.</ahelp></paragraph>
+<h2 id="hd_id949353401761432"><link href="text/shared/01/05110300.xhp">Double Underline</link></h2>
+<paragraph role="paragraph" id="par_id3154894"><ahelp hid=".uno:UnderlineDouble">Underlines the selected text with two lines.</ahelp></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05110400.xhp b/source/text/shared/01/05110400.xhp
index 0e4c585a53..95c09e9df6 100644
--- a/source/text/shared/01/05110400.xhp
+++ b/source/text/shared/01/05110400.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="textshared0105110400xml" indexer="include" status="PUBLISH">
-<title xml-lang="en-US" id="tit">Strikethrough</title>
+<title id="tit">Strikethrough</title>
<filename>/text/shared/01/05110400.xhp</filename>
</topic>
<history>
@@ -30,16 +27,15 @@
</history>
</meta>
<body>
-
-
- <section id="strikethrough">
- <bookmark xml-lang="en-US" branch="index" id="bm_id3152942"><bookmark_value>strikethrough;characters</bookmark_value></bookmark>
-<bookmark branch="hid/.uno:Strikeout" xml-lang="en-US" id="bm_id3153899" localize="false"/>
+<bookmark branch="hid/.uno:Strikeout" id="bm_id3153899" localize="false"/>
+<bookmark branch="index" id="bm_id3152942"><bookmark_value>strikethrough;characters</bookmark_value></bookmark>
+<section id="strikethrough">
<h1 id="hd_id3152942"><link href="text/shared/01/05110400.xhp">Strikethrough</link></h1>
- <paragraph role="paragraph" id="par_id3153391" xml-lang="en-US"><ahelp hid=".uno:Strikeout" visibility="visible">Draws a line through the selected text, or if the cursor is in a word, the entire word.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3153391"><ahelp hid=".uno:Strikeout" visibility="visible">Draws a line through the selected text, or if the cursor is in a word, the entire word.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#strikethrough"/>
</section>
+<paragraph role="paragraph" id="par_id631705695748195">If the cursor is not in a word, the new text that you enter is struck through.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05110500.xhp b/source/text/shared/01/05110500.xhp
index 69d2c6ef37..796d651ded 100644
--- a/source/text/shared/01/05110500.xhp
+++ b/source/text/shared/01/05110500.xhp
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,13 +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="textshared0105110500xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Shadows</title>
+<title id="tit">Shadows</title>
<filename>/text/shared/01/05110500.xhp</filename>
</topic>
<history>
@@ -32,17 +27,18 @@
</history>
</meta>
<body>
-<section id="shadows">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3154545"><bookmark_value>text; shadowed</bookmark_value>
+<bookmark branch="index" id="bm_id3154545"><bookmark_value>text; shadowed</bookmark_value>
<bookmark_value>characters; shadowed</bookmark_value>
-<bookmark_value>shadows;characters, using context menu</bookmark_value>
+<bookmark_value>shadows;characters</bookmark_value>
</bookmark>
-<bookmark xml-lang="en-US" branch="hid/.uno:Shadowed" id="bm_id3350498" localize="false"/>
+<bookmark branch="hid/.uno:Shadowed" id="bm_id3350498" localize="false"/>
+<section id="shadows">
<h1 id="hd_id3154545"><link href="text/shared/01/05110500.xhp">Shadows</link></h1>
-<paragraph role="paragraph" id="par_id3151299" xml-lang="en-US"><ahelp hid=".uno:Shadowed">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3151299"><ahelp hid=".uno:Shadowed">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#shadow"/>
</section>
+<paragraph role="paragraph" id="par_id781705696024751">If the cursor is not in a word, the new text that you enter is shadowed.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05110700.xhp b/source/text/shared/01/05110700.xhp
index 3e9f9622cd..5e1af9c7a0 100644
--- a/source/text/shared/01/05110700.xhp
+++ b/source/text/shared/01/05110700.xhp
@@ -22,7 +22,7 @@
<helpdocument version="1.0">
<meta>
<topic id="textshared0105110700xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Superscript</title>
+<title id="tit">Superscript</title>
<filename>/text/shared/01/05110700.xhp</filename>
</topic>
<history>
@@ -30,13 +30,18 @@
</history>
</meta>
<body>
+<bookmark branch="hid/.uno:SuperScript" id="bm_id5816078" localize="false"/>
+<bookmark branch="index" id="bm_id481705693455832">
+<bookmark_value>characters;superscript</bookmark_value>
+<bookmark_value>superscript;text</bookmark_value>
+</bookmark>
<section id="hoch"><comment>UFI. removed 2 help ids</comment>
<h1 id="hd_id3083278"><link href="text/shared/01/05110700.xhp">Superscript</link></h1>
-<paragraph role="paragraph" id="par_id3152937" xml-lang="en-US"><ahelp hid=".uno:SuperScript">Reduces the font size of the selected text and raises the text above the baseline.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3152937"><ahelp hid=".uno:SuperScript">Reduces the font size of the selected text and raises the text above the baseline.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#superscript"/>
</section>
-<embed href="text/shared/00/00000004.xhp#sysuperscript"/>
+<paragraph role="paragraph" id="par_id761705692922516">If the cursor is not in a word, the new text that you enter is superscripted.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05110800.xhp b/source/text/shared/01/05110800.xhp
index 18b62e2cd2..4220ff24c8 100644
--- a/source/text/shared/01/05110800.xhp
+++ b/source/text/shared/01/05110800.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="textshared0105110800xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Subscript</title>
+<title id="tit">Subscript</title>
<filename>/text/shared/01/05110800.xhp</filename>
</topic>
<history>
@@ -30,13 +27,18 @@
</history>
</meta>
<body>
+<bookmark branch="hid/.uno:SubScript" id="bm_id879503" localize="false"/>
+<bookmark branch="index" id="bm_id481705693455832">
+<bookmark_value>characters;subscript</bookmark_value>
+<bookmark_value>subscript;text</bookmark_value>
+</bookmark>
<section id="subscript">
<h1 id="hd_id3150278"><link href="text/shared/01/05110800.xhp">Subscript</link></h1>
-<paragraph role="paragraph" id="par_id3152790" xml-lang="en-US"><ahelp hid=".uno:SubScript">Reduces the font size of the selected text and lowers the text below the baseline.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3152790"><ahelp hid=".uno:SubScript">Reduces the font size of the selected text and lowers the text below the baseline.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#subscript"/>
</section>
-<embed href="text/shared/00/00000004.xhp#sysubscript"/>
+<paragraph role="paragraph" id="par_id761705692922516">If the cursor is not in a word, the new text that you enter is subscripted.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/OutlineFont.xhp b/source/text/shared/01/OutlineFont.xhp
new file mode 100644
index 0000000000..498490a966
--- /dev/null
+++ b/source/text/shared/01/OutlineFont.xhp
@@ -0,0 +1,34 @@
+<?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="text/shared/01/OutlineFont.xhp" indexer="include" status="PUBLISH">
+ <title id="tit">Outline Font</title>
+ <filename>/text/shared/01/OutlineFont.xhp</filename>
+ </topic>
+ </meta>
+<body>
+<bookmark branch="hid/.uno:OutlineFont" id="bm_id481705694670156" localize="false"/>
+<bookmark branch="index" id="bm_id3150756">
+<bookmark_value>characters;outline</bookmark_value>
+<bookmark_value>text;outline</bookmark_value>
+<bookmark_value>outline;characters</bookmark_value>
+</bookmark>
+<section id="outline_font">
+ <h1 id="hd_id971705694729401"><variable id="h1"><link href="text/shared/01/OutlineFont.xhp">Outline Font</link></variable></h1>
+ <paragraph id="par_id321705691198951" role="paragraph">Displays the outline of the selected characters. This effect does not work with every font.</paragraph>
+</section>
+<section id="howtoget">
+ <embed href="text/shared/00/00040502.xhp#contour"/>
+</section>
+<paragraph role="paragraph" id="par_id3152821">If the cursor is not in a word, the new text that you enter is outlined.</paragraph>
+</body>
+</helpdocument>
diff --git a/source/text/shared/01/Overline.xhp b/source/text/shared/01/Overline.xhp
new file mode 100644
index 0000000000..31931d9c0f
--- /dev/null
+++ b/source/text/shared/01/Overline.xhp
@@ -0,0 +1,33 @@
+<?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="text/shared/01/Overline.xhp" indexer="include" status="PUBLISH">
+ <title id="tit">Overline</title>
+ <filename>/text/shared/01/Overline.xhp</filename>
+ </topic>
+ </meta>
+<body>
+<bookmark branch="hid/.uno:Overline" id="bm_id611705691124607" localize="false"/>
+<bookmark branch="index" id="bm_id881705691444015">
+<bookmark_value>characters;overlining</bookmark_value>
+<bookmark_value>overlining;characters</bookmark_value>
+</bookmark>
+<section id="overline">
+ <h1 id="hd_id351705691198949"><variable id="h1"><link href="text/shared/01/Overline.xhp">Overline</link></variable></h1>
+ <paragraph id="par_id321705691198951" role="paragraph">Overlines or removes overlining from the selected text.</paragraph>
+</section>
+<section id="howtoget">
+ <embed href="text/shared/00/00040502.xhp#overline"/>
+</section>
+<paragraph role="paragraph" id="par_id3152821">If the cursor is not in a word, the new text that you enter is overlined.</paragraph>
+</body>
+</helpdocument>
diff --git a/source/text/shared/menu/submenu_text.xhp b/source/text/shared/menu/submenu_text.xhp
index 17f6ac4654..a831cb617b 100644
--- a/source/text/shared/menu/submenu_text.xhp
+++ b/source/text/shared/menu/submenu_text.xhp
@@ -22,162 +22,152 @@
<title id="tit">Text</title>
<filename>/text/shared/menu/submenu_text.xhp</filename>
</topic>
- </meta>
- <body>
- <section id="submenu_text">
- <bookmark branch="hid/.uno:FormatTextMenu" id="bm_id335519659183788" localize="false"/>
- <h1 id="hd_id411816022675978">
- <link href="text/shared/menu/submenu_text.xhp">Text</link>
- </h1>
- <paragraph role="paragraph" id="par_id398855439580083">
- <ahelp hid=".">Opens a submenu where you can choose text formatting commands.</ahelp>
- </paragraph>
- </section>
- <section id="howtoget">
- <embed href="text/shared/00/00040500.xhp#submenu_text"/>
- </section>
- <embed href="text/shared/01/05110100.xhp#bold"/>
- <embed href="text/shared/01/05110200.xhp#italic"/>
- <embed href="text/shared/01/05110300.xhp#single_underline"/>
- <embed href="text/shared/01/05110300.xhp#double_underline"/>
- <embed href="text/shared/01/05110400.xhp#strikethrough"/>
- <h2 id="hd_id893328657433073">
- <link href="text/shared/01/05020200.xhp#hd_id0123200902243376">Overline</link>
- </h2>
- <paragraph role="paragraph" id="par_id281953548674188">
- <embedvar href="text/shared/01/05020200.xhp#overline" markup="ignore"/>
+</meta>
+<body>
+<section id="submenu_text">
+ <bookmark branch="hid/.uno:FormatTextMenu" id="bm_id335519659183788" localize="false"/>
+ <h1 id="hd_id411816022675978">
+ <link href="text/shared/menu/submenu_text.xhp">Text</link>
+ </h1>
+ <paragraph role="paragraph" id="par_id398855439580083">
+ <ahelp hid=".">Opens a submenu where you can choose text formatting commands.</ahelp>
+ </paragraph>
+</section>
+<section id="howtoget">
+ <embed href="text/shared/00/00040500.xhp#submenu_text"/>
+</section>
+<embed href="text/shared/01/05110100.xhp#bold"/>
+<embed href="text/shared/01/05110200.xhp#italic"/>
+<embed href="text/shared/01/05110300.xhp#single_underline"/>
+<embed href="text/shared/01/05110300.xhp#double_underline"/>
+<embed href="text/shared/01/05110400.xhp#strikethrough"/>
+<embed href="text/shared/01/Overline.xhp#overline"/>
+<embed href="text/shared/01/05110700.xhp#hoch"/>
+<embed href="text/shared/01/05110800.xhp#subscript"/>
+<embed href="text/shared/01/05110500.xhp#shadows"/>
+<embed href="text/shared/01/OutlineFont.xhp#outline_font"/>
+
+<switch select="appl">
+ <case select="CALC">
+ <bookmark branch="hid/.uno:WrapText" id="bm_id538777107912257" localize="false"/>
+ <h2 id="hd_id207025326941609">Wrap Text</h2>
+ <paragraph role="paragraph" id="par_id302484503842787">
+ <ahelp hid=".">Break text automatically at the right edges of the selected cells.</ahelp>
</paragraph>
- <embed href="text/shared/01/05110700.xhp#hoch"/>
- <embed href="text/shared/01/05110800.xhp#subscript"/>
- <h2 id="hd_id773632078996899">
- <link href="text/shared/01/05020200.xhp#hd_id3163714">Shadow</link>
+ </case>
+ <case select="WRITER">
+ <h2 id="hd_id273587522269593">
+ <link href="text/swriter/main0202.xhp#hd_id0122200903085320">Increase Size</link>
</h2>
- <embed href="text/shared/01/05020200.xhp#shadow"/>
- <h2 id="hd_id873632078996899">
- <link href="text/shared/01/05020200.xhp#hd_id3147287">Outline</link>
+ <embed href="text/swriter/main0202.xhp#increasesize"/>
+ <h2 id="hd_id511910578827551">
+ <link href="text/swriter/main0202.xhp#hd_id012220090308532">Decrease Size</link>
</h2>
- <embed href="text/shared/01/05020200.xhp#outline"/>
- <switch select="appl">
- <case select="CALC">
- <bookmark branch="hid/.uno:WrapText" id="bm_id538777107912257" localize="false"/>
- <h2 id="hd_id207025326941609">Wrap Text</h2>
- <paragraph role="paragraph" id="par_id302484503842787">
- <ahelp hid=".">Break text automatically at the right edges of the selected cells.</ahelp>
- </paragraph>
- </case>
- <case select="WRITER">
- <h2 id="hd_id273587522269593">
- <link href="text/swriter/main0202.xhp#hd_id0122200903085320">Increase Size</link>
- </h2>
- <embed href="text/swriter/main0202.xhp#increasesize"/>
- <h2 id="hd_id511910578827551">
- <link href="text/swriter/main0202.xhp#hd_id012220090308532">Decrease Size</link>
- </h2>
- <embed href="text/swriter/main0202.xhp#decreasesize"/>
- </case>
- <case select="IMPRESS">
- <h2 id="hd_id373587522269593">
- <link href="text/simpress/main0203.xhp#hd_id0122200903104143">Increase Size</link>
- </h2>
- <embed href="text/simpress/main0203.xhp#increasesize"/>
- <h2 id="hd_id711910578827551">
- <link href="text/simpress/main0203.xhp#hd_id0122200903104228">Decrease Size</link>
- </h2>
- <embed href="text/simpress/main0203.xhp#decreasesize"/>
- </case>
- <case select="DRAW">
- <h2 id="hd_id473587522269593">
- <link href="text/simpress/main0203.xhp#hd_id0122200903104143">Increase Size</link>
- </h2>
- <embed href="text/simpress/main0203.xhp#increasesize"/>
- <h2 id="hd_id611910578827551">
- <link href="text/simpress/main0203.xhp#hd_id0122200903104228">Decrease Size</link>
- </h2>
- <embed href="text/simpress/main0203.xhp#decreasesize"/>
- </case>
- </switch>
- <h2 id="hd_id172462591626807">
- <link href="text/shared/01/05020200.xhp#hd_id3149575">UPPERCASE</link>
+ <embed href="text/swriter/main0202.xhp#decreasesize"/>
+ </case>
+ <case select="IMPRESS">
+ <h2 id="hd_id373587522269593">
+ <link href="text/simpress/main0203.xhp#hd_id0122200903104143">Increase Size</link>
</h2>
- <paragraph role="paragraph" id="par_id381953548674188">
- <embedvar href="text/shared/01/05020200.xhp#uppercase"/>
- </paragraph>
- <h2 id="hd_id935919548287354">
- <link href="text/shared/01/05020200.xhp#hd_id3149575">lowercase</link>
+ <embed href="text/simpress/main0203.xhp#increasesize"/>
+ <h2 id="hd_id711910578827551">
+ <link href="text/simpress/main0203.xhp#hd_id0122200903104228">Decrease Size</link>
</h2>
- <paragraph role="paragraph" id="par_id481953548674188">
- <embedvar href="text/shared/01/05020200.xhp#lowercase"/>
- </paragraph>
- <bookmark branch="hid/.uno:ChangeCaseRotateCase" id="bm_id587304774753486" localize="false"/>
- <h2 id="hd_id3147143">Cycle Case</h2>
- <paragraph role="paragraph" id="par_id3152372">
- <ahelp hid=".uno:ChangeCaseRotateCase">Cycles the case of the selected characters between Title Case, Sentence case, UPPERCASE and lowercase.</ahelp>
- </paragraph>
- <bookmark branch="hid/SID_TRANSLITERATE_SENTENCE" id="bm_id7402005" localize="false"/>
- <bookmark branch="hid/.uno:ChangeCaseToSentenceCase" id="bm_id3149347" localize="false"/>
- <h2 id="hd_id3147572">Sentence case</h2>
- <paragraph role="paragraph" id="par_id3150694">
- <ahelp hid=".">Changes the first letter of the selected characters to an uppercase character.</ahelp>
- </paragraph>
- <bookmark branch="hid/SID_TRANSLITERATE_CAPITALIZE" id="bm_id7402014" localize="false"/>
- <h2 id="hd_id640520497868661">
- <link href="text/shared/01/05020200.xhp#hd_id3149575">Capitalize Every Word</link>
+ <embed href="text/simpress/main0203.xhp#decreasesize"/>
+ </case>
+ <case select="DRAW">
+ <h2 id="hd_id473587522269593">
+ <link href="text/simpress/main0203.xhp#hd_id0122200903104143">Increase Size</link>
</h2>
- <paragraph role="paragraph" id="par_id581953548674188" localize="false">
- <embedvar href="text/shared/01/05020200.xhp#capitalizeeveryword"/>
- </paragraph>
- <bookmark branch="hid/SID_TRANSLITERATE_TOGGLE" id="bm_id7402024" localize="false"/>
- <bookmark branch="hid/.uno:ChangeCaseToToggleCparagraphase" id="bm_id3149326" localize="false"/>
- <h2 id="hd_id3147521">tOGGLE cASE</h2>
- <paragraph role="paragraph" id="par_id3150623">
- <ahelp hid=".">Toggles case of all selected characters.</ahelp>
- </paragraph>
- <switch select="appl">
- <case select="WRITER">
- <h2 id="hd_id342778277179117">
- <link href="text/shared/01/05020200.xhp#hd_id3149575">Small capitals</link>
- </h2>
- <paragraph role="paragraph" id="par_id681953548674188" localize="false">
- <embedvar href="text/shared/01/05020200.xhp#smallcapitals"/>
- </paragraph>
- </case>
- <case select="IMPRESS">
- <h2 id="hd_id442778277179117">
- <link href="text/shared/01/05020200.xhp#hd_id3149575">Small capitals</link>
- </h2>
- <paragraph role="paragraph" id="par_id781953548674188" localize="false">
- <embedvar href="text/shared/01/05020200.xhp#smallcapitals"/>
- </paragraph>
- </case>
- <case select="DRAW">
- <h2 id="hd_id542778277179117">
- <link href="text/shared/01/05020200.xhp#hd_id3149575">Small capitals</link>
- </h2>
- <paragraph role="paragraph" id="par_id881953548674188" localize="false">
- <embedvar href="text/shared/01/05020200.xhp#smallcapitals"/>
- </paragraph>
- </case>
- </switch>
- <embed href="text/shared/00/00000007.xhp#asia"/>
- <bookmark branch="hid/.uno:ChangeCaseToHalfWidth" id="bm_id3154288" localize="false"/>
- <h2 id="hd_id3155392">Half-width</h2>
- <paragraph role="paragraph" id="par_id3147088">
- <ahelp hid=".uno:ChangeCaseToHalfWidth">Changes the selected Asian characters to half-width characters.</ahelp>
- </paragraph>
- <bookmark branch="hid/.uno:ChangeCaseToFullWidth" id="bm_id3147242" localize="false"/>
- <h2 id="hd_id3156113">Full Width</h2>
- <paragraph role="paragraph" id="par_id3154749">
- <ahelp hid=".uno:ChangeCaseToFullWidth">Changes the selected Asian characters to full-width characters.</ahelp>
+ <embed href="text/simpress/main0203.xhp#increasesize"/>
+ <h2 id="hd_id611910578827551">
+ <link href="text/simpress/main0203.xhp#hd_id0122200903104228">Decrease Size</link>
+ </h2>
+ <embed href="text/simpress/main0203.xhp#decreasesize"/>
+ </case>
+</switch>
+<h2 id="hd_id172462591626807">
+ <link href="text/shared/01/05020200.xhp#hd_id3149575">UPPERCASE</link>
+</h2>
+<paragraph role="paragraph" id="par_id381953548674188">
+ <embedvar href="text/shared/01/05020200.xhp#uppercase"/>
+</paragraph>
+<h2 id="hd_id935919548287354">
+ <link href="text/shared/01/05020200.xhp#hd_id3149575">lowercase</link>
+</h2>
+<paragraph role="paragraph" id="par_id481953548674188">
+ <embedvar href="text/shared/01/05020200.xhp#lowercase"/>
+</paragraph>
+<bookmark branch="hid/.uno:ChangeCaseRotateCase" id="bm_id587304774753486" localize="false"/>
+<h2 id="hd_id3147143">Cycle Case</h2>
+<paragraph role="paragraph" id="par_id3152372">
+ <ahelp hid=".uno:ChangeCaseRotateCase">Cycles the case of the selected characters between Title Case, Sentence case, UPPERCASE and lowercase.</ahelp>
+</paragraph>
+<bookmark branch="hid/SID_TRANSLITERATE_SENTENCE" id="bm_id7402005" localize="false"/>
+<bookmark branch="hid/.uno:ChangeCaseToSentenceCase" id="bm_id3149347" localize="false"/>
+<h2 id="hd_id3147572">Sentence case</h2>
+<paragraph role="paragraph" id="par_id3150694">
+ <ahelp hid=".">Changes the first letter of the selected characters to an uppercase character.</ahelp>
+</paragraph>
+<bookmark branch="hid/SID_TRANSLITERATE_CAPITALIZE" id="bm_id7402014" localize="false"/>
+<h2 id="hd_id640520497868661">
+ <link href="text/shared/01/05020200.xhp#hd_id3149575">Capitalize Every Word</link>
+</h2>
+<paragraph role="paragraph" id="par_id581953548674188" localize="false">
+ <embedvar href="text/shared/01/05020200.xhp#capitalizeeveryword"/>
+</paragraph>
+<bookmark branch="hid/SID_TRANSLITERATE_TOGGLE" id="bm_id7402024" localize="false"/>
+<bookmark branch="hid/.uno:ChangeCaseToToggleCparagraphase" id="bm_id3149326" localize="false"/>
+<h2 id="hd_id3147521">tOGGLE cASE</h2>
+<paragraph role="paragraph" id="par_id3150623">
+ <ahelp hid=".">Toggles case of all selected characters.</ahelp>
+</paragraph>
+<switch select="appl">
+ <case select="WRITER">
+ <h2 id="hd_id342778277179117">
+ <link href="text/shared/01/05020200.xhp#hd_id3149575">Small capitals</link>
+ </h2>
+ <paragraph role="paragraph" id="par_id681953548674188" localize="false">
+ <embedvar href="text/shared/01/05020200.xhp#smallcapitals"/>
</paragraph>
- <bookmark branch="hid/.uno:ChangeCaseToHiragana" id="bm_id3147275" localize="false"/>
- <h2 id="hd_id3152996">Hiragana</h2>
- <paragraph role="paragraph" id="par_id3156156">
- <ahelp hid=".uno:ChangeCaseToHiragana">Changes the selected Asian characters to Hiragana characters.</ahelp>
+ </case>
+ <case select="IMPRESS">
+ <h2 id="hd_id442778277179117">
+ <link href="text/shared/01/05020200.xhp#hd_id3149575">Small capitals</link>
+ </h2>
+ <paragraph role="paragraph" id="par_id781953548674188" localize="false">
+ <embedvar href="text/shared/01/05020200.xhp#smallcapitals"/>
</paragraph>
- <bookmark branch="hid/.uno:ChangeCaseToKatakana" id="bm_id3155449" localize="false"/>
- <h2 id="hd_id3154173">Katakana</h2>
- <paragraph role="paragraph" id="par_id3146137">
- <ahelp hid=".uno:ChangeCaseToKatakana">Changes the selected Asian characters to Katakana characters.</ahelp>
+ </case>
+ <case select="DRAW">
+ <h2 id="hd_id542778277179117">
+ <link href="text/shared/01/05020200.xhp#hd_id3149575">Small capitals</link>
+ </h2>
+ <paragraph role="paragraph" id="par_id881953548674188" localize="false">
+ <embedvar href="text/shared/01/05020200.xhp#smallcapitals"/>
</paragraph>
+ </case>
+</switch>
+<embed href="text/shared/00/00000007.xhp#asia"/>
+<bookmark branch="hid/.uno:ChangeCaseToHalfWidth" id="bm_id3154288" localize="false"/>
+<h2 id="hd_id3155392">Half-width</h2>
+<paragraph role="paragraph" id="par_id3147088">
+ <ahelp hid=".uno:ChangeCaseToHalfWidth">Changes the selected Asian characters to half-width characters.</ahelp>
+</paragraph>
+<bookmark branch="hid/.uno:ChangeCaseToFullWidth" id="bm_id3147242" localize="false"/>
+<h2 id="hd_id3156113">Full Width</h2>
+<paragraph role="paragraph" id="par_id3154749">
+ <ahelp hid=".uno:ChangeCaseToFullWidth">Changes the selected Asian characters to full-width characters.</ahelp>
+</paragraph>
+<bookmark branch="hid/.uno:ChangeCaseToHiragana" id="bm_id3147275" localize="false"/>
+<h2 id="hd_id3152996">Hiragana</h2>
+<paragraph role="paragraph" id="par_id3156156">
+ <ahelp hid=".uno:ChangeCaseToHiragana">Changes the selected Asian characters to Hiragana characters.</ahelp>
+</paragraph>
+<bookmark branch="hid/.uno:ChangeCaseToKatakana" id="bm_id3155449" localize="false"/>
+<h2 id="hd_id3154173">Katakana</h2>
+<paragraph role="paragraph" id="par_id3146137">
+ <ahelp hid=".uno:ChangeCaseToKatakana">Changes the selected Asian characters to Katakana characters.</ahelp>
+</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/subscript.xhp b/source/text/swriter/guide/subscript.xhp
index 702e5e7675..ca71b9d481 100644
--- a/source/text/swriter/guide/subscript.xhp
+++ b/source/text/swriter/guide/subscript.xhp
@@ -22,44 +22,43 @@
<meta>
<topic id="textswriterguidesubscriptxml" indexer="include" status="PUBLISH">
- <title xml-lang="en-US" id="tit">Making Text Superscript or Subscript</title>
+ <title id="tit">Making Text Superscript or Subscript</title>
<filename>/text/swriter/guide/subscript.xhp</filename>
</topic>
</meta>
<body>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3155174"><bookmark_value>text; subscript and superscript</bookmark_value>
- <bookmark_value>superscript text</bookmark_value>
- <bookmark_value>subscript text</bookmark_value>
- <bookmark_value>characters;subscript and superscript</bookmark_value>
+<bookmark branch="index" id="bm_id3155174"><bookmark_value>text; subscript and superscript</bookmark_value>
+<bookmark_value>superscript text</bookmark_value>
+<bookmark_value>subscript text</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3155174" role="heading" level="1"><variable id="subscript"><link href="text/swriter/guide/subscript.xhp">Making Text Superscript or Subscript</link>
-</variable></paragraph>
+<h1 id="hd_id3155174"><variable id="subscript"><link href="text/swriter/guide/subscript.xhp">Making Text Superscript or Subscript</link>
+</variable></h1>
<list type="ordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_id3155917" role="listitem">Select the text that you want to make superscript or subscript.</paragraph>
+ <paragraph id="par_id3155917" role="listitem">Select the text that you want to make superscript or subscript.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3155865" role="listitem">Do one of the following:</paragraph>
+ <paragraph id="par_id3155865" role="listitem">Do one of the following:</paragraph>
</listitem>
</list>
<comment>somehow the following list disappeared, see issue 112471, and this remained: (list type="unordered"/) (replaced brackets) </comment>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3149829" xml-lang="en-US">Choose <emph>Format - Character - Position</emph>, and then select <emph>Superscript</emph> or <emph>Subscript</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3149829">Choose <emph>Format - Character - Position</emph>, and then select <emph>Superscript</emph> or <emph>Subscript</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3156111" xml-lang="en-US">Press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+P to make the text superscript, and <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+B to make the text subscript.</paragraph>
+ <paragraph role="listitem" id="par_id3156111">Press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+P</keycode> to make the text superscript, and <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+B</keycode> to make the text subscript.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3149205" xml-lang="en-US">In the <menuitem>Properties</menuitem> deck of the sidebar, go to the <menuitem>Character</menuitem> area and click the <menuitem>Superscript</menuitem> or <menuitem>Subscript</menuitem> buttons.</paragraph>
+<paragraph role="listitem" id="par_id3149205">In the <menuitem>Properties</menuitem> deck of the sidebar, go to the <menuitem>Character</menuitem> area and click the <menuitem>Superscript</menuitem> or <menuitem>Subscript</menuitem> buttons.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3153416" role="paragraph"><link href="text/shared/01/05020500.xhp">Format - Character - Position</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3154705" role="paragraph"><link href="text/shared/01/06040200.xhp">Tools - AutoCorrect - Replace</link></paragraph>
+ <paragraph id="par_id3153416" role="paragraph"><link href="text/shared/01/05020500.xhp">Format - Character - Position</link></paragraph>
+ <paragraph id="par_id3154705" role="paragraph"><link href="text/shared/01/06040200.xhp">Tools - AutoCorrect - Replace</link></paragraph>
</section>
</body>
</helpdocument>