diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-03-01 01:36:45 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-03-05 13:27:00 +0100 |
commit | caaf639a8606d13a5eb6d389a0dc061082be0d7c (patch) | |
tree | ad9d76140e61ca859c0bd44b9f42df86a1659ef9 | |
parent | 86e43e1b40c3fdbdd6edd93c2b717e891e17cedb (diff) |
Add sections to frequently used buttons about certain style dialogs
- one for Paragraph, Frame and Page Styles only
- added to "Area" and "Transparency" tab
- one for Paragraph and Character Style only
- added to "Font Effects" tab
- (can also be used for "Highlighting)
Change-Id: Ibfc042ca914b71f3f62d5a5b337380d55a583fb6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89685
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/00/00000001.xhp | 6 | ||||
-rw-r--r-- | source/text/shared/01/05020200.xhp | 3 | ||||
-rw-r--r-- | source/text/shared/01/05210100.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/05210700.xhp | 1 |
4 files changed, 10 insertions, 2 deletions
diff --git a/source/text/shared/00/00000001.xhp b/source/text/shared/00/00000001.xhp index a96f66ab90..96f8897249 100644 --- a/source/text/shared/00/00000001.xhp +++ b/source/text/shared/00/00000001.xhp @@ -125,6 +125,12 @@ <h2 id="hd_id3156113">Apply</h2> <paragraph xml-lang="en-US" id="par_id3155341" role="paragraph"><ahelp hid=".">Applies the modified or selected values without closing the dialog.</ahelp></paragraph> </section> +<section id="only_ParaFramePage_style"> +<paragraph role="paragraph" xml-lang="en-US" id="par_id131583023155214">This option appears only for Paragraph Style, Frame Style, and Page Style.</paragraph> +</section> +<section id="only_ParaChar_style"> +<paragraph role="paragraph" xml-lang="en-US" id="par_id131583023155356">This option appears only for Paragraph Style and Character Style.</paragraph> +</section> <section id="eingabesymbol"> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/pivottablelayoutdialog/destination-button" id="bm_id3155067" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/multipleoperationsdialog/formulasref" id="bm_id3149785" localize="false"/> diff --git a/source/text/shared/01/05020200.xhp b/source/text/shared/01/05020200.xhp index b02dad55f2..7f42edf39c 100644 --- a/source/text/shared/01/05020200.xhp +++ b/source/text/shared/01/05020200.xhp @@ -183,7 +183,8 @@ <paragraph xml-lang="en-US" id="par_id3147436" role="paragraph"><ahelp hid="cui/ui/effectspage/positionlb">Specify where to display the emphasis marks.</ahelp></paragraph> <embed href="text/shared/00/00000001.xhp#vorschau"/> <embed href="text/shared/00/00000001.xhp#zurueck"/> - <embed href="text/shared/00/00000001.xhp#uebernehmen"/> +<comment>Only Writer has Apply button</comment> +<switch select="appl"><case select="WRITER"><embed href="text/shared/00/00000001.xhp#uebernehmen"/><embed href="text/shared/00/00000001.xhp#only_ParaChar_style"/></case></switch> <section id="relatedtopics"> <embed href="text/shared/guide/paintbrush.xhp#formatpaintbrush"/> <embed href="text/shared/guide/text_color.xhp#text_color"/> diff --git a/source/text/shared/01/05210100.xhp b/source/text/shared/01/05210100.xhp index e94d8278d5..807e8c8405 100644 --- a/source/text/shared/01/05210100.xhp +++ b/source/text/shared/01/05210100.xhp @@ -80,6 +80,6 @@ </variable></paragraph> <embed href="text/shared/00/00000001.xhp#zurueck"/> <comment>Chart does not have an Apply button</comment> -<switch select="appl"><case select="WRITER"><embed href="text/shared/00/00000001.xhp#uebernehmen"/></case></switch> +<switch select="appl"><case select="WRITER"><embed href="text/shared/00/00000001.xhp#uebernehmen"/><embed href="text/shared/00/00000001.xhp#only_ParaFramePage_style"/></case></switch> </body> </helpdocument> diff --git a/source/text/shared/01/05210700.xhp b/source/text/shared/01/05210700.xhp index d66cf50309..62eefe338f 100644 --- a/source/text/shared/01/05210700.xhp +++ b/source/text/shared/01/05210700.xhp @@ -81,5 +81,6 @@ <paragraph role="heading" id="hd_id3149575" xml-lang="en-US" level="2">Preview</paragraph> <paragraph role="paragraph" id="par_id3149798" xml-lang="en-US">Use the preview to view your changes before you apply the transparency effect to the color fill of the selected object.</paragraph> <embed href="text/shared/00/00000001.xhp#zurueck"/> +<switch select="appl"><case select="WRITER"><embed href="text/shared/00/00000001.xhp#uebernehmen"/><embed href="text/shared/00/00000001.xhp#only_ParaFramePage_style"/></case></switch> </body> </helpdocument> |