[gnumeric] ODF handling of SEARCHB



commit d895d8dc2137da71d95343c0ce9168937e1505e4
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Sun Aug 23 21:13:15 2009 -0600

    ODF handling of SEARCHB
    
    2009-08-23  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* openoffice-read.c (oo_func_map_in): no need to map SEARCHB
    	* openoffice-write.c (odf_expr_func_handler): we now have
    	  SEARCHB

 plugins/openoffice/ChangeLog          |    6 ++++++
 plugins/openoffice/openoffice-read.c  |    1 -
 plugins/openoffice/openoffice-write.c |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 4ba170b..fa797a2 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,5 +1,11 @@
 2009-08-23  Andreas J. Guelzow <aguelzow pyrshep ca>
 
+	* openoffice-read.c (oo_func_map_in): no need to map SEARCHB
+	* openoffice-write.c (odf_expr_func_handler): we now have 
+	  SEARCHB
+
+2009-08-23  Andreas J. Guelzow <aguelzow pyrshep ca>
+
 	* openoffice-read.c (oo_func_map_in): no need to map REPLACEB
 	* openoffice-write.c (odf_expr_func_handler): we now have 
 	  REPLACEB
diff --git a/plugins/openoffice/openoffice-read.c b/plugins/openoffice/openoffice-read.c
index 111ebdc..df268dd 100644
--- a/plugins/openoffice/openoffice-read.c
+++ b/plugins/openoffice/openoffice-read.c
@@ -4580,7 +4580,6 @@ oo_func_map_in (GnmConventions const *convs, Workbook *scope,
 		{ "PDURATION","ODF.PDURATION" },
 		{ "PHI","ODF.PHI" },
 		{ "RRI","ODF.RRI" },
-		{ "SEARCHB","ODF.SEARCHB" },
 		{ "SHEET","ODF.SHEET" },
 		{ "SHEETS","ODF.SHEETS" },
 		{ "SUMIFS","ODF.SUMIFS" },
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index c912dfd..102c244 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -1876,7 +1876,7 @@ odf_expr_func_handler (GnmConventionsOut *out, GnmExprFunction const *func)
 		/* { "RRI","RRI" },  not implemented */
 		{ "RSQ","RSQ" },
 		{ "SEARCH","SEARCH" },
-		/* { "SEARCHB","SEARCHB" },  not implemented */
+		{ "SEARCHB","SEARCHB" },
 		{ "SEC","SEC" },
 		{ "SECH","SECH" },
 		{ "SECOND","SECOND" },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]