summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-12-05 09:06:43 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-12-05 13:16:14 +0100
commit597fde7bdd10866802b22abc512a8d356fa417ba (patch)
tree389179b5f2d1458e9cc0e721810b3480e4bc9cec
parent830406480085e533d5626963dd8342a512cfac82 (diff)
Fix image and icon dimension issues
with svg icons, image must set width and height. Change-Id: Idce5d74e4f07277d7bff532d941bc5d62648b095 Reviewed-on: https://gerrit.libreoffice.org/84558 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/scalc/02/02130000.xhp13
-rw-r--r--source/text/scalc/02/02140000.xhp12
-rw-r--r--source/text/scalc/02/02150000.xhp7
-rw-r--r--source/text/scalc/02/02160000.xhp13
-rw-r--r--source/text/scalc/02/02170000.xhp13
-rw-r--r--source/text/scalc/main0202.xhp44
-rw-r--r--source/text/shared/02/02170000.xhp8
7 files changed, 40 insertions, 70 deletions
diff --git a/source/text/scalc/02/02130000.xhp b/source/text/scalc/02/02130000.xhp
index b465c7b47a..64a8b87f8d 100644
--- a/source/text/scalc/02/02130000.xhp
+++ b/source/text/scalc/02/02130000.xhp
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,7 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
<helpdocument version="1.0">
<meta>
<topic id="textscalc0202130000xml" indexer="include" status="PUBLISH">
@@ -30,27 +27,21 @@
</history>
</meta>
<body>
-
-
<section id="waehrung">
<bookmark branch="hid/.uno:NumberFormatCurrency" xml-lang="en-US" id="bm_id3148701" localize="false"/>
-<paragraph id="hd_id3152892" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/02/02130000.xhp" name="Number format: Currency">Number format: Currency</link></paragraph>
+<h1 id="hd_id3152892"><link href="text/scalc/02/02130000.xhp" name="Number format: Currency">Number format: Currency</link></h1>
<paragraph role="paragraph" id="par_id3148837" xml-lang="en-US"><ahelp hid=".uno:NumberFormatCurrency" visibility="visible">Applies the default currency format to the selected cells.</ahelp></paragraph>
</section>
<section id="sywaehrung">
<table id="tbl_id3153915">
-
-
-
<tablerow>
<tablecell>
- <paragraph role="paragraph" id="par_id3155267" xml-lang="en-US"><image src="cmd/sc_currencyfield.png" id="img_id3159096"><alt xml-lang="en-US" id="alt_id3159096">Currency Number Format Icon</alt></image></paragraph>
+ <paragraph role="paragraph" id="par_id3155267" xml-lang="en-US"><image src="cmd/sc_currencyfield.svg" id="img_id3159096" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id3159096">Currency Number Format Icon</alt></image></paragraph>
</tablecell>
<tablecell>
<paragraph role="paragraph" id="par_id3150214" xml-lang="en-US">Number Format: Currency</paragraph>
</tablecell>
</tablerow>
-
</table>
</section>
<section id="relatedtopics">
diff --git a/source/text/scalc/02/02140000.xhp b/source/text/scalc/02/02140000.xhp
index 1228921a77..7b5070b00a 100644
--- a/source/text/scalc/02/02140000.xhp
+++ b/source/text/scalc/02/02140000.xhp
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,7 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
<helpdocument version="1.0">
<meta>
<topic id="textscalc0202140000xml" indexer="include" status="PUBLISH">
@@ -32,18 +29,17 @@
<body>
<section id="prozent">
<bookmark xml-lang="en-US" branch="hid/.uno:NumberFormatPercent" id="bm_id3153541" localize="false"/>
-<paragraph role="heading" id="hd_id3156329" xml-lang="en-US" level="1"><link href="text/scalc/02/02140000.xhp" name="Number format: Percent">Number format: Percent</link></paragraph>
+<h1 id="hd_id3156329"><link href="text/scalc/02/02140000.xhp" name="Number format: Percent">Number format: Percent</link></h1>
<paragraph role="paragraph" id="par_id3155629" xml-lang="en-US"><ahelp hid=".uno:NumberFormatPercent">Applies the percentage format to the selected cells.</ahelp></paragraph>
</section>
<section id="syprozent">
<table id="tbl_id3154758">
<tablerow>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US">
-<image id="img_id3150869" src="cmd/sc_numberformatpercent.png" width="5.64mm" height="5.64mm"><alt id="alt_id3150869" xml-lang="en-US">Icon</alt>
- </image></paragraph>
+<image id="img_id3150869" src="cmd/sc_numberformatpercent.svg" width="1cm" height="1cm"><alt id="alt_id3150869" xml-lang="en-US">Icon</alt></image></paragraph>
</tablecell>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_id3151114" xml-lang="en-US">Number Format: Percent</paragraph>
</tablecell>
</tablerow>
diff --git a/source/text/scalc/02/02150000.xhp b/source/text/scalc/02/02150000.xhp
index 90398511d3..ac6bb9fda5 100644
--- a/source/text/scalc/02/02150000.xhp
+++ b/source/text/scalc/02/02150000.xhp
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,7 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
<helpdocument version="1.0">
<meta>
<topic id="textscalc0202150000xml" indexer="include" status="PUBLISH">
@@ -32,14 +29,14 @@
<body>
<section id="standard">
<bookmark branch="hid/.uno:NumberFormatStandard" xml-lang="en-US" id="bm_id3152996" localize="false"/>
-<paragraph id="hd_id3149182" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/02/02150000.xhp" name="Number format: Default">Number format: Default</link></paragraph>
+<h1 id="hd_id3149182"><link href="text/scalc/02/02150000.xhp" name="Number format: Default">Number format: Default</link></h1>
<paragraph role="paragraph" id="par_id3163802" xml-lang="en-US"><ahelp hid=".uno:NumberFormatStandard" visibility="visible">Applies the default number format to the selected cells.</ahelp></paragraph>
</section>
<section id="systandard">
<table id="tbl_id3156326">
<tablerow>
<tablecell>
- <paragraph role="paragraph" id="par_id3155922" xml-lang="en-US"><image src="cmd/sc_numberformatstandard.png" id="img_id3156024"><alt xml-lang="en-US" id="alt_id3156024">Icon</alt></image></paragraph>
+ <paragraph role="paragraph" id="par_id3155922" xml-lang="en-US"><image src="cmd/sc_numberformatstandard.svg" id="img_id3156024" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id3156024">Icon Standard Format </alt></image></paragraph>
</tablecell>
<tablecell>
<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US">Number Format: Standard</paragraph>
diff --git a/source/text/scalc/02/02160000.xhp b/source/text/scalc/02/02160000.xhp
index d40dd9f685..79a4e5d108 100644
--- a/source/text/scalc/02/02160000.xhp
+++ b/source/text/scalc/02/02160000.xhp
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,7 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
<helpdocument version="1.0">
<meta>
<topic id="textscalc0202160000xml" indexer="include" status="PUBLISH">
@@ -32,23 +29,21 @@
<body>
<section id="dezimalhin"><comment>mw copied three index entries to Calc guide format_value.xhp</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:NumberFormatIncDecimals" id="bm_id1150276" localize="false"/>
-<paragraph role="heading" id="hd_id3150275" xml-lang="en-US" level="1"><link href="text/scalc/02/02160000.xhp" name="Number Format: Add Decimal Place">Number Format: Add Decimal Place</link></paragraph>
+<h1 id="hd_id3150275"><link href="text/scalc/02/02160000.xhp" name="Number Format: Add Decimal Place">Number Format: Add Decimal Place</link></h1>
<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US"><ahelp hid=".uno:NumberFormatIncDecimals">Adds one decimal place to the numbers in the selected cells.</ahelp></paragraph>
</section>
<section id="sydezimalhin">
<table id="tbl_id3156280">
<tablerow>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_id3145787" xml-lang="en-US">
-<image id="img_id3145271" src="cmd/sc_numberformatincdecimals.png" width="5.64mm" height="5.64mm"><alt id="alt_id3145271" xml-lang="en-US">Icon</alt>
- </image></paragraph>
+<image id="img_id3145271" src="cmd/sc_numberformatincdecimals.svg" width="1cm" height="1cm"><alt id="alt_id3145271" xml-lang="en-US">Icon Add Decimal Place</alt></image></paragraph>
</tablecell>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_id3149262" xml-lang="en-US">Number Format: Add Decimal Place</paragraph>
</tablecell>
</tablerow>
</table>
-
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/02/02170000.xhp b/source/text/scalc/02/02170000.xhp
index 9d10affac6..8d50de1ed0 100644
--- a/source/text/scalc/02/02170000.xhp
+++ b/source/text/scalc/02/02170000.xhp
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,7 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
<helpdocument version="1.0">
<meta>
<topic id="textscalc0202170000xml" indexer="include" status="PUBLISH">
@@ -32,23 +29,21 @@
<body>
<section id="dezimalweg"><comment>mw copied three index entries to Calc guide format_value.xhp</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:NumberFormatDecDecimals" id="bm_id9660963" localize="false"/>
-<paragraph role="heading" id="hd_id3149164" xml-lang="en-US" level="1"><link href="text/scalc/02/02170000.xhp" name="Number Format: Delete Decimal Place">Number Format: Delete Decimal Place</link></paragraph>
+<h1 id="hd_id3149164"><link href="text/scalc/02/02170000.xhp" name="Number Format: Delete Decimal Place">Number Format: Delete Decimal Place</link></h1>
<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US"><ahelp hid=".uno:NumberFormatDecDecimals">Removes one decimal place from the numbers in the selected cells.</ahelp></paragraph>
</section>
<section id="sydezimalweg">
<table id="tbl_id3154365">
<tablerow>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_id3145173" xml-lang="en-US">
-<image id="img_id3153192" src="cmd/sc_numberformatdecdecimals.png" width="5.64mm" height="5.64mm"><alt id="alt_id3153192" xml-lang="en-US">Icon</alt>
- </image></paragraph>
+<image id="img_id3153192" src="cmd/sc_numberformatdecdecimals.svg" width="1cm" height="1cm"><alt id="alt_id3153192" xml-lang="en-US">Icon Delete Decimal Place</alt></image></paragraph>
</tablecell>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US">Number Format: Delete Decimal Place</paragraph>
</tablecell>
</tablerow>
</table>
-
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/main0202.xhp b/source/text/scalc/main0202.xhp
index 937b3db85a..2b8ab8b832 100644
--- a/source/text/scalc/main0202.xhp
+++ b/source/text/scalc/main0202.xhp
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,7 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
<helpdocument version="1.0">
<meta>
<topic id="textscalcmain0202xml" indexer="include" status="PUBLISH">
@@ -32,7 +29,7 @@
<body>
<section id="imnormalmodus">
<!-- removed HID HID_SC_TOOLBOX_TABLE -->
-<paragraph role="heading" id="hd_id3150448" xml-lang="en-US" level="1"><link href="text/scalc/main0202.xhp" name="Formatting Bar">Formatting Bar</link></paragraph>
+<h1 id="hd_id3150448"><link href="text/scalc/main0202.xhp" name="Formatting Bar">Formatting Bar</link></h1>
<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US"><ahelp hid="HID_SC_TOOLBOX_TABLE">The <emph>Formatting</emph> bar contains basic commands for applying manually formatting.</ahelp></paragraph>
</section>
<embed href="text/shared/02/01230000.xhp#stylist"/>
@@ -47,19 +44,19 @@
<embed href="text/shared/00/00040502.xhp#sykursiv"/>
<embed href="text/shared/01/05110300.xhp#unter"/>
<embed href="text/shared/00/00040502.xhp#syunterstreichen"/>
-<paragraph role="heading" id="hd_id3153160" xml-lang="en-US" level="2"><link href="text/shared/01/05020200.xhp" name="Font Color">Font Color</link></paragraph>
+<h2 id="hd_id3153160"><link href="text/shared/01/05020200.xhp" name="Font Color">Font Color</link></h2>
<embed href="text/shared/01/05020200.xhp#textfarbe"/>
<embed href="text/shared/00/00000004.xhp#sytextfarbe"/>
-<paragraph role="heading" id="hd_id3150715" xml-lang="en-US" level="2"><link href="text/shared/01/05340300.xhp" name="Align Left">Align Left</link></paragraph>
+<h2 id="hd_id3150715"><link href="text/shared/01/05340300.xhp" name="Align Left">Align Left</link></h2>
<embed href="text/shared/01/05340300.xhp#linkstext"/>
<embed href="text/shared/00/00040502.xhp#sylinksbuendig"/>
-<paragraph role="heading" id="hd_id3155064" xml-lang="en-US" level="2"><link href="text/shared/01/05340300.xhp" name="Align Center Horizontally">Align Center Horizontally</link></paragraph>
+<h2 id="hd_id3155064"><link href="text/shared/01/05340300.xhp" name="Align Center Horizontally">Align Center Horizontally</link></h2>
<embed href="text/shared/01/05340300.xhp#zentrierttext"/>
<embed href="text/shared/00/00040502.xhp#syzentriert"/>
-<paragraph role="heading" id="hd_id3150042" xml-lang="en-US" level="2"><link href="text/shared/01/05340300.xhp" name="Align Right">Align Right</link></paragraph>
+<h2 id="hd_id3150042"><link href="text/shared/01/05340300.xhp" name="Align Right">Align Right</link></h2>
<embed href="text/shared/01/05340300.xhp#rechtstext"/>
<embed href="text/shared/00/00040502.xhp#syrechtsbuendig"/>
-<paragraph role="heading" id="hd_id3154703" xml-lang="en-US" level="2"><link href="text/shared/01/05340300.xhp" name="Justify">Justify</link></paragraph>
+<h2 id="hd_id3154703"><link href="text/shared/01/05340300.xhp" name="Justify">Justify</link></h2>
<embed href="text/shared/01/05340300.xhp#blocktext"/>
<embed href="text/shared/00/00040502.xhp#syblocksatz"/>
<embed href="text/scalc/02/02130000.xhp#waehrung"/>
@@ -80,48 +77,47 @@
<embed href="text/shared/02/03130000.xhp#syumrandung"/>
<embed href="text/shared/02/02170000.xhp#absatzhintergrund"/>
<embed href="text/shared/02/02170000.xhp#syabsatzhintergrund"/>
-<paragraph role="heading" id="hd_id3152986" xml-lang="en-US" level="2"><link href="text/shared/01/05340300.xhp" name="Align Top">Align Top</link></paragraph>
+<h2 id="hd_id3152986"><link href="text/shared/01/05340300.xhp" name="Align Top">Align Top</link></h2>
<embed href="text/shared/01/05340300.xhp#obentext"/>
<embed href="text/shared/00/00000004.xhp#syvertikaloben"/>
-<paragraph role="heading" id="hd_id3153306" xml-lang="en-US" level="2"><link href="text/shared/01/05340300.xhp" name="Align Center Vertically">Align Center Vertically</link></paragraph>
+<h2 id="hd_id3153306"><link href="text/shared/01/05340300.xhp" name="Align Center Vertically">Align Center Vertically</link></h2>
<embed href="text/shared/01/05340300.xhp#mittetext"/>
<embed href="text/shared/00/00000004.xhp#syvertikalmitte"/>
-<paragraph role="heading" id="hd_id3151240" xml-lang="en-US" level="2"><link href="text/shared/01/05340300.xhp" name="Align Bottom">Align Bottom</link></paragraph>
+<h2 id="hd_id3151240"><link href="text/shared/01/05340300.xhp" name="Align Bottom">Align Bottom</link></h2>
<embed href="text/shared/01/05340300.xhp#untentext"/>
<embed href="text/shared/00/00000004.xhp#syvertikalunten"/>
<bookmark xml-lang="en-US" branch="hid/.uno:NumberFormatDate" id="bm_id8329721" localize="false"/>
-<paragraph role="heading" id="par_idN10843" xml-lang="en-US" level="2">Number Format : Date</paragraph>
+<h2 id="par_idN10843">Number Format : Date</h2>
<paragraph role="paragraph" id="par_idN10847" xml-lang="en-US"><ahelp hid=".">Applies the date format to the selected cells.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:NumberFormatScientific" id="bm_id5850093" localize="false"/>
-<paragraph role="heading" id="par_idN1085E" xml-lang="en-US" level="2">Number Format: Exponential</paragraph>
+<h2 id="par_idN1085E">Number Format: Exponential</h2>
<paragraph role="paragraph" id="par_idN10862" xml-lang="en-US"><ahelp hid=".">Applies the exponential format to the selected cells.</ahelp></paragraph>
-<paragraph role="heading" id="par_idN10871" xml-lang="en-US" level="2">Additional icons</paragraph>
+<h2 id="par_idN10871">Additional icons</h2>
<paragraph role="paragraph" id="par_idN10875" xml-lang="en-US">If <link href="text/shared/00/00000005.xhp#ctl" name="CTL">CTL</link> support is enabled, two additional icons are visible.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:ParaLeftToRight" id="bm_id3149957" localize="false"/>
-<paragraph role="heading" id="par_idN1088E" xml-lang="en-US" level="2">Left-To-Right</paragraph>
+<h2 id="par_idN1088E">Left-To-Right</h2>
<table id="tbl_id2270882">
<tablerow>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="tablecontent" id="par_idN1089C" xml-lang="en-US">
-<image id="img_id8354747" src="cmd/sc_paralefttoright.png" width="0.222inch" height="0.222inch"><alt id="alt_id8354747" xml-lang="en-US">left to right icon</alt>
+<image id="img_id8354747" src="cmd/sc_paralefttoright.svg" width="1cm" height="1cm"><alt id="alt_id8354747" xml-lang="en-US">left to right icon</alt>
</image></paragraph>
</tablecell>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_idN108BA" xml-lang="en-US"><ahelp hid=".uno:ParaLeftToRight">The text is entered from left to right.</ahelp></paragraph>
</tablecell>
</tablerow>
</table>
-
<bookmark xml-lang="en-US" branch="hid/.uno:ParaRightToLeft" id="bm_id3147311" localize="false"/>
-<paragraph role="heading" id="par_idN108D1" xml-lang="en-US" level="2">Right-To-Left</paragraph>
+<h2 id="par_idN108D1">Right-To-Left</h2>
<table id="tbl_id3011566">
<tablerow>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="tablecontent" id="par_idN108DF" xml-lang="en-US">
-<image id="img_id2405774" src="cmd/sc_pararighttoleft.png" width="0.222inch" height="0.222inch"><alt id="alt_id2405774" xml-lang="en-US">right to left icon</alt>
+<image id="img_id2405774" src="cmd/sc_pararighttoleft.svg" width="1cm" height="1cm"><alt id="alt_id2405774" xml-lang="en-US">right to left icon</alt>
</image></paragraph>
</tablecell>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_idN108FD" xml-lang="en-US"><ahelp hid=".uno:ParaRightToLeft">The text formatted in a complex text layout language is entered from right to left.</ahelp></paragraph>
</tablecell>
</tablerow>
diff --git a/source/text/shared/02/02170000.xhp b/source/text/shared/02/02170000.xhp
index 0b097df0f6..6c68d70c76 100644
--- a/source/text/shared/02/02170000.xhp
+++ b/source/text/shared/02/02170000.xhp
@@ -27,17 +27,17 @@
<body>
<section id="absatzhintergrund">
<bookmark xml-lang="en-US" branch="hid/.uno:BackgroundColor" id="bm_id3148983" localize="false"/>
-<paragraph role="heading" id="hd_id3154232" xml-lang="en-US" level="1"><link href="text/shared/02/02170000.xhp" name="Background Color">Background Color</link></paragraph>
+<h1 id="hd_id3154232"><link href="text/shared/02/02170000.xhp" name="Background Color">Background Color</link></h1>
<paragraph role="paragraph" id="par_id3149140" xml-lang="en-US"><variable id="hintergrundfarbetext"><ahelp hid=".">Click to open a toolbar where you can click a background color for a paragraph. The color is applied to the background of the current paragraph or the selected paragraphs.</ahelp></variable></paragraph>
</section>
<embed href="text/shared/guide/background.xhp#background"/>
<section id="syabsatzhintergrund">
<table id="tbl_id3149177">
<tablerow>
- <tablecell colspan="" rowspan="">
- <paragraph role="paragraph" id="par_id3147276" xml-lang="en-US"><image id="img_id3148538" src="cmd/sc_backgroundcolor.png"><alt id="alt_id3148538" xml-lang="en-US">Icon</alt></image></paragraph>
+ <tablecell>
+ <paragraph role="paragraph" id="par_id3147276" xml-lang="en-US"><image id="img_id3148538" src="cmd/sc_backgroundcolor.svg" width="1cm" height="1cm"><alt id="alt_id3148538" xml-lang="en-US">Icon Background color</alt></image></paragraph>
</tablecell>
- <tablecell colspan="" rowspan="">
+ <tablecell>
<paragraph role="paragraph" id="par_id3144439" xml-lang="en-US">Background Color</paragraph>
</tablecell>
</tablerow>