diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-20 10:07:54 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-20 22:36:04 +0100 |
commit | 1aaf192bce747f70d1e04701fe5f097eeba0300e (patch) | |
tree | 89d91b32948455910113d95c09a323edefd35ae5 /source/text/shared/01 | |
parent | aaf279daa4353d112652944082b7cbe3055d3cd7 (diff) |
tdf#155875 UI cmds Format Text (cont)
+ refactoring
Change-Id: I9de9b35f9475dc9a8bf780ccf64442a7f287b431
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162334
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/01')
-rw-r--r-- | source/text/shared/01/05110500.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/01/ChangeCaseToLower.xhp | 33 | ||||
-rw-r--r-- | source/text/shared/01/ChangeCaseToUpper.xhp | 33 | ||||
-rw-r--r-- | source/text/shared/01/Grow.xhp | 33 | ||||
-rw-r--r-- | source/text/shared/01/OutlineFont.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/01/Overline.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/01/Shrink.xhp | 34 |
7 files changed, 136 insertions, 0 deletions
diff --git a/source/text/shared/01/05110500.xhp b/source/text/shared/01/05110500.xhp index 796d651ded..1fcf741073 100644 --- a/source/text/shared/01/05110500.xhp +++ b/source/text/shared/01/05110500.xhp @@ -32,6 +32,7 @@ <bookmark_value>shadows;characters</bookmark_value> </bookmark> <bookmark branch="hid/.uno:Shadowed" id="bm_id3350498" localize="false"/> +<bookmark branch="hid/modules/swriter/ui/notebookbar/MenuHome-Shadowed" id="bm_id161705752343756" 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"><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> diff --git a/source/text/shared/01/ChangeCaseToLower.xhp b/source/text/shared/01/ChangeCaseToLower.xhp new file mode 100644 index 0000000000..9385eb4708 --- /dev/null +++ b/source/text/shared/01/ChangeCaseToLower.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/ChangeCaseToLower.xhp" indexer="include" status="PUBLISH"> + <title id="tit">UPPERCASE</title> + <filename>/text/shared/01/ChangeCaseToLower.xhp</filename> + </topic> + </meta> +<body> +<bookmark branch="hid/.uno:ChangeCaseToLower" id="bm_id781705754012565" localize="false"/> +<bookmark branch="hid/modules/swriter/ui/notebookbar/MenuHome-ChangeCaseToLower" id="bm_id451705754564118" localize="false"/> +<bookmark branch="index" id="bm_id381705755346171"> +<bookmark_value>text;lowercase</bookmark_value> +<bookmark_value>lowercase;text</bookmark_value> +</bookmark> +<section id="to_lower"> + <h1 id="hd_id11705754095065"><variable id="h1"><link href="text/shared/01/ChangeCaseToLower.xhp">lowercase</link></variable></h1> + <paragraph id="par_id81705754095067" role="paragraph">Changes the selected uppercase characters to lower characters.</paragraph> +</section> +<section id="howtoget"> + <embed href="text/shared/00/00040502.xhp#to_lower"/> +</section> +</body> +</helpdocument> diff --git a/source/text/shared/01/ChangeCaseToUpper.xhp b/source/text/shared/01/ChangeCaseToUpper.xhp new file mode 100644 index 0000000000..ba3ea5f350 --- /dev/null +++ b/source/text/shared/01/ChangeCaseToUpper.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/ChangeCaseToUpper.xhp" indexer="include" status="PUBLISH"> + <title id="tit">UPPERCASE</title> + <filename>/text/shared/01/ChangeCaseToUpper.xhp</filename> + </topic> + </meta> +<body> +<bookmark branch="hid/.uno:ChangeCaseToUpper" id="bm_id781705754012565" localize="false"/> +<bookmark branch="hid/modules/swriter/ui/notebookbar/MenuHome-ChangeCaseToUpper" id="bm_id451705754564118" localize="false"/> +<bookmark branch="index" id="bm_id381705755346171"> +<bookmark_value>text;uppercase</bookmark_value> +<bookmark_value>uppercase;text</bookmark_value> +</bookmark> +<section id="to_upper"> + <h1 id="hd_id11705754095065"><variable id="h1"><link href="text/shared/01/ChangeCaseToUpper.xhp">UPPERCASE</link></variable></h1> + <paragraph id="par_id81705754095067" role="paragraph">Changes the selected lowercase characters to uppercase characters.</paragraph> +</section> +<section id="howtoget"> + <embed href="text/shared/00/00040502.xhp#to_upper"/> +</section> +</body> +</helpdocument> diff --git a/source/text/shared/01/Grow.xhp b/source/text/shared/01/Grow.xhp new file mode 100644 index 0000000000..4e96856946 --- /dev/null +++ b/source/text/shared/01/Grow.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/Grow.xhp" indexer="include" status="PUBLISH"> + <title id="tit">Grow</title> + <filename>/text/shared/01/Grow.xhp</filename> + </topic> + </meta> +<body> +<bookmark branch="hid/.uno:Grow" id="bm_id0122200902451213" localize="false"/> +<bookmark branch="index" id="bm_id301705752086345"> +<bookmark_value>font;increase size</bookmark_value> +<bookmark_value>text;increase size</bookmark_value> +<bookmark_value>increase size;font</bookmark_value> +</bookmark> +<section id="grow"> + <h1 id="hd_id291705749753182"><variable id="h1"><link href="text/shared/01/Grow.xhp">Increase Size</link></variable></h1> + <paragraph id="par_id0122200903104255" role="paragraph"><ahelp hid=".">Increases the font size of the selected text.</ahelp></paragraph> +</section> +<section id="howtoget"> + <embed href="text/shared/00/00040502.xhp#grow"/> +</section> +</body> +</helpdocument> diff --git a/source/text/shared/01/OutlineFont.xhp b/source/text/shared/01/OutlineFont.xhp index 498490a966..cc1ee2c18a 100644 --- a/source/text/shared/01/OutlineFont.xhp +++ b/source/text/shared/01/OutlineFont.xhp @@ -17,6 +17,7 @@ </meta> <body> <bookmark branch="hid/.uno:OutlineFont" id="bm_id481705694670156" localize="false"/> +<bookmark branch="hid/modules/swriter/ui/notebookbar/MenuHome-OutlineFont" id="bm_id371705752242624" localize="false"/> <bookmark branch="index" id="bm_id3150756"> <bookmark_value>characters;outline</bookmark_value> <bookmark_value>text;outline</bookmark_value> diff --git a/source/text/shared/01/Overline.xhp b/source/text/shared/01/Overline.xhp index 31931d9c0f..d3dc38e09f 100644 --- a/source/text/shared/01/Overline.xhp +++ b/source/text/shared/01/Overline.xhp @@ -17,6 +17,7 @@ </meta> <body> <bookmark branch="hid/.uno:Overline" id="bm_id611705691124607" localize="false"/> +<bookmark branch="hid/modules/swriter/ui/notebookbar/MenuHome-Overline" id="bm_id101705752207326" localize="false"/> <bookmark branch="index" id="bm_id881705691444015"> <bookmark_value>characters;overlining</bookmark_value> <bookmark_value>overlining;characters</bookmark_value> diff --git a/source/text/shared/01/Shrink.xhp b/source/text/shared/01/Shrink.xhp new file mode 100644 index 0000000000..b759df2226 --- /dev/null +++ b/source/text/shared/01/Shrink.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/Shrink.xhp" indexer="include" status="PUBLISH"> + <title id="tit">Shrink</title> + <filename>/text/shared/01/Shrink.xhp</filename> + </topic> + </meta> +<body> + +<bookmark branch="hid/.uno:Shrink" id="bm_id0122200902452932" localize="false"/> +<bookmark branch="index" id="bm_id301705752086345"> +<bookmark_value>font;decrease size</bookmark_value> +<bookmark_value>text;decrease size</bookmark_value> +<bookmark_value>decrease size;font</bookmark_value> +</bookmark> +<section id="shrink"> + <h1 id="hd_id691705751786971"><variable id="h1"><link href="text/shared/01/Shrink.xhp">Decrease Size</link></variable></h1> + <paragraph id="par_id0122200903104247" role="paragraph"><ahelp hid=".">Reduces the font size of the selected text.</ahelp></paragraph> +</section> +<section id="howtoget"> + <embed href="text/shared/00/00040502.xhp#shrink"/> +</section> +</body> +</helpdocument> |