diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-27 09:20:25 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-27 15:54:06 +0200 |
commit | 5c2ad05f8621f3af05ea573a529e00e417f6f9d3 (patch) | |
tree | da08557e10974934e737f0a7f864f2ca83c65e98 /source | |
parent | c82e14e8313305ba4fee0cc8662462005cac535d (diff) |
Indexing of flip UNO commands
Change-Id: I282d7e926eb4114d3ef35274492f2573a27f570f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156168
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/00/00040503.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/01/05240000.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/05240100.xhp | 3 | ||||
-rw-r--r-- | source/text/shared/01/05240200.xhp | 3 |
4 files changed, 8 insertions, 1 deletions
diff --git a/source/text/shared/00/00040503.xhp b/source/text/shared/00/00040503.xhp index 616169347e..3d56129727 100644 --- a/source/text/shared/00/00040503.xhp +++ b/source/text/shared/00/00040503.xhp @@ -80,6 +80,7 @@ <embed href="text/shared/00/00000004.xhp#from_toolbars"/> <embed href="text/shared/menu/submenu_rotateflip.xhp#syrotateflip"/> </section> + <section id="vertically"> <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> <switch select="appl"> diff --git a/source/text/shared/01/05240000.xhp b/source/text/shared/01/05240000.xhp index d49cbb3337..c709713579 100644 --- a/source/text/shared/01/05240000.xhp +++ b/source/text/shared/01/05240000.xhp @@ -32,11 +32,11 @@ </history> </meta> <body> -<section id="flip"> <bookmark branch="index" id="bm_id3151264"><bookmark_value>draw objects; flipping</bookmark_value> <bookmark_value>flipping draw objects</bookmark_value> </bookmark> <bookmark branch="hid/.uno:MirrorMenu" id="bm_id281693088717021" localize="false"/> +<section id="flip"> <h1 id="hd_id3151264"><link href="text/shared/01/05240000.xhp">Flip</link></h1> <paragraph role="paragraph" id="par_id3145759" xml-lang="en-US"><ahelp hid=".">Flips the selected object horizontally, or vertically.</ahelp></paragraph> </section> diff --git a/source/text/shared/01/05240100.xhp b/source/text/shared/01/05240100.xhp index 4f72bfc44e..b9c0a39eae 100644 --- a/source/text/shared/01/05240100.xhp +++ b/source/text/shared/01/05240100.xhp @@ -26,6 +26,9 @@ <body> <bookmark branch="hid/.uno:MirrorVert" id="bm_id3130053" localize="false"/> <bookmark branch="hid/.uno:ObjectMirrorVertical" id="bm_id8976524" localize="false"/> +<bookmark branch="index" id="bm_id711693137724092"> + <bookmark_value>flip;vertically</bookmark_value> +</bookmark> <section id="vertically"> <h1 id="hd_id3146959"><link href="text/shared/01/05240100.xhp">Flip Vertically</link></h1> <paragraph role="paragraph" id="par_id3149741"><ahelp hid=".">Flips the selected object(s) vertically from top to bottom.</ahelp></paragraph> diff --git a/source/text/shared/01/05240200.xhp b/source/text/shared/01/05240200.xhp index a584aab50c..434c3fae00 100644 --- a/source/text/shared/01/05240200.xhp +++ b/source/text/shared/01/05240200.xhp @@ -26,6 +26,9 @@ <body> <bookmark branch="hid/.uno:MirrorHorz" id="bm_id961748" localize="false"/> <bookmark branch="hid/.uno:ObjectMirrorHorizontal" id="bm_id6290416" localize="false"/> +<bookmark branch="index" id="bm_id61693137783540"> + <bookmark_value>flip;horizontally</bookmark_value> +</bookmark> <section id="horizontally"> <h1 id="hd_id3147543"><link href="text/shared/01/05240200.xhp">Flip Horizontally</link></h1> <paragraph role="paragraph" id="par_id3146936"><ahelp hid=".">Flips the selected object(s) horizontally from left to right.</ahelp></paragraph> |