diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-22 09:47:12 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-22 20:20:19 +0100 |
commit | ad8d101fec688539999cab824616f990a2cb0293 (patch) | |
tree | c508029300d0c28ace1d12a39929a13624a100a0 /source/text/shared/00 | |
parent | 724ae7f9e32fcd76b317d64657f26f35e75cb0a8 (diff) |
tdf#155875 UI cmds Format Text (cont)
+ Small Capitals
+ Patch in advance of fixing bugs tdf#149409 and tdf#157358
+ refactoring
Change-Id: Ibfc5bc8d0d9a3474914950232362ef94d2804880
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162397
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/00')
-rw-r--r-- | source/text/shared/00/00040502.xhp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/source/text/shared/00/00040502.xhp b/source/text/shared/00/00040502.xhp index d3f33fc152..f1c76facc2 100644 --- a/source/text/shared/00/00040502.xhp +++ b/source/text/shared/00/00040502.xhp @@ -746,6 +746,23 @@ </default> </switch> </section> + <section id="small_caps"> + <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> + <paragraph role="paragraph" id="par_id111705924730030">Choose <menuitem>Format - Text - Small Capitals</menuitem>.</paragraph> + <embed href="text/shared/00/00000004.xhp#from_toolbars"/> + <table id="tab_id911705924585991"> + <tablerow> + <tablecell> + <paragraph id="par_id371705924585992" role="paragraph"><image src="cmd/lc_smallcaps.svg" id="img_id861705924585993" width="1cm" height="1cm"><alt id="alt_id71705924585994">Icon Small Capitals</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id521705924585996" role="paragraph">Small Capitals</paragraph> + </tablecell> + </tablerow> + </table> + <embed href="text/shared/00/00000004.xhp#from_keyboard"/> + <paragraph role="paragraph" id="par_id111705924648381"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + K</keycode></paragraph> + </section> <section id="line_spacing"> <paragraph id="par_id3155377" role="paragraph">Choose <menuitem>Format - Spacing</menuitem>.</paragraph> </section> |