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=629865&view=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: r629849 - in /poi/trunk/src/testcases/org/apache/poi/hssf: data/OddStyleRecord.xls usermodel/TestBugs.java

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 08:22:18 2008 New Revision: 629849 URL: http://svn.apache.org/viewvc?rev=629849&view=rev Log: Add a disabled test for a file with whacky StyleRecords that trigger an AIOOB Added: poi/trunk/src/testcases/org/apache/poi/hssf/data/OddStyleRecord.xls (with props)

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

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 07:48:52 2008 New Revision: 629837 URL: http://svn.apache.org/viewvc?rev=629837&view=rev Log: Patch from Josh from bug #9 - Handle SharedFormulas better, for where there are formulas for the same area on two sheets, and when the shared formula flag is set incorr

svn commit: r629832 - in /poi/trunk/src/testcases/org/apache/poi: ./ ddf/ hpsf/basic/ poifs/ poifs/filesystem/ poifs/property/ poifs/storage/ util/

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 07:42:06 2008 New Revision: 629832 URL: http://svn.apache.org/viewvc?rev=629832&view=rev Log: Patch from Josh from bug #44437 - improved unit test for poifs Added: poi/trunk/src/testcases/org/apache/poi/AllPOITests.java (with props) poi/trunk/src/testcases/

svn commit: r629831 - in /poi/trunk: build.xml src/testcases/org/apache/poi/hssf/HSSFTests.java src/testcases/org/apache/poi/poifs/filesystem/TestEmptyDocument.java

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 07:40:34 2008 New Revision: 629831 URL: http://svn.apache.org/viewvc?rev=629831&view=rev Log: Patch from Josh from bug #44437 - improved unit test for poifs Modified: poi/trunk/build.xml poi/trunk/src/testcases/org/apache/poi/hssf/HSSFTests.java poi/trun

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=629829&view=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 not bei

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=629821&view=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/apac

svn commit: r629755 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/usermodel/HSSFPalette.java testcases/org/apache/poi/hss

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 03:34:25 2008 New Revision: 629755 URL: http://svn.apache.org/viewvc?rev=629755&view=rev Log: Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and add tests for it Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/tru

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=629742&view=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/t

svn commit: r629738 - in /poi/trunk/src: contrib/src/org/apache/poi/hssf/contrib/view/ documentation/content/xdocs/

2008-02-21 Thread nick
Author: nick Date: Thu Feb 21 02:36:08 2008 New Revision: 629738 URL: http://svn.apache.org/viewvc?rev=629738&view=rev Log: Fix from Josh from bug #44456 - Update contrib SViewer to not fail if a HSSFRow is null Modified: poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SVRowHeader