noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 51/238: New version of libreoffice use the nu


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 51/238: New version of libreoffice use the numeric in another way
Date: Sat, 26 Oct 2019 04:40:29 -0400 (EDT)

sparkyx pushed a commit to annotated tag rel7110
in repository noalyss.

commit e12848f5779168a9c26764bec7b385f2c5a81fb1
Author: Dany De Bontridder <address@hidden>
Date:   Fri Apr 20 21:36:39 2018 +0200

    New version of libreoffice use the numeric in another way
---
 include/class/acc_bilan.class.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/class/acc_bilan.class.php 
b/include/class/acc_bilan.class.php
index 1dff742..8f17f63 100644
--- a/include/class/acc_bilan.class.php
+++ b/include/class/acc_bilan.class.php
@@ -454,9 +454,14 @@ class Acc_Bilan
                        /*  allow numeric cel in ODT for the formatting and 
formula */
                        if ( is_numeric($a) )
                          {
+                            /* -- for libreOffice < 5 or openoffice -- */
                            
$searched='office:value-type="string"><text:p>'.$f2_str;
                            $replaced='office:value-type="float" 
office:value="'.$a.'"><text:p>'.$f2_str;
                            $line_rtf=str_replace($searched, $replaced, 
$line_rtf);
+                            /* -- for libreOffice > 5 -- */
+                           $searched='office:value-type="string" 
calcext:value-type="string"><text:p>'.$f2_str;
+                           $replaced='office:value-type="float" 
office:value="'.$a.'" calcext:value-type="float"><text:p>'.$f2_str;
+                           $line_rtf=str_replace($searched, $replaced, 
$line_rtf);
                          }
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]