aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hpsf
Commit message (Expand)AuthorAgeFilesLines
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-092-21/+10
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-084-812/+703
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-2322-47/+48
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-221-8/+8
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-211-1/+0
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-201-0/+10
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-34/+39
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-123-129/+26
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-0110-176/+8
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-142-20/+19
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-092-20/+20
* Fix a typo in the file name, and add a generic method to POITextExtractor to ...Nick Burch2008-08-121-7/+7
* New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra...Nick Burch2008-08-121-0/+115
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-021-0/+0
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-211-0/+39
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...Rainer Klute2008-02-084-79/+110
* Add (disabled) failing testcase for bug #44375Nick Burch2008-02-072-0/+38
* Applied copy2license script to the files that were converted by dos2unix. ant...Henri Yandell2006-12-221-5/+6
* Applying dos2unix on some of the Java files. The copy2license script isn't pi...Henri Yandell2006-12-221-826/+826
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-229-45/+54
* * Writing support added to the SummaryInformation and DocumentSummaryInformat...Rainer Klute2006-03-0312-169/+1855
* - Support for variant type VT_R8 added.Rainer Klute2005-04-131-0/+1
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-3/+4
* With this patch some testcases are skipped if the default character set is no...Rainer Klute2004-09-191-9/+67
* Some code and documentation cleanup.Rainer Klute2004-08-151-1/+0
* Restored the functionality to use ALL files beginning with "Test" in src/test...Rainer Klute2004-08-151-29/+34
* Fixed a bug where a mutable section's format ID was written in the wrong byte...Rainer Klute2004-08-131-5/+13
* *** empty log message ***Rainer Klute2004-06-223-6/+16
* - New test case for writing 8-bit characters to Unicode property.Rainer Klute2004-06-221-46/+100
* - Maintainability increased by using symbolic names for constants.Rainer Klute2004-06-091-3/+15
* - Test files added.Rainer Klute2004-06-022-0/+0
* New licence changes.Glen Stampoultzis2004-04-097-312/+113
* I know POI developers are supposed to like working with binary data,Avik Sengupta2004-01-251-30/+43
* Buf fix plus testcasde: Reading property values failed with a StringIndexOutO...Rainer Klute2004-01-081-0/+0
* *** empty log message ***Rainer Klute2003-12-031-1/+2
* Oops - small bug fixed.Rainer Klute2003-12-031-1/+2
* HPSF: new testcase to check the new codepage support - plus a fix to correct ...Rainer Klute2003-12-031-14/+71
* HPSF: codepage support addedRainer Klute2003-12-022-35/+43
* ReformattedRainer Klute2003-11-241-30/+40
* bug 22195 ClassID support, by Michael Zalewski, sync from branch, pls verifyAvik Sengupta2003-10-311-0/+171
* - Comparing sections refined: For the dictionary (property 0) only the value ...Rainer Klute2003-09-203-0/+0
* These changes introduce the following HPSF enhancements and fixes:Rainer Klute2003-09-184-59/+118
* Test cases updated/enhanced.Rainer Klute2003-09-132-12/+30
* Oh, well, let's do it like this.Rainer Klute2003-09-041-4/+2
* Writing: API enhanced, bugs fixed, performance improvements, code simplificat...Rainer Klute2003-09-043-40/+133
* JDK 1.3 compilation issueAndrew C. Oliver2003-09-041-2/+2
* *** empty log message ***Rainer Klute2003-09-011-6/+3
* Test case added.Rainer Klute2003-09-011-0/+74
* Test cases for HPSF writing capability added.Rainer Klute2003-08-304-9/+545