svn commit: r576351 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/usermodel/HSSFSheet.java

2007-09-17 Thread nick
Author: nick Date: Mon Sep 17 03:29:27 2007 New Revision: 576351 URL: http://svn.apache.org/viewvc?rev=576351view=rev Log: Add a note on autoSizeColumn being a somewhat slow opperation. Update the status log Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/src

svn commit: r576519 - /poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.java

2007-09-17 Thread nick
Author: nick Date: Mon Sep 17 09:54:40 2007 New Revision: 576519 URL: http://svn.apache.org/viewvc?rev=576519view=rev Log: Fix for rows between 32767 and 65536, don't incorrectly cast to a short (fixes #43401) Modified: poi/trunk/src/java/org/apache/poi/hssf/record/aggregates

svn commit: r576505 - in /poi/trunk/src/scratchpad: src/org/apache/poi/POIDocument.java src/org/apache/poi/hslf/HSLFSlideShow.java testcases/org/apache/poi/hslf/TestReWrite.java testcases/org/apache/p

2007-09-17 Thread nick
Author: nick Date: Mon Sep 17 09:30:31 2007 New Revision: 576505 URL: http://svn.apache.org/viewvc?rev=576505view=rev Log: When writing out a HSLF file, optionally also write out all the different OLE2 streams, and not just the normal HSLF related ones Added: poi/trunk/src/scratchpad

svn commit: r576939 - in /poi/trunk/src: documentation/content/xdocs/ java/org/apache/poi/hssf/record/formula/ testcases/org/apache/poi/hssf/data/ testcases/org/apache/poi/hssf/record/formula/

2007-09-18 Thread nick
Author: nick Date: Tue Sep 18 08:01:15 2007 New Revision: 576939 URL: http://svn.apache.org/viewvc?rev=576939view=rev Log: Fix for cell references on rows 32768 (bug #43399) Added: poi/trunk/src/testcases/org/apache/poi/hssf/data/ReferencePtg.xls (with props) poi/trunk/src/testcases

svn commit: r577259 - in /poi/trunk: ./ src/java/org/apache/poi/ src/testcases/org/apache/poi/ src/testcases/org/apache/poi/hslf/ src/testcases/org/apache/poi/hslf/data/ src/testcases/org/apache/poi/h

2007-09-19 Thread nick
Author: nick Date: Wed Sep 19 04:56:36 2007 New Revision: 577259 URL: http://svn.apache.org/viewvc?rev=577259view=rev Log: Move POIDocument out of the scratchpad Added: poi/trunk/src/java/org/apache/poi/POIDocument.java (with props) poi/trunk/src/testcases/org/apache/poi

svn commit: r577317 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/POIDocument.java

2007-09-19 Thread nick
Author: nick Date: Wed Sep 19 07:40:44 2007 New Revision: 577317 URL: http://svn.apache.org/viewvc?rev=577317view=rev Log: Update POIDocument to use POILogger Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/src/documentation/content/xdocs/status.xml poi

svn commit: r578861 - /poi/trunk/build.xml

2007-09-24 Thread nick
Author: nick Date: Mon Sep 24 08:52:57 2007 New Revision: 578861 URL: http://svn.apache.org/viewvc?rev=578861view=rev Log: Add some testdata paths to the single unit test task, so that more of the scratchpad tests can be run individually Modified: poi/trunk/build.xml Modified: poi/trunk

svn commit: r579194 - in /poi/trunk/src: java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java testcases/org/apache/poi/hssf/usermodel/TestHSSFDateUtil.java

2007-09-25 Thread nick
Author: nick Date: Tue Sep 25 03:52:30 2007 New Revision: 579194 URL: http://svn.apache.org/viewvc?rev=579194view=rev Log: Fix from Pavel Krupets for Excel Bug Date (1900/2/29) Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java poi/trunk/src/testcases/org/apache

svn commit: r579197 - /poi/trunk/src/scratchpad/src/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.java

2007-09-25 Thread nick
Author: nick Date: Tue Sep 25 04:08:57 2007 New Revision: 579197 URL: http://svn.apache.org/viewvc?rev=579197view=rev Log: Improvement from Pavel - if we've already parsed a formula then evaluated it, don't re-do the parsing the second time Modified: poi/trunk/src/scratchpad/src/org/apache

svn commit: r580015 - /poi/trunk/src/java/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java

2007-09-27 Thread nick
Author: nick Date: Thu Sep 27 06:42:53 2007 New Revision: 580015 URL: http://svn.apache.org/viewvc?rev=580015view=rev Log: Fix True/False function arguments (from Pavel, bug #43496 Modified: poi/trunk/src/java/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java Modified: poi/trunk

svn commit: r584721 - in /poi/trunk/src: java/org/apache/poi/hssf/model/FormulaParser.java java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java scratchpad/src/org/apache/poi/hssf/usermodel/HSSFFormula

2007-10-15 Thread nick
Author: nick Date: Mon Oct 15 03:34:40 2007 New Revision: 584721 URL: http://svn.apache.org/viewvc?rev=584721view=rev Log: Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a convenience method on HSSFFormulaEvaluator Modified: poi/trunk/src/java/org/apache/poi/hssf

svn commit: r584788 - in /poi/trunk: legal/NOTICE src/java/org/apache/poi/hssf/model/FormulaParser.java

2007-10-15 Thread nick
Author: nick Date: Mon Oct 15 06:48:51 2007 New Revision: 584788 URL: http://svn.apache.org/viewvc?rev=584788view=rev Log: In FormulaParser, add in non-static methods too for toFormulaString, which use the existing Workbook. Also tweak licence notice for hdgf Modified: poi/trunk/legal

svn commit: r589224 - in /poi/trunk/src: java/org/apache/poi/ java/org/apache/poi/hssf/extractor/ scratchpad/src/org/apache/poi/hdgf/extractor/ scratchpad/src/org/apache/poi/hslf/extractor/ scratchpad

2007-10-27 Thread nick
Author: nick Date: Sat Oct 27 14:57:10 2007 New Revision: 589224 URL: http://svn.apache.org/viewvc?rev=589224view=rev Log: Implement an Excel text extractor, and put all the existing text extractors under a common superclass, so they're easier to find and use Added: poi/trunk/src/java/org

svn commit: r590024 - /poi/trunk/src/documentation/content/xdocs/hssf/quick-guide.xml

2007-10-30 Thread nick
Author: nick Date: Tue Oct 30 03:24:51 2007 New Revision: 590024 URL: http://svn.apache.org/viewvc?rev=590024view=rev Log: Fix tab vs space issue in documentation code block Modified: poi/trunk/src/documentation/content/xdocs/hssf/quick-guide.xml Modified: poi/trunk/src/documentation

svn commit: r594097 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/record/formula/IntPtg.java

2007-11-12 Thread nick
Author: nick Date: Mon Nov 12 04:47:34 2007 New Revision: 594097 URL: http://svn.apache.org/viewvc?rev=594097view=rev Log: Support getting and setting as int, as well as short (bug #43648) Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/src/documentation/content

svn commit: r600519 - in /poi/trunk/src: java/org/apache/poi/hssf/record/ java/org/apache/poi/hssf/util/ testcases/org/apache/poi/hssf/data/

2007-12-03 Thread nick
Author: nick Date: Mon Dec 3 05:17:41 2007 New Revision: 600519 URL: http://svn.apache.org/viewvc?rev=600519view=rev Log: More code from bug #27511, now ported to the new style record code Added: poi/trunk/src/java/org/apache/poi/hssf/record/DVRecord.java (with props) poi/trunk/src

svn commit: r600999 - in /poi/trunk/src/testcases/org/apache/poi/hssf/data: 1900DateWindowing.xls 1904DateWindowing.xls

2007-12-04 Thread nick
Author: nick Date: Tue Dec 4 09:01:08 2007 New Revision: 600999 URL: http://svn.apache.org/viewvc?rev=600999view=rev Log: Updated date windowing test fixes from bug #43551 Modified: poi/trunk/src/testcases/org/apache/poi/hssf/data/1900DateWindowing.xls poi/trunk/src/testcases/org/apache

svn commit: r603233 - in /poi/trunk/src/scratchpad: src/org/apache/poi/hssf/record/formula/functions/Trim.java testcases/org/apache/poi/hssf/data/FormulaEvalTestData.xls testcases/org/apache/poi/hssf/

2007-12-11 Thread nick
Author: nick Date: Tue Dec 11 05:03:53 2007 New Revision: 603233 URL: http://svn.apache.org/viewvc?rev=603233view=rev Log: Support for the Trim function, and a little enhancement to the formula evaluation test Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record/formula

svn commit: r606168 - /poi/trunk/build.xml

2007-12-21 Thread nick
Author: nick Date: Fri Dec 21 04:12:50 2007 New Revision: 606168 URL: http://svn.apache.org/viewvc?rev=606168view=rev Log: Make compile-scratchpad depend on compile-main, as it's dependent Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi

svn commit: r607063 - in /poi/trunk/src/scratchpad: ooxml-src/org/apache/poi/hssf/extractor/HXFExcelExtractor.java ooxml-src/org/apache/poi/hssf/usermodel/HSSFXMLCell.java ooxml-testcases/org/apache/p

2007-12-27 Thread nick
Author: nick Date: Thu Dec 27 05:02:17 2007 New Revision: 607063 URL: http://svn.apache.org/viewvc?rev=607063view=rev Log: Improve the xlsx text extraction, and have proper tests for it Added: poi/trunk/src/scratchpad/ooxml-src/org/apache/poi/hssf/usermodel/HSSFXMLCell.java (with props

svn commit: r609968 - /poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java

2008-01-08 Thread nick
Author: nick Date: Tue Jan 8 05:28:19 2008 New Revision: 609968 URL: http://svn.apache.org/viewvc?rev=609968view=rev Log: New tests for setLandscape, which seems to indicate that the problem reported in bug #43693 is incorrect Modified: poi/trunk/src/testcases/org/apache/poi/hssf/usermodel

svn commit: r610082 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/record/NameRecord.java testcases/org/apache/poi/hssf/us

2008-01-08 Thread nick
Author: nick Date: Tue Jan 8 09:49:08 2008 New Revision: 610082 URL: http://svn.apache.org/viewvc?rev=610082view=rev Log: Support for unicode named named ranges (patch and test from bug #42033) Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/src/documentation

svn commit: r610074 - in /poi/trunk/src/scratchpad: ooxml-src/org/apache/poi/hssf/ ooxml-src/org/apache/poi/hssf/extractor/ ooxml-src/org/apache/poi/hssf/usermodel/ ooxml-src/org/apache/poi/hxf/ ooxml

2008-01-08 Thread nick
Author: nick Date: Tue Jan 8 09:28:39 2008 New Revision: 610074 URL: http://svn.apache.org/viewvc?rev=610074view=rev Log: Patch from Ugo from bug #44185 - support getting shared strings for ooxml excel files, and further tests for the ooxml excel text extraction Modified: poi/trunk/src

svn commit: r610313 - in /poi/trunk/src: scratchpad/testcases/org/apache/poi/hssf/model/ testcases/org/apache/poi/hssf/ testcases/org/apache/poi/hssf/model/

2008-01-09 Thread nick
Author: nick Date: Wed Jan 9 01:22:20 2008 New Revision: 610313 URL: http://svn.apache.org/viewvc?rev=610313view=rev Log: Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFormulaEvaluator Added: poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/model

svn commit: r610328 - in /poi/trunk/src: java/org/apache/poi/hssf/usermodel/HSSFSheet.java testcases/org/apache/poi/hssf/data/43902.xls testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java

2008-01-09 Thread nick
Author: nick Date: Wed Jan 9 01:55:20 2008 New Revision: 610328 URL: http://svn.apache.org/viewvc?rev=610328view=rev Log: Have autoSizeColumn skip over merged regions - bug #43902. Patch from Paolo Added: poi/trunk/src/testcases/org/apache/poi/hssf/data/43902.xls (with props) Modified

svn commit: r610376 - /poi/trunk/src/testcases/org/apache/poi/hssf/data/Booleans.xlsx

2008-01-09 Thread nick
Author: nick Date: Wed Jan 9 05:04:18 2008 New Revision: 610376 URL: http://svn.apache.org/viewvc?rev=610376view=rev Log: Add a xlsx sample file with boolean formulas and values in it, as none of the official samples include any booleans! Added: poi/trunk/src/testcases/org/apache/poi/hssf

svn commit: r610496 - /poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java

2008-01-09 Thread nick
Author: nick Date: Wed Jan 9 10:38:44 2008 New Revision: 610496 URL: http://svn.apache.org/viewvc?rev=610496view=rev Log: Further font size tweaks for autosizing test (macs are even odder...) Modified: poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java Modified: poi

svn commit: r610506 - in /poi/trunk/src/scratchpad: ooxml-src/org/apache/poi/hssf/ ooxml-src/org/apache/poi/hssf/model/ ooxml-src/org/apache/poi/hssf/usermodel/ ooxml-testcases/org/apache/poi/hssf/ oo

2008-01-09 Thread nick
Author: nick Date: Wed Jan 9 10:46:30 2008 New Revision: 610506 URL: http://svn.apache.org/viewvc?rev=610506view=rev Log: Fix for SharedStringsTable in ooxml excel support, and related test updates now we have more to test Modified: poi/trunk/src/scratchpad/ooxml-src/org/apache/poi/hssf

svn commit: r614872 - /poi/branches/ooxml/src/scratchpad/ooxml-src/org/apache/poi/hxf/HXFDocument.java

2008-01-24 Thread nick
Author: nick Date: Thu Jan 24 05:14:58 2008 New Revision: 614872 URL: http://svn.apache.org/viewvc?rev=614872view=rev Log: Tidy up some duplicated code, now that openxml4j has RelationshipSource Modified: poi/branches/ooxml/src/scratchpad/ooxml-src/org/apache/poi/hxf/HXFDocument.java

svn commit: r614878 - in /poi/trunk/src: documentation/content/xdocs/ documentation/content/xdocs/hssf/ java/org/apache/poi/hssf/usermodel/ scratchpad/src/org/apache/poi/hssf/usermodel/ scratchpad/tes

2008-01-24 Thread nick
Author: nick Date: Thu Jan 24 06:13:05 2008 New Revision: 614878 URL: http://svn.apache.org/viewvc?rev=614878view=rev Log: Add another formula evaluation method, evaluateFormulaCell(cell), which will re-calculate the value for a formula, without affecting the formula itself. Add tests too

svn commit: r615255 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/record/formula/AreaPtg.java testcases/org/apache/poi/hs

2008-01-25 Thread nick
Author: nick Date: Fri Jan 25 08:15:49 2008 New Revision: 615255 URL: http://svn.apache.org/viewvc?rev=615255view=rev Log: Don't swap AreaPtg references from relative to absolute, by correctly processing the fields. Patch from bug #44293 Added: poi/trunk/src/testcases/org/apache/poi/hssf

svn commit: r617483 - /poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java

2008-02-01 Thread nick
Author: nick Date: Fri Feb 1 04:13:08 2008 New Revision: 617483 URL: http://svn.apache.org/viewvc?rev=617483view=rev Log: Tweak the javadoc so it's clearer on the overview what the getFormat method does Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java Modified

svn commit: r617523 - in /poi/trunk/src: java/org/apache/poi/hssf/record/ testcases/org/apache/poi/hssf/data/ testcases/org/apache/poi/hssf/record/ testcases/org/apache/poi/hssf/usermodel/

2008-02-01 Thread nick
Author: nick Date: Fri Feb 1 07:41:32 2008 New Revision: 617523 URL: http://svn.apache.org/viewvc?rev=617523view=rev Log: Get the Hyperlink record code so that it doesn't break any existing tests, and add in (no usermodel support yet though) Added: poi/trunk/src/testcases/org/apache/poi

svn commit: r618230 - in /poi/trunk/src: documentation/content/xdocs/ scratchpad/src/org/apache/poi/hssf/record/formula/functions/ scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/

2008-02-04 Thread nick
Author: nick Date: Mon Feb 4 02:48:29 2008 New Revision: 618230 URL: http://svn.apache.org/viewvc?rev=618230view=rev Log: Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh Micich in bug #44345 Added: poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/record

svn commit: r618676 - in /poi/branches/ooxml/src: java/org/apache/poi/hssf/usermodel/ ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/ ooxml/java/org/apache/poi/xssf/usermodel/

2008-02-05 Thread nick
Author: nick Date: Tue Feb 5 07:41:37 2008 New Revision: 618676 URL: http://svn.apache.org/viewvc?rev=618676view=rev Log: Have iterating over rows and cells work with JDK 1.5 foreach loops through java.lang.Iterable Modified: poi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel

svn commit: r618680 - in /poi/trunk/src/java/org/apache/poi/hssf/usermodel: HSSFRow.java HSSFSheet.java

2008-02-05 Thread nick
Author: nick Date: Tue Feb 5 07:51:29 2008 New Revision: 618680 URL: http://svn.apache.org/viewvc?rev=618680view=rev Log: Add java.lang.Iterable style methods for iterating over rows and cells, but don't actually implement that, as it wasn't in jdk 1.3 or jdk 1.4, with is rather tedious

svn commit: r618690 - /poi/trunk/src/documentation/content/xdocs/hssf/quick-guide.xml

2008-02-05 Thread nick
Author: nick Date: Tue Feb 5 08:21:21 2008 New Revision: 618690 URL: http://svn.apache.org/viewvc?rev=618690view=rev Log: Tweaks to the iterator use guides for hssf Modified: poi/trunk/src/documentation/content/xdocs/hssf/quick-guide.xml Modified: poi/trunk/src/documentation/content/xdocs

svn commit: r618692 - /poi/trunk/src/documentation/content/xdocs/getinvolved/index.xml

2008-02-05 Thread nick
Author: nick Date: Tue Feb 5 08:32:45 2008 New Revision: 618692 URL: http://svn.apache.org/viewvc?rev=618692view=rev Log: Few tweaks to the patching guide Modified: poi/trunk/src/documentation/content/xdocs/getinvolved/index.xml Modified: poi/trunk/src/documentation/content/xdocs

svn commit: r619382 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java testcases/org/apache/poi/hs

2008-02-07 Thread nick
Author: nick Date: Thu Feb 7 04:39:12 2008 New Revision: 619382 URL: http://svn.apache.org/viewvc?rev=619382view=rev Log: Patch from bug #44373 - Have HSSFDateUtil.isADateFormat support more date formats Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/src

svn commit: r619851 - /poi/trunk/src/documentation/content/xdocs/status.xml

2008-02-08 Thread nick
Author: nick Date: Fri Feb 8 04:02:10 2008 New Revision: 619851 URL: http://svn.apache.org/viewvc?rev=619851view=rev Log: Copy Rainer's change note from changes.xml to status.xml, as it's needed in both Modified: poi/trunk/src/documentation/content/xdocs/status.xml Modified: poi/trunk/src

svn commit: r619968 - /poi/trunk/src/documentation/content/xdocs/getinvolved/index.xml

2008-02-08 Thread nick
Author: nick Date: Fri Feb 8 10:17:29 2008 New Revision: 619968 URL: http://svn.apache.org/viewvc?rev=619968view=rev Log: Tweak layout Modified: poi/trunk/src/documentation/content/xdocs/getinvolved/index.xml Modified: poi/trunk/src/documentation/content/xdocs/getinvolved/index.xml URL

svn commit: r620557 - in /poi/trunk/src/testcases/org/apache/poi/hssf: data/42564-2.xls usermodel/TestBugs.java

2008-02-11 Thread nick
Author: nick Date: Mon Feb 11 09:55:09 2008 New Revision: 620557 URL: http://svn.apache.org/viewvc?rev=620557view=rev Log: Another test relating to bug #42564 - this one is still failing Added: poi/trunk/src/testcases/org/apache/poi/hssf/data/42564-2.xls (with props) Modified: poi

svn commit: r627779 - in /poi/trunk: ./ src/scratchpad/testcases/org/apache/poi/hssf/data/ src/testcases/org/apache/poi/hssf/data/

2008-02-14 Thread nick
Author: nick Date: Thu Feb 14 07:32:49 2008 New Revision: 627779 URL: http://svn.apache.org/viewvc?rev=627779view=rev Log: In the interests of sanity, stop having hssf test data files in scratchpad and main, go to just having them in main Added: poi/trunk/src/testcases/org/apache/poi/hssf

svn commit: r627999 - in /poi/trunk/src: scratchpad/testcases/org/apache/poi/hssf/data/ testcases/org/apache/poi/hssf/data/TestDataValidation.xls testcases/org/apache/poi/hssf/usermodel/TestDataValida

2008-02-15 Thread nick
Author: nick Date: Fri Feb 15 02:30:10 2008 New Revision: 627999 URL: http://svn.apache.org/viewvc?rev=627999view=rev Log: To avoid confusion and repeated changes in svn, update the TestDataValidation test to output its file (that needs opening in excel to check to output) into the system tmp

svn commit: r628027 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml scratchpad/src/org/apache/poi/hssf/record/formula/functions/Mid.java testcases/o

2008-02-15 Thread nick
Author: nick Date: Fri Feb 15 03:45:13 2008 New Revision: 628027 URL: http://svn.apache.org/viewvc?rev=628027view=rev Log: Fix for bug #44403 - Have mid use the third argument properly, and test Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/src/documentation

svn commit: r628029 - in /poi/trunk/src: documentation/content/xdocs/ scratchpad/src/org/apache/poi/hssf/usermodel/ scratchpad/testcases/org/apache/poi/hssf/record/formula/eval/

2008-02-15 Thread nick
Author: nick Date: Fri Feb 15 03:53:25 2008 New Revision: 628029 URL: http://svn.apache.org/viewvc?rev=628029view=rev Log: Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, VLOOKUP formulas, where a cell is actually allowed to reference itself Added: poi/trunk

svn commit: r629552 - in /poi/trunk/src: documentation/content/xdocs/ documentation/content/xdocs/hslf/ scratchpad/src/org/apache/poi/hssf/record/formula/eval/ scratchpad/src/org/apache/poi/hssf/recor

2008-02-20 Thread nick
Author: nick Date: Wed Feb 20 10:14:30 2008 New Revision: 629552 URL: http://svn.apache.org/viewvc?rev=629552view=rev Log: Patch from Josh from bug #44403 - Further support for unusual, but valid, arguments to the Mid function Added: poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record

svn commit: r629742 - in /poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view: SVRowHeader.java SVTableCellEditor.java SVTableCellRenderer.java SViewer.java SViewerPanel.java

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 02:49:25 2008 New Revision: 629742 URL: http://svn.apache.org/viewvc?rev=629742view=rev Log: Use the right way to figure out how many rows on a sheet, so we display the row number for all of them on the left hand side. Also, tidy up some imports Modified: poi

svn commit: r629821 - in /poi/trunk/src: documentation/content/xdocs/ java/org/apache/poi/hssf/record/formula/ scratchpad/src/org/apache/poi/hssf/record/formula/eval/ scratchpad/src/org/apache/poi/hss

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 07:08:44 2008 New Revision: 629821 URL: http://svn.apache.org/viewvc?rev=629821view=rev Log: Patch from Josh from bug #44371 - support for OFFSET function, and various tweaks to the formula evaluator to support this Added: poi/trunk/src/scratchpad/src/org

svn commit: r629829 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java testcases/org/apache/p

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 07:35:59 2008 New Revision: 629829 URL: http://svn.apache.org/viewvc?rev=629829view=rev Log: Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are now automatically closed. A warning is generated for people who might've relied on them

svn commit: r629865 - in /poi/trunk/legal: LICENSE NOTICE

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 08:44:46 2008 New Revision: 629865 URL: http://svn.apache.org/viewvc?rev=629865view=rev Log: At the request of legal-discuss, shuffle the ooxml xsd licence details into LICENSE from NOTICE Modified: poi/trunk/legal/LICENSE poi/trunk/legal/NOTICE Modified

svn commit: r630164 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/record/StyleRecord.java testcases/org/apache/poi/hssf/u

2008-02-22 Thread nick
Author: nick Date: Fri Feb 22 03:40:00 2008 New Revision: 630164 URL: http://svn.apache.org/viewvc?rev=630164view=rev Log: Bug #44471 - Crystal Reports generates files with short StyleRecords, which isn't allowed in the spec. Work around this Modified: poi/trunk/src/documentation/content

svn commit: r633114 - /poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java

2008-03-03 Thread nick
Author: nick Date: Mon Mar 3 07:01:18 2008 New Revision: 633114 URL: http://svn.apache.org/viewvc?rev=633114view=rev Log: Patch from Paolo from bug #44481 - getVerticallyCenter shouldn't take a parameter, but leave the old version in as deprecated for now Modified: poi/trunk/src/java/org

svn commit: r633118 - in /poi/trunk/src: documentation/content/xdocs/ java/org/apache/poi/ java/org/apache/poi/hssf/usermodel/ testcases/org/apache/poi/ testcases/org/apache/poi/hssf/usermodel/

2008-03-03 Thread nick
Author: nick Date: Mon Mar 3 07:10:46 2008 New Revision: 633118 URL: http://svn.apache.org/viewvc?rev=633118view=rev Log: Fix from Yegor from bug #44491 - don't have the new style handy POIDocument property stuff break old style hpsf+hssf use Added: poi/trunk/src/testcases/org/apache/poi

svn commit: r633126 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/model/FormulaParser.java java/org/apache/poi/hssf/recor

2008-03-03 Thread nick
Author: nick Date: Mon Mar 3 07:26:38 2008 New Revision: 633126 URL: http://svn.apache.org/viewvc?rev=633126view=rev Log: Patch from Josh from bug #44495 - Handle named cell ranges in formulas that have lower case parts Modified: poi/trunk/src/documentation/content/xdocs/changes.xml

svn commit: r633151 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/record/DVALRecord.java testcases/org/apache/poi/hssf/re

2008-03-03 Thread nick
Author: nick Date: Mon Mar 3 08:09:02 2008 New Revision: 633151 URL: http://svn.apache.org/viewvc?rev=633151view=rev Log: Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdowns Added: poi/trunk/src/testcases/org/apache/poi/hssf/record/TestDVALRecord.java (with props

svn commit: r633169 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/usermodel/HSSFCell.java scratchpad/testcases/org/apache

2008-03-03 Thread nick
Author: nick Date: Mon Mar 3 08:55:00 2008 New Revision: 633169 URL: http://svn.apache.org/viewvc?rev=633169view=rev Log: Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell on boolean formulas Added: poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf

svn commit: r633205 - /poi/trunk/src/java/org/apache/poi/hssf/record/formula/ArrayPtg.java

2008-03-03 Thread nick
Author: nick Date: Mon Mar 3 09:47:36 2008 New Revision: 633205 URL: http://svn.apache.org/viewvc?rev=633205view=rev Log: Fix indent, add more documentation, and make the error message more helpful Modified: poi/trunk/src/java/org/apache/poi/hssf/record/formula/ArrayPtg.java Modified: poi

svn commit: r633548 - in /poi/trunk/src/documentation/content/xdocs: changes.xml status.xml

2008-03-04 Thread nick
Author: nick Date: Tue Mar 4 08:59:02 2008 New Revision: 633548 URL: http://svn.apache.org/viewvc?rev=633548view=rev Log: Changelog update for last patch Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/src/documentation/content/xdocs/status.xml Modified: poi

svn commit: r634318 - in /poi/trunk/src: documentation/content/xdocs/ java/org/apache/poi/poifs/storage/ testcases/org/apache/poi/poifs/storage/ testcases/org/apache/poi/util/

2008-03-06 Thread nick
Author: nick Date: Thu Mar 6 07:54:06 2008 New Revision: 634318 URL: http://svn.apache.org/viewvc?rev=634318view=rev Log: Change the behaviour on short last blocks to be a warning not an exception, as some people seem to have real valid files that trigger this. Fixed bug #28231 Added: poi

svn commit: r634372 - /poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java

2008-03-06 Thread nick
Author: nick Date: Thu Mar 6 10:13:47 2008 New Revision: 634372 URL: http://svn.apache.org/viewvc?rev=634372view=rev Log: Add broken test for bug #43901 Modified: poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java Modified: poi/trunk/src/testcases/org/apache/poi/hssf

svn commit: r635031 - in /poi/branches/ooxml/src/ooxml: java/org/apache/poi/hslf/ java/org/apache/poi/hwpf/ java/org/apache/poi/xslf/ java/org/apache/poi/xslf/extractor/ java/org/apache/poi/xslf/userm

2008-03-08 Thread nick
Author: nick Date: Sat Mar 8 10:09:07 2008 New Revision: 635031 URL: http://svn.apache.org/viewvc?rev=635031view=rev Log: Start to rename hslf and hwpf in ooxml to xslf and xwpf Added: poi/branches/ooxml/src/ooxml/java/org/apache/poi/xslf/ - copied from r635019, poi/branches/ooxml

svn commit: r635255 - /poi/branches/ooxml/src/ooxml/java/org/apache/poi/POIXMLDocument.java

2008-03-09 Thread nick
Author: nick Date: Sun Mar 9 08:05:22 2008 New Revision: 635255 URL: http://svn.apache.org/viewvc?rev=635255view=rev Log: Fix a few ooxml unit tests Modified: poi/branches/ooxml/src/ooxml/java/org/apache/poi/POIXMLDocument.java Modified: poi/branches/ooxml/src/ooxml/java/org/apache/poi

svn commit: r636751 - in /poi/trunk/src: documentation/content/xdocs/ scratchpad/src/org/apache/poi/hwpf/model/ scratchpad/src/org/apache/poi/hwpf/usermodel/ scratchpad/testcases/org/apache/poi/hwpf/d

2008-03-13 Thread nick
Author: nick Date: Thu Mar 13 06:03:25 2008 New Revision: 636751 URL: http://svn.apache.org/viewvc?rev=636751view=rev Log: Patch from Raghu from bug #44580 - Fix bug #28627, where hwpf Range.delete() didn't work properly Added: poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/data

svn commit: r636756 - in /poi/trunk/src: documentation/content/xdocs/ java/org/apache/poi/hssf/util/ testcases/org/apache/poi/hssf/data/ testcases/org/apache/poi/hssf/usermodel/

2008-03-13 Thread nick
Author: nick Date: Thu Mar 13 06:20:09 2008 New Revision: 636756 URL: http://svn.apache.org/viewvc?rev=636756view=rev Log: Fix bug #44593 - improved handling of short DVRecords Added: poi/trunk/src/testcases/org/apache/poi/hssf/data/Bug44593.xls (with props) Modified: poi/trunk/src

svn commit: r636786 - in /poi/trunk/src: java/org/apache/poi/poifs/common/ java/org/apache/poi/poifs/eventfilesystem/ java/org/apache/poi/poifs/filesystem/ java/org/apache/poi/poifs/storage/ testcases

2008-03-13 Thread nick
Author: nick Date: Thu Mar 13 08:38:28 2008 New Revision: 636786 URL: http://svn.apache.org/viewvc?rev=636786view=rev Log: Make a start on handling different big block sizes in POIFS, but work isn't complete. See bug #35928 for part of what we're after Modified: poi/trunk/src/java/org

svn commit: r636790 - /poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java

2008-03-13 Thread nick
Author: nick Date: Thu Mar 13 08:58:34 2008 New Revision: 636790 URL: http://svn.apache.org/viewvc?rev=636790view=rev Log: Add test to show that bug #28031 is really closed Modified: poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java Modified: poi/trunk/src/testcases/org

svn commit: r637593 - in /poi/trunk/src: scratchpad/testcases/org/apache/poi/hssf/record/formula/eval/ testcases/org/apache/poi/hssf/data/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 08:20:47 2008 New Revision: 637593 URL: http://svn.apache.org/viewvc?rev=637593view=rev Log: Patch from Josh, which shows that various bugs are now fixed Added: poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/record/formula/eval/TestFormulaBugs.java

svn commit: r637610 - in /poi/branches/ooxml/src/ooxml: interfaces-jdk14/org/apache/poi/ss/usermodel/ interfaces-jdk15/org/apache/poi/ss/usermodel/ java/org/apache/poi/xssf/usermodel/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 09:51:58 2008 New Revision: 637610 URL: http://svn.apache.org/viewvc?rev=637610view=rev Log: Further workarounds for java being rubbish, by having a dedicated class to create concrete instances of interfaces for you Added: poi/branches/ooxml/src/ooxml

svn commit: r637614 - in /poi/branches/ooxml/src: documentation/content/xdocs/spreadsheet/ examples/src/org/apache/poi/ss/usermodel/examples/ java/org/apache/poi/hssf/usermodel/ testcases/org/apache/p

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 10:23:24 2008 New Revision: 637614 URL: http://svn.apache.org/viewvc?rev=637614view=rev Log: More create helper stuff, and some sample formatting files Added: poi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFCreationHelper.java (with props

svn commit: r637624 - in /poi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf: model/ model/SharedStringsTable.java model/StylesTable.java strings/ usermodel/XSSFWorkbook.java

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 11:57:15 2008 New Revision: 637624 URL: http://svn.apache.org/viewvc?rev=637624view=rev Log: Move the SharedStringsTable to a more generic package, and make a start on the styles table Added: poi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf/model

svn commit: r637669 - in /poi/branches/ooxml/src/ooxml: interfaces-jdk15/org/apache/poi/ss/usermodel/ java/org/apache/poi/xssf/model/ java/org/apache/poi/xssf/usermodel/ testcases/org/apache/poi/xssf/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 15:07:38 2008 New Revision: 637669 URL: http://svn.apache.org/viewvc?rev=637669view=rev Log: Start supporting styles on the XSSFWorkbook, and tests for it Added: poi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/StylesSource.java

svn commit: r637680 - in /poi/branches/ooxml/src/ooxml: interfaces-jdk15/org/apache/poi/ss/usermodel/ java/org/apache/poi/xssf/model/ java/org/apache/poi/xssf/usermodel/ testcases/org/apache/poi/xssf/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 15:44:10 2008 New Revision: 637680 URL: http://svn.apache.org/viewvc?rev=637680view=rev Log: Start to tidy up the model loading, to reduce duplicated code, and make it cleaner Added: poi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf/model/XSSFModel.java

svn commit: r637688 - in /poi/branches/ooxml/src/ooxml: interfaces-jdk15/org/apache/poi/ss/usermodel/ java/org/apache/poi/xssf/model/ java/org/apache/poi/xssf/usermodel/ testcases/org/apache/poi/xssf/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 16:30:51 2008 New Revision: 637688 URL: http://svn.apache.org/viewvc?rev=637688view=rev Log: Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbook Modified: poi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel

svn commit: r638785 - /poi/trunk/src/documentation/content/xdocs/index.xml

2008-03-19 Thread nick
Author: nick Date: Wed Mar 19 04:03:42 2008 New Revision: 638785 URL: http://svn.apache.org/viewvc?rev=638785view=rev Log: Reformat index page slightly, and add some info on ooxml support being in progress, but not yet ready Modified: poi/trunk/src/documentation/content/xdocs/index.xml

svn commit: r638803 - in /poi/trunk/src/testcases/org/apache/poi/hssf: data/41546.xls data/44593.xls data/Bug44593.xls usermodel/TestBugs.java

2008-03-19 Thread nick
Author: nick Date: Wed Mar 19 04:57:38 2008 New Revision: 638803 URL: http://svn.apache.org/viewvc?rev=638803view=rev Log: Added test to show that bug #41546 is already fixed. Also rename a test file to be more consistent Added: poi/trunk/src/testcases/org/apache/poi/hssf/data/41546.xls

svn commit: r638804 - in /poi/trunk/src/testcases/org/apache/poi/hssf: data/43251.xls usermodel/TestBugs.java

2008-03-19 Thread nick
Author: nick Date: Wed Mar 19 05:01:32 2008 New Revision: 638804 URL: http://svn.apache.org/viewvc?rev=638804view=rev Log: Add test to show that bug #43251 is already fixed Added: poi/trunk/src/testcases/org/apache/poi/hssf/data/43251.xls (with props) Modified: poi/trunk/src/testcases

svn commit: r638812 [3/3] - in /poi/trunk/src: documentation/content/xdocs/ java/org/apache/poi/hssf/model/ java/org/apache/poi/hssf/record/ java/org/apache/poi/hssf/record/aggregates/ java/org/apache

2008-03-19 Thread nick
Added: poi/trunk/src/testcases/org/apache/poi/hssf/record/aggregates/TestCFRecordsAggregate.java URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/hssf/record/aggregates/TestCFRecordsAggregate.java?rev=638812view=auto

svn commit: r638815 - in /poi/trunk/src: documentation/content/xdocs/ java/org/apache/poi/util/ testcases/org/apache/poi/poifs/storage/

2008-03-19 Thread nick
Author: nick Date: Wed Mar 19 05:49:35 2008 New Revision: 638815 URL: http://svn.apache.org/viewvc?rev=638815view=rev Log: Fix bug #44627 - improve the thread safety of POILogFactory Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/src/documentation/content/xdocs

svn commit: r639231 - in /poi/trunk/src: scratchpad/src/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.java scratchpad/testcases/org/apache/poi/hssf/usermodel/TestFormulaEvaluatorBugs.java testcas

2008-03-20 Thread nick
Author: nick Date: Thu Mar 20 03:06:59 2008 New Revision: 639231 URL: http://svn.apache.org/viewvc?rev=639231view=rev Log: Test relating to bug #44636 Added: poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/usermodel/TestFormulaEvaluatorBugs.java (with props) poi/trunk/src

svn commit: r639242 - in /poi/trunk/src: java/org/apache/poi/hssf/record/RecordInputStream.java testcases/org/apache/poi/hssf/data/44643.xls testcases/org/apache/poi/hssf/usermodel/TestBugs.java

2008-03-20 Thread nick
Author: nick Date: Thu Mar 20 04:02:39 2008 New Revision: 639242 URL: http://svn.apache.org/viewvc?rev=639242view=rev Log: Fix for readCompressedUnicode not moaning about length=0, from bug #44643 Added: poi/trunk/src/testcases/org/apache/poi/hssf/data/44643.xls (with props) Modified

svn commit: r639487 [2/2] - in /poi/trunk/src/documentation: content/xdocs/ content/xdocs/dtd/ content/xdocs/entity/ resources/images/ skins/poi-site/css/

2008-03-20 Thread nick
Modified: poi/trunk/src/documentation/content/xdocs/historyandfuture.xml URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/historyandfuture.xml?rev=639487r1=639486r2=639487view=diff == ---

svn commit: r639602 - /poi/trunk/src/documentation/content/xdocs/faq.xml

2008-03-21 Thread nick
Author: nick Date: Fri Mar 21 05:10:52 2008 New Revision: 639602 URL: http://svn.apache.org/viewvc?rev=639602view=rev Log: FAQ page doesn't like the new doc dtd, so go back to the old one for it Modified: poi/trunk/src/documentation/content/xdocs/faq.xml Modified: poi/trunk/src

svn commit: r639611 [2/2] - in /poi/branches/ooxml/src/documentation: content/xdocs/ content/xdocs/dtd/ content/xdocs/entity/ resources/images/ skins/poi-site/css/

2008-03-21 Thread nick
Propchange: poi/branches/ooxml/src/documentation/content/xdocs/entity/ISOtech.pen -- svn:eol-style = native Modified: poi/branches/ooxml/src/documentation/content/xdocs/historyandfuture.xml URL:

svn commit: r639637 - in /poi/branches/ooxml: build.xml ooxml-lib/

2008-03-21 Thread nick
Author: nick Date: Fri Mar 21 06:41:45 2008 New Revision: 639637 URL: http://svn.apache.org/viewvc?rev=639637view=rev Log: Tweak some build paths, and add in some tasks for running things like POIFSView and BiffViewer Modified: poi/branches/ooxml/build.xml poi/branches/ooxml/ooxml-lib

svn commit: r639723 - in /poi/branches/ooxml: build.xml src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java

2008-03-21 Thread nick
Author: nick Date: Fri Mar 21 10:31:14 2008 New Revision: 639723 URL: http://svn.apache.org/viewvc?rev=639723view=rev Log: New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so we can update references. Finally, some more tests Modified: poi/branches/ooxml/build.xml

svn commit: r639752 - /poi/branches/ooxml/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java

2008-03-21 Thread nick
Author: nick Date: Fri Mar 21 11:35:52 2008 New Revision: 639752 URL: http://svn.apache.org/viewvc?rev=639752view=rev Log: Expand on XSSFWorkbook tests, and get them working (needs updated ooxml) Modified: poi/branches/ooxml/src/ooxml/testcases/org/apache/poi/xssf/usermodel

svn commit: r639766 - in /poi/branches/ooxml/src/ooxml: java/org/apache/poi/xssf/usermodel/XSSFSheet.java java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java testcases/org/apache/poi/xssf/usermodel/T

2008-03-21 Thread nick
Author: nick Date: Fri Mar 21 12:14:43 2008 New Revision: 639766 URL: http://svn.apache.org/viewvc?rev=639766view=rev Log: Excel objects to cols/ in a sheet, so avoid outputting that Modified: poi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java poi/branches

svn commit: r639779 - in /poi/branches/ooxml/src/ooxml: java/org/apache/poi/xssf/model/ java/org/apache/poi/xssf/usermodel/ testcases/org/apache/poi/xssf/usermodel/

2008-03-21 Thread nick
Author: nick Date: Fri Mar 21 12:54:35 2008 New Revision: 639779 URL: http://svn.apache.org/viewvc?rev=639779view=rev Log: Get it to the point that existing .xslx files can be loaded+saved, and opened by excel without warning, and new files can be loaded but with a warning Modified: poi

svn commit: r640006 - /poi/branches/ooxml/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCell.java

2008-03-22 Thread nick
Author: nick Date: Sat Mar 22 08:11:01 2008 New Revision: 640006 URL: http://svn.apache.org/viewvc?rev=640006view=rev Log: Now StylesTable works, re-enable previously failing cell test which now passes Modified: poi/branches/ooxml/src/ooxml/testcases/org/apache/poi/xssf/usermodel

svn commit: r640056 - /poi/branches/ooxml/build.xml

2008-03-22 Thread nick
Author: nick Date: Sat Mar 22 11:55:14 2008 New Revision: 640056 URL: http://svn.apache.org/viewvc?rev=640056view=rev Log: Add note about needing to give ant more memory to run all the tests Modified: poi/branches/ooxml/build.xml Modified: poi/branches/ooxml/build.xml URL: http

svn commit: r640057 - /poi/trunk/build.xml

2008-03-22 Thread nick
Author: nick Date: Sat Mar 22 11:55:22 2008 New Revision: 640057 URL: http://svn.apache.org/viewvc?rev=640057view=rev Log: Add note about needing to give ant more memory to run all the tests Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi

svn commit: r641796 - in /poi/trunk/src: documentation/content/xdocs/ scratchpad/src/org/apache/poi/hwpf/ scratchpad/src/org/apache/poi/hwpf/model/ scratchpad/testcases/org/apache/poi/hwpf/data/ scrat

2008-03-27 Thread nick
Author: nick Date: Thu Mar 27 05:48:55 2008 New Revision: 641796 URL: http://svn.apache.org/viewvc?rev=641796view=rev Log: Patch from Raghu from bug #44652 - Improved handling of Pictures in Word Documents Added: poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44603.doc

svn commit: r641934 - /poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/usermodel/TestBug44691.java

2008-03-27 Thread nick
Author: nick Date: Thu Mar 27 11:24:39 2008 New Revision: 641934 URL: http://svn.apache.org/viewvc?rev=641934view=rev Log: Add failing (but disabled) test from bug #44691 Added: poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/usermodel/TestBug44691.java (with props) Added: poi

svn commit: r642231 - in /poi/trunk/src/testcases/org/apache/poi/hssf: data/44693.xls usermodel/TestBugs.java

2008-03-28 Thread nick
Author: nick Date: Fri Mar 28 06:35:37 2008 New Revision: 642231 URL: http://svn.apache.org/viewvc?rev=642231view=rev Log: Add test to show that bug #44693 is incorrect Added: poi/trunk/src/testcases/org/apache/poi/hssf/data/44693.xls (with props) Modified: poi/trunk/src/testcases/org

svn commit: r642556 - /poi/branches/ooxml/

2008-03-29 Thread nick
Author: nick Date: Sat Mar 29 09:48:35 2008 New Revision: 642556 URL: http://svn.apache.org/viewvc?rev=642556view=rev Log: Tell svnmerge to skip a few documentation related changes Modified: poi/branches/ooxml/ (props changed) Propchange: poi/branches/ooxml

svn commit: r642557 - in /poi/branches/ooxml: ./ src/documentation/content/xdocs/ src/java/org/apache/poi/hssf/model/ src/java/org/apache/poi/hssf/record/ src/java/org/apache/poi/hssf/record/aggregate

2008-03-29 Thread nick
Author: nick Date: Sat Mar 29 10:00:47 2008 New Revision: 642557 URL: http://svn.apache.org/viewvc?rev=642557view=rev Log: Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via svnmerge from https://svn.apache.org/repos/asf/poi/trunk r638803 | nick | 2008-03

svn commit: r642560 [3/3] - in /poi/branches/ooxml: ./ src/documentation/content/xdocs/ src/documentation/content/xdocs/hwpf/ src/java/org/apache/poi/hssf/model/ src/java/org/apache/poi/hssf/record/ s

2008-03-29 Thread nick
Modified: poi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java URL: http://svn.apache.org/viewvc/poi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java?rev=642560r1=642559r2=642560view=diff

svn commit: r642560 [1/3] - in /poi/branches/ooxml: ./ src/documentation/content/xdocs/ src/documentation/content/xdocs/hwpf/ src/java/org/apache/poi/hssf/model/ src/java/org/apache/poi/hssf/record/ s

2008-03-29 Thread nick
Author: nick Date: Sat Mar 29 10:19:09 2008 New Revision: 642560 URL: http://svn.apache.org/viewvc?rev=642560view=rev Log: Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,613402-614210,614212-614273,614275-614869,614871-614877,614879-614908,614910-615189,615191

svn commit: r642563 - /poi/trunk/build.xml

2008-03-29 Thread nick
Author: nick Date: Sat Mar 29 10:35:53 2008 New Revision: 642563 URL: http://svn.apache.org/viewvc?rev=642563view=rev Log: Looks like trunk will now produce 3.0.3, and ooxml branch will be 3.1, so update build.xml in trunk accordingly Modified: poi/trunk/build.xml Modified: poi/trunk

  1   2   3   4   5   6   7   8   9   10   >