diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-06-07 12:33:51 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-06-07 17:38:17 +0200 |
commit | 374b792c275fbfb5fad9d12764fecde6d1d5aaaa (patch) | |
tree | 71b68beacb17afe4771ec04a208d64581712da01 /source/text/shared | |
parent | 850f6ca8e730f867fa981279aaa644c1770bd9a7 (diff) |
tdf#154996 Add tabbed UI commands in Help page
libreoffice-7-6-branch-point
+ refactoring
+ End of Writer edit menu
Change-Id: Ib93d75b18fd596eb27e92ad818656c0ef2bda821
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152710
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/00/edit_menu.xhp | 15 | ||||
-rw-r--r-- | source/text/shared/01/02200000.xhp | 17 |
2 files changed, 23 insertions, 9 deletions
diff --git a/source/text/shared/00/edit_menu.xhp b/source/text/shared/00/edit_menu.xhp index 522fc8a490..f423a554ee 100644 --- a/source/text/shared/00/edit_menu.xhp +++ b/source/text/shared/00/edit_menu.xhp @@ -383,7 +383,20 @@ <paragraph role="paragraph" id="par_id3148927">Select a frame, then choose <menuitem>Edit - OLE Object - Properties</menuitem>.</paragraph> <paragraph role="paragraph" id="par_id3156315">Open context menu of selected frame, choose <menuitem>Properties</menuitem>.</paragraph> </section> -<paragraph role="paragraph" id="par_id3149259"><variable id="edit1">Choose <menuitem>Edit - OLE Object</menuitem>.</variable></paragraph> + +<section id="edit1"> + <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> + <paragraph role="paragraph" id="par_id3149259">Choose <menuitem>Edit - OLE Object</menuitem>.</paragraph> + <embed href="text/shared/00/00000004.xhp#from_context"/> + <paragraph role="paragraph" id="par_id691686147047344">Choose commands in the menu.</paragraph> + <switch select="appl"> + <case select="WRITER"> + <embed href="text/shared/00/00000004.xhp#from_tabUI"/> + <paragraph role="paragraph" id="par_id661686145726427">Choose <menuitem>Object - Object menu - OLE object</menuitem>.</paragraph> + </case> + </switch> +</section> + <paragraph role="paragraph" id="par_id3154966"><variable id="edit2">Choose <menuitem>Edit - OLE Object - Edit</menuitem>, also in the context menu of selected object.</variable></paragraph> <paragraph role="paragraph" id="par_id3149565"><variable id="edit3">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable></paragraph> diff --git a/source/text/shared/01/02200000.xhp b/source/text/shared/01/02200000.xhp index ac864cc2b5..1a24952c6d 100644 --- a/source/text/shared/01/02200000.xhp +++ b/source/text/shared/01/02200000.xhp @@ -20,25 +20,26 @@ <meta> <topic id="textshared0102200000xml" indexer="include" status="PUBLISH"> - <title id="tit" xml-lang="en-US">OLE Object (Edit)</title> + <title id="tit">OLE Object (Edit)</title> <filename>/text/shared/01/02200000.xhp</filename> </topic> </meta> <body> <section id="object"> -<bookmark xml-lang="en-US" branch="hid/.uno:ObjectMenue" id="bm_id4538964" localize="false"/> -<h1 id="hd_id3146959" xml-lang="en-US"><link href="text/shared/01/02200000.xhp">OLE Object</link></h1> -<paragraph id="par_id3154840" role="paragraph" xml-lang="en-US"><variable id="object_text"><ahelp hid=".uno:ObjectMenue">Lets you edit a selected OLE object that you inserted from the <menuitem>Insert - OLE Object</menuitem> submenu.</ahelp></variable></paragraph> +<bookmark branch="hid/.uno:ObjectMenue" id="bm_id4538964" localize="false"/> +<h1 id="hd_id3146959"><link href="text/shared/01/02200000.xhp">OLE Object</link></h1> +<paragraph id="par_id3154840" role="paragraph"><variable id="object_text"><ahelp hid=".uno:ObjectMenue">Lets you edit a selected OLE object that you inserted from the <menuitem>Insert - OLE Object</menuitem> submenu.</ahelp></variable></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/edit_menu.xhp#edit1"/> </section> <embed href="text/shared/01/02200100.xhp#edit"/> -<embed href="text/shared/01/02200200.xhp#open"/> +<h2 id="hd_id231686147317950">Save Copy as</h2> +<paragraph role="paragraph" id="par_id871686147463891">Opens the <link href="text/shared/01/01060002.xhp">Save as</link> dialog to save a copy of the object in a file. The file extension suggested depends on the type of the OLE object.</paragraph> <section id="relatedtopics"> -<paragraph id="par_id3153551" role="paragraph" localize="false" xml-lang="en-US"><embedvar href="text/shared/01/04150000.xhp#oleobjecth1"/></paragraph> +<paragraph id="par_id3153551" role="paragraph" localize="false"><embedvar href="text/shared/01/04150000.xhp#oleobjecth1"/></paragraph> </section> -<bookmark xml-lang="en-US" branch="hid/.uno:OriginalSize" id="bm_id501724" localize="false"/> -<paragraph id="par_id1717886" role="paragraph" xml-lang="en-US"><ahelp hid="." visibility="hidden">Resizes the object to the original size.</ahelp></paragraph> +<bookmark branch="hid/.uno:OriginalSize" id="bm_id501724" localize="false"/> +<paragraph id="par_id1717886" role="paragraph"><ahelp hid="." visibility="hidden">Resizes the object to the original size.</ahelp></paragraph> </body> </helpdocument> |