summaryrefslogtreecommitdiff
path: root/filter/source/xslt/export/wordml/ooo2wordml_border.xsl
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-08-11 09:57:55 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-09-20 16:11:23 +0200
commit28dff3780f9074f585bd626e2f06c94124ef4910 (patch)
tree9af8f298166c110af5e180170ed3a4ea3ff8d240 /filter/source/xslt/export/wordml/ooo2wordml_border.xsl
parent732d2e8bb19dbb65f6786e0d109020c189920e1e (diff)
Clean up xsl files
* Remove trailing spaces * Use 4 spaces for indentation everywhere See discussion at https://lists.freedesktop.org/archives/libreoffice/2017-September/078433.html Change-Id: I0bb9a0b9b0502cdf0870529cea37ee9c4d1ffdf4 Reviewed-on: https://gerrit.libreoffice.org/41009 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'filter/source/xslt/export/wordml/ooo2wordml_border.xsl')
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_border.xsl36
1 files changed, 18 insertions, 18 deletions
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_border.xsl b/filter/source/xslt/export/wordml/ooo2wordml_border.xsl
index ac3bde0e703f..affd1f7aebbb 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_border.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_border.xsl
@@ -39,24 +39,24 @@
</xsl:choose>
</xsl:variable>
<!-- MS word and SO wirter borders Mapping
- MS word Borders SO borders
- w:val="single" w:sz="0" 0.05pt(0.002cm);solid
- w:val="single" w:sz="12" 1.00pt(0.035cm);solid
- w:val="single" w:sz="18" 2.50pt(0.088cm);solid
- w:val="single" w:sz="36" 4.00pt(0.141cm);solid
- w:val="single" w:sz="48" 5.00pt(0.176cm);solid
- w:val="double" w:sz="2" 1.10pt(0.039cm);double
- w:val="double" w:sz="6" 2.60pt(0.092cm);double
- w:val="thin-thick-small-gap" w:sz="12" 3.00pt(0.105cm);double
- w:val="thin-thick-large-gap" w:sz="18" 3.55pt(0.125cm);double
- w:val="thick-thin-medium-gap" w:sz="24" 4.50pt(0.158cm);double
- w:val="thin-thick-medium-gap" w:sz="24" 5.05pt(0.178cm);double
- w:val="thin-thick-small-gap" w:sz="24" 6.00pt(0.211cm);double
- w:val="thin-thick-medium-gap" w:sz="36 " 6.55pt(0.231cm);double
- w:val="double" w:sz="18" 7.50pt(0.264cm);double
- w:val="thin-thick-medium-gap" w:sz="48" 9.00pt(0.317cm);double;style:border-line-width="0.088cm 0.088cm 0.141cm"
- w:val="double" w:sz="24" 9.00pt(0.317cm);double;style:border-line-width="0.141cm 0.088cm 0.088cm"
- we adjust the criteria by adding about 1/2 range of this current criteria and next criteria. Gary. Yang -->
+ MS word Borders SO borders
+ w:val="single" w:sz="0" 0.05pt(0.002cm);solid
+ w:val="single" w:sz="12" 1.00pt(0.035cm);solid
+ w:val="single" w:sz="18" 2.50pt(0.088cm);solid
+ w:val="single" w:sz="36" 4.00pt(0.141cm);solid
+ w:val="single" w:sz="48" 5.00pt(0.176cm);solid
+ w:val="double" w:sz="2" 1.10pt(0.039cm);double
+ w:val="double" w:sz="6" 2.60pt(0.092cm);double
+ w:val="thin-thick-small-gap" w:sz="12" 3.00pt(0.105cm);double
+ w:val="thin-thick-large-gap" w:sz="18" 3.55pt(0.125cm);double
+ w:val="thick-thin-medium-gap" w:sz="24" 4.50pt(0.158cm);double
+ w:val="thin-thick-medium-gap" w:sz="24" 5.05pt(0.178cm);double
+ w:val="thin-thick-small-gap" w:sz="24" 6.00pt(0.211cm);double
+ w:val="thin-thick-medium-gap" w:sz="36" 6.55pt(0.231cm);double
+ w:val="double" w:sz="18" 7.50pt(0.264cm);double
+ w:val="thin-thick-medium-gap" w:sz="48" 9.00pt(0.317cm);double;style:border-line-width="0.088cm 0.088cm 0.141cm"
+ w:val="double" w:sz="24" 9.00pt(0.317cm);double;style:border-line-width="0.141cm 0.088cm 0.088cm"
+ we adjust the criteria by adding about 1/2 range of this current criteria and next criteria. Gary. Yang -->
<xsl:variable name="microsoft-border-style-size">
<xsl:choose>
<xsl:when test=" $border-style = 'solid'">