Author: kyoshida Date: Sat Feb 16 21:46:37 2008 New Revision: 11601 URL: http://svn.gnome.org/viewvc/ooo-build?rev=11601&view=rev
Log: 2008-02-16 Kohei Yoshida <[EMAIL PROTECTED]> * scratch/sc-xlsutil/src/stream.py: two more records identified. Modified: trunk/ChangeLog trunk/scratch/sc-xlsutil/src/stream.py Modified: trunk/scratch/sc-xlsutil/src/stream.py ============================================================================== --- trunk/scratch/sc-xlsutil/src/stream.py (original) +++ trunk/scratch/sc-xlsutil/src/stream.py Sat Feb 16 21:46:37 2008 @@ -162,6 +162,8 @@ 0x01BB: ["SXFDBTYPE", "SQL Datatype Identifier"], 0x01BC: ["PROT4REVPASS", "Shared Workbook Protection Password"], 0x01BE: ["DV", "Data Validation Criteria"], + 0x01C0: ["EXCEL9FILE", "Excel 9 File"], + 0X01C1: ["RECALCID", "Recalc Information"], 0x0200: ["DIMENSIONS", "Cell Table Size"], 0x0201: ["BLANK", "Blank Cell", record.Blank], 0x0203: ["NUMBER", "Floating-Point Cell Value", record.Number], _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.