ooo-build r13303 - in trunk: . scratch/sc-xlsutil/src



Author: kyoshida
Date: Fri Jul 18 20:44:44 2008
New Revision: 13303
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13303&view=rev

Log:
2008-07-18  Kohei Yoshida  <kyoshida novell com>

	* scratch/sc-xlsutil/src/record.py: display raw formula bytes.


Modified:
   trunk/ChangeLog
   trunk/scratch/sc-xlsutil/src/record.py

Modified: trunk/scratch/sc-xlsutil/src/record.py
==============================================================================
--- trunk/scratch/sc-xlsutil/src/record.py	(original)
+++ trunk/scratch/sc-xlsutil/src/record.py	Fri Jul 18 20:44:44 2008
@@ -88,6 +88,7 @@
         self.appendLine("recalculate always: %d"%recalc)
         self.appendLine("calculate on open: %d"%calcOnOpen)
         self.appendLine("shared formula: %d"%sharedFormula)
+        self.appendLine("formula bytes: %s"%globals.getRawBytes(tokens, True, False))
         self.appendLine("tokens: "+ftext)
 
 



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