diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-25 16:22:50 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-25 22:18:26 +0100 |
commit | 901025c2369f44ed9830fc1db099988c35fdf9e2 (patch) | |
tree | a0508e395cb4d77cfb777193041d2c7a379f691a /source | |
parent | 951ecd9dc61c93144bd0af000e6d6c2ef5362894 (diff) |
Handle char transparency wrt application
Change-Id: I32ec494af9f9caa4c95fe35fa8da4e6788eeac59
Reviewed-on: https://gerrit.libreoffice.org/83712
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/01/05020200.xhp | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/source/text/shared/01/05020200.xhp b/source/text/shared/01/05020200.xhp index 5a94e3f345..593d82767f 100644 --- a/source/text/shared/01/05020200.xhp +++ b/source/text/shared/01/05020200.xhp @@ -85,10 +85,20 @@ <bookmark xml-lang="en-US" branch="hid/.uno:FontColor" id="bm_id3145801" localize="false"/> <paragraph xml-lang="en-US" id="par_id3144766" role="paragraph"><ahelp hid="." visibility="hidden"><variable id="textfarbe">Click to apply the current font color to the selected characters. You can also click here, and then drag a selection to change the text color. Click the arrow next to the icon to open the <emph>Font color</emph> toolbar. </variable></ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/fonttransparencymtr" id="bm_id0123200902144734" localize="false"/> -<h2 id="hd_id0123200902243377">Transparency</h2> -<paragraph xml-lang="en-US" id="par_id3146925" role="paragraph">Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all.</paragraph> -<bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/effectslb" id="bm_id0123200902144733" localize="false"/> + +<switch select="appl"> + <case select="WRITER"></case> + <case select="CALC"></case> + <case select="BASE"></case> + <case select="MATH"></case> + <default> + <bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/fonttransparencymtr" id="bm_id0123200902144734" localize="false"/> + <h2 id="hd_id0123200902243377">Transparency</h2> + <paragraph xml-lang="en-US" id="par_id3146925" role="paragraph">Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all.</paragraph> + <bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/effectslb" id="bm_id0123200902144733" localize="false"/> + </default> +</switch> + <switch select="appl"> <case select="WRITER"> <h2 id="hd_id3146137">Effects</h2> |