summaryrefslogtreecommitdiff
path: root/scratch
AgeCommit message (Expand)AuthorFilesLines
2010-09-23[xls-dump] Parse more data in XF record.Kohei Yoshida1-31/+88
2010-07-16Added license header.Kohei Yoshida2-0/+52
2010-07-16Moved build analysis scripts into own directory under scratch.Kohei Yoshida2-0/+1190
2010-05-11fixed reading tab stops in text ruler atomRadek Doulik1-2/+5
2010-05-11added TextRulerAtom record handlerRadek Doulik2-1/+60
2010-05-07make sure error data isn't cleared on raise, testdocument update tooNoel Power1-0/+0
2010-05-04some improvements for performace patch, new version of Err test docNoel Power1-0/+0
2010-04-21tweak ErrObj behaviour, e.g. allow Err = 3 to raise the errorNoel Power1-0/+0
2010-04-15[xls-dump] Display data validation information in cXML mode.Kohei Yoshida2-10/+102
2010-04-15[xls-dump] Display ranges in DV record.Kohei Yoshida1-0/+13
2010-04-15[xls-dump] Finish parsing DV record.Kohei Yoshida2-12/+48
2010-04-15[xls-dump] Display flags in DV record.Kohei Yoshida1-2/+52
2010-04-15[xls-dump] Added handler for DV record.Kohei Yoshida2-1/+26
2010-04-15[xls-dump] Added handler for DVAL record.Kohei Yoshida2-1/+25
2010-04-14[xls-dump] Display conditional formatting ranges in cXML mode.Kohei Yoshida2-1/+37
2010-04-14[xls-dump] Interpret integer value in formula bytes.Kohei Yoshida2-3/+19
2010-04-14[xls-dump] More on parsing CF (conditional formatting) record.Kohei Yoshida2-40/+142
2010-04-14[xls-dump] Added handler for CONDFMT and CF records.Kohei Yoshida2-2/+84
2010-03-29[mso-dumper] Fixed a bug in NAME record handler & put error recovery guard.Kohei Yoshida1-4/+8
2010-03-25Fixed the p*u functions to avoid them crash gdbCédric Bosdonnat1-9/+6
2010-03-24[mso-dumper] Display SSSlideInfoAtomRadek Doulik2-1/+16
2010-03-23[mso-dumper] Display external ref sheet cache in cXML mode.Kohei Yoshida2-36/+170
2010-03-23[mso-dumper] Display cached formula results in cXML mode.Kohei Yoshida2-3/+22
2010-03-23[mso-dumper] Convert UTF-16 strings in the FONT records.Kohei Yoshida3-4/+5
2010-03-23[mso-dumper] Convert UTF-16 strings in CRN records.Kohei Yoshida1-1/+2
2010-03-23[mso-dumper] Pick up flags for OfficeArtClientAnchorSheet.Kohei Yoshida1-5/+11
2010-03-23[mso-dumper] Output drawing objects in cXML mode.Kohei Yoshida4-13/+100
2010-03-23[mso-dumper] More on parsing MSODRAW.Kohei Yoshida2-27/+60
2010-03-22[mso-dumper] Pick up Excel's MSODRAWINGSELECTION records.Kohei Yoshida3-1/+41
2010-03-22[mso-dumper] Pick up Excel's MSODRAWINGGROUP record.Kohei Yoshida4-19/+110
2010-03-19[mso-dumper] A little more code cleanup.Kohei Yoshida1-10/+6
2010-03-19[mso-dumper] Beautified header output.Kohei Yoshida1-17/+27
2010-03-19[mso-dumper] Code cleanup.Kohei Yoshida1-119/+75
2010-03-19[mso-dumper] Group Shape Boolean PropertiesKohei Yoshida1-1/+54
2010-03-19[mso-dumper] Fill Style Boolean PropertiesKohei Yoshida1-0/+41
2010-03-19[mso-dumper] More on picking up the fill color property.Kohei Yoshida1-17/+33
2010-03-19[mso-dumper] Handle fill color property of FOPT record.Kohei Yoshida1-0/+29
2010-03-19[mso-dumper] Moved the handler class itself to msodraw.py.Kohei Yoshida2-107/+121
2010-03-19[mso-dumper] Moved common function to globals.py.Kohei Yoshida3-39/+28
2010-03-19[mso-dumper] First round of separating the MSODRAW code.Kohei Yoshida2-211/+255
2010-03-19Fixed a bug in the spec file.Kohei Yoshida1-2/+3
2010-03-19Added Fredrik Ekholdt as one of the authors, for xmlpp.py.Kohei Yoshida1-0/+1
2010-03-19[mso-dumper] Added MIT license headers to those files that can be re-licensed.Kohei Yoshida9-26/+223
2010-03-19Corrected the spec file for mso-dumper per Petr's advice.Kohei Yoshida1-3/+4
2010-03-18Added files to package mso-dumper as an rpm package.Kohei Yoshida2-0/+84
2010-03-09[xls-dump] Fixed a parse error in RK record handler.Kohei Yoshida1-4/+14
2010-01-26[xls-dump] Added handler for the DEFROWHEIGHT record.Kohei Yoshida2-2/+25
2010-01-23[xls-dump] Improved handler for the XF record to pick up more bits.Kohei Yoshida1-4/+119
2010-01-22[xls-dump] Encode non-ascii range of shared strings in SST record.Kohei Yoshida2-2/+2
2010-01-17[xls-dump] No line breaks or indents when the element has content nodes.Kohei Yoshida1-13/+28