From 8fdef3e8d8ead3903795df87cbf66256691542b1 Mon Sep 17 00:00:00 2001 From: Peter Jentsch Date: Tue, 1 May 2012 00:16:34 +0200 Subject: optimized handling of ConditionalFormatting elements Removed ill-performing key definitions. Also fixes bug with bogus expression quoting within formatting conditions. Change-Id: Iab9b26f30ac7f780acb8a4e1397aaf2f4fa490f4 --- .../import/spreadsheetml/spreadsheetml2ooo.xsl | 258 ++++++++++----------- 1 file changed, 126 insertions(+), 132 deletions(-) (limited to 'filter/source/xslt') diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl index 71f1baa492d0..cd223f82a44b 100644 --- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl +++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl @@ -764,117 +764,122 @@ - - + + + - - - - - - - - - - - - - - - table-cell - - - - - - + + + + + + + + + + + + + + + + + + table-cell + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + @@ -895,31 +900,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -929,7 +909,7 @@ - + @@ -940,8 +920,22 @@ - + + + + + = + < + > + <= + >= + != + + + + + -- cgit