[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice
Subject:    Re: Problem with KSpread freom KDE 2.0 branch
From:       Laurent Montel <lmontel () mandrakesoft ! com>
Date:       2000-11-22 12:19:55
[Download RAW message or body]

Le Mercredi 22 Novembre 2000 11:17, Toshitaka Fujioka a écrit :
> Hello.
>
> > After upgarding Debian packages today I have a lot of problems with
> > formulas with kspread. Copy & paste formulas doesn't work. Kspread hangs
> > when saving document with a lot of formulas etc.
>
> I think that a problem is settled when you use this patch.

diff -ur koffice-2.0.org/kspread/kspread_cell.cc 
koffice-2.0/kspread/kspread_cell.cc
--- koffice-2.0.org/kspread/kspread_cell.cc      Mon Oct 16 20:40:37 2000
+++ koffice-2.0/kspread/kspread_cell.cc  Tue Nov 21 13:46:41 2000
@@ -3838,7 +3850,7 @@
         if ( isFormular() )
         {
             QDomElement text = doc.createElement( "text" );
-            text.appendChild( doc.createTextNode( encodeFormular() ) );
+            text.appendChild( doc.createTextNode( 
m_strText/*encodeFormular()*/ ) );
             cell.appendChild( text );
         }


No you must encode formular otherwise you copy just =B5
and not a reference.

Bye

for me copy/paste works.
What is the problem ?

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic