poi/src/testcases/org/apache/poi
Nick Burch a3899a57d8 Resolve bug #49139 - don't assume that the block size is always 512 bytes. Instead of hard coding this value in, pass around the new POIFSBigBlockSize object that holds the size and various helper subsizes. Should now be possible to open 4k block files without error.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937834 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25 17:35:56 +00:00
..
ddf Removed unused imports under src/java and src/testcases. Other minor fixes. 2009-12-09 00:12:32 +00:00
hpsf avoid creating unnecessary temp files, tighten up usage of temp files in unit tests 2010-01-14 19:23:13 +00:00
hssf Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026 2010-04-24 17:17:20 +00:00
poifs Resolve bug #49139 - don't assume that the block size is always 512 bytes. Instead of hard coding this value in, pass around the new POIFSBigBlockSize object that holds the size and various helper subsizes. Should now be possible to open 4k block files without error. 2010-04-25 17:35:56 +00:00
ss Add patch from Jukka from bug #48617 + test - Optionally allow the overriding of the Locale used by DataFormatter to control how the default number and date formats should look 2010-01-26 16:21:17 +00:00
util Improved how HSMF handles multiple recipients 2010-01-12 12:02:18 +00:00
AllPOITests.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
POIDataSamples.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
TestPOIDocumentMain.java Add support for creating SummaryInformation and DocumentSummaryInformation properties on POIDocuments that don't have them, via POIDocument.createInformationProperties() 2009-11-25 12:37:48 +00:00