diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:26:12 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:36:48 +0100 |
commit | f9cb7f4660c039f7bf18bf60f6fb9c77f7e4f54b (patch) | |
tree | 782ece64afc2930b2d2eff3d5d54301a76df9dfa /source/text/schart | |
parent | ac1db7fbf890d5393d5a2132d6bafe13dbc1c7a9 (diff) |
switchinline is no valid child of "item" either
sed command used:
's#\(<item[^>]*>\)\(<switchinline[^>]*><caseinline[^>]*>\)\([^>]*\)\(</caseinline><defaultinline>\)\([^<]*\)\(</defaultinline></switchinline>\)\([^<]*</item>\)#\2\1\3</item>\4\1\5</item>\6\1\7#g'
Change-Id: I386bb105520449b3a9dbb27d9508499af0a21cc9
Diffstat (limited to 'source/text/schart')
-rw-r--r-- | source/text/schart/01/04020000.xhp | 2 | ||||
-rw-r--r-- | source/text/schart/01/type_xy.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/schart/01/04020000.xhp b/source/text/schart/01/04020000.xhp index f1fd1b3592..b8ebeaefd4 100644 --- a/source/text/schart/01/04020000.xhp +++ b/source/text/schart/01/04020000.xhp @@ -77,7 +77,7 @@ <paragraph role="heading" id="hd_id3152871" xml-lang="en-US" level="3" l10n="U" oldref="14">Bottom</paragraph> <paragraph role="paragraph" id="par_id3153249" xml-lang="en-US" l10n="U" oldref="15"><ahelp hid="modules/schart/ui/tp_LegendPosition/bottom">Positions the legend at the bottom of the chart.</ahelp></paragraph> <paragraph role="heading" id="hd_id1106200812072645" xml-lang="en-US" level="2" l10n="NEW">Text Orientation</paragraph> -<paragraph role="paragraph" id="par_id1106200812072653" xml-lang="en-US" l10n="NEW">This feature is only available if complex text layout support is enabled in <item type="menuitem"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages</item>.</paragraph> +<paragraph role="paragraph" id="par_id1106200812072653" xml-lang="en-US" l10n="NEW">This feature is only available if complex text layout support is enabled in <switchinline select="sys"><caseinline select="MAC"><item type="menuitem">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - Options</item></defaultinline></switchinline><item type="menuitem"> - Language settings - Languages</item>.</paragraph> <bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_LegendPosition/LB_LEGEND_TEXTDIR" id="bm_id1106200812070599" localize="false"/> <paragraph role="heading" id="hd_id1106200812112444" xml-lang="en-US" level="3" l10n="NEW">Text Direction</paragraph> <paragraph role="paragraph" id="par_id1106200812112530" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp></paragraph> diff --git a/source/text/schart/01/type_xy.xhp b/source/text/schart/01/type_xy.xhp index a8a4589b8d..396abea43a 100644 --- a/source/text/schart/01/type_xy.xhp +++ b/source/text/schart/01/type_xy.xhp @@ -68,7 +68,7 @@ <paragraph role="paragraph" id="par_id0805200810492449" xml-lang="en-US" l10n="NEW">For 2D charts, you can choose <item type="menuitem">Insert - Y Error Bars</item> to enable the display of error bars.</paragraph> <paragraph role="paragraph" id="par_id6221198" xml-lang="en-US" l10n="NEW">You can enable the display of mean value lines and trend lines using commands on the Insert menu.</paragraph> <paragraph role="heading" id="hd_id1393475" xml-lang="en-US" level="3" l10n="NEW">Points only</paragraph> -<paragraph role="paragraph" id="par_id6571550" xml-lang="en-US" l10n="NEW">Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colors for each data series. The default colors are set in <item type="menuitem"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</item>. </paragraph> +<paragraph role="paragraph" id="par_id6571550" xml-lang="en-US" l10n="NEW">Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colors for each data series. The default colors are set in <switchinline select="sys"><caseinline select="MAC"><item type="menuitem">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - Options</item></defaultinline></switchinline><item type="menuitem"> - Charts - Default Colors</item>. </paragraph> <paragraph role="heading" id="hd_id5376140" xml-lang="en-US" level="3" l10n="NEW">Lines Only</paragraph> <paragraph role="paragraph" id="par_id4408093" xml-lang="en-US" l10n="NEW">This variant draws straight lines from one data point to the next. The data points are not shown by icons. </paragraph> <paragraph role="paragraph" id="par_id7261268" xml-lang="en-US" l10n="NEW">The drawing order is the same as the order in the data series. Mark <emph>Sort by X Values</emph> to draw the lines in the order of the x values. This sorting applies only to the chart, not to the data in the table.</paragraph> |