aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add null-handler in integration-tests for two Visio files which are not handl...Dominik Stadler2015-12-302-9/+21
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-303-0/+15
* Eclipse warningsDominik Stadler2015-12-306-10/+21
* Exclude file from integration-tests until bug 58760 is fixedDominik Stadler2015-12-301-0/+3
* WMF - remove test outputAndreas Beeker2015-12-292-11/+9
* Disabled unit test for #58760 (problem remains)Nick Burch2015-12-291-0/+17
* remove unused importJaven O'Neal2015-12-291-1/+0
* add commentJaven O'Neal2015-12-291-0/+1
* move commentJaven O'Neal2015-12-291-1/+1
* javadocsJaven O'Neal2015-12-291-2/+1
* add unit test for bug 58779 when the problem gets fixedJaven O'Neal2015-12-291-47/+77
* junit3 -> junit4Javen O'Neal2015-12-291-2/+10
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid...Javen O'Neal2015-12-291-0/+1
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid...Javen O'Neal2015-12-291-5/+36
* make spreadsheet file names static final rather than initializing them with s...Javen O'Neal2015-12-291-13/+5
* whitespaceJaven O'Neal2015-12-291-1/+1
* javadoc fixJaven O'Neal2015-12-291-1/+1
* bug 58775: set an upper limit on number of data formats, default 250.Javen O'Neal2015-12-296-39/+338
* fix javadocs warnings for r1721930 (bug 58775)Javen O'Neal2015-12-295-6/+6
* convert junit3 to junit4Javen O'Neal2015-12-292-8/+15
* whitespaceJaven O'Neal2015-12-291-95/+95
* WMF fixesAndreas Beeker2015-12-2920-703/+1996
* bug 58778: override a built-in number format, such as using £ instead of $ f...Javen O'Neal2015-12-293-1/+59
* bug 58740: javadocsJaven O'Neal2015-12-281-1/+43
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-289-30/+19
* bug 58775: consolidate HashMap and array numberFormats data structures to one...Javen O'Neal2015-12-281-18/+32
* write for loop for performance and readabilityJaven O'Neal2015-12-281-4/+2
* bug 58775: fix a>b which should be a>=b; use shorts instead of ints to hold n...Javen O'Neal2015-12-281-5/+8
* simplify bug 57880 test case:Javen O'Neal2015-12-281-32/+17
* add convenience methods for writing and reading back XSSFWorkbooksJaven O'Neal2015-12-281-35/+200
* bug 58775: use assertNotBuiltInFormatJaven O'Neal2015-12-281-2/+4
* java docsJaven O'Neal2015-12-281-1/+1
* bug 58775: add unit test to test for non-built-in data formatsJaven O'Neal2015-12-281-1/+29
* bug 58775: add Override annotations, Javadocs, and commentsJaven O'Neal2015-12-283-5/+28
* make HSSFCellStyle attributes final, add Override decorators on all methodsJaven O'Neal2015-12-281-7/+55
* bug 58740: add @Internal annotations and decrease access level to methods tha...Javen O'Neal2015-12-281-2/+27
* bug 58740: return unmodifiable list/map when exposing internal data structuresJaven O'Neal2015-12-271-4/+5
* Fix compiling unit-test after previous changesDominik Stadler2015-12-221-1/+1
* Fix some cases where file resources were not closed correctly, mostly when Ex...Dominik Stadler2015-12-223-5/+20
* fix commandline option in PPTX2PNG from quite to quietDominik Stadler2015-12-221-8/+10
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-2213-85/+168
* #56004 - Support for WMF rendering (parsing the WMF records)Andreas Beeker2015-12-2120-0/+5002
* Handle some cases better where file handles were left open by the ExtractorFa...Dominik Stadler2015-12-203-92/+160
* Unit test for non-reproducable #58747Nick Burch2015-12-171-0/+19
* Fix unit test for bug 58731 to actually runDominik Stadler2015-12-171-3/+6
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-163-0/+41
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-145-12/+65
* fix forbidden apis issuesAndreas Beeker2015-12-134-14/+32
* #58718 - Master styles not initialized when running multithreadedAndreas Beeker2015-12-135-11/+47
* bug 57450: javadoc fixes from Stefan ThurnherrJaven O'Neal2015-12-062-9/+3