aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* findbugs fixesAndreas Beeker2015-11-015-330/+401
* replace deprecated usage of AreaReference as a result of bug 56328Javen O'Neal2015-10-311-11/+15
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-311-0/+96
* supporting changes for bug 58452: copy cell formulas containing unregistered ...Javen O'Neal2015-10-311-0/+3
* bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows...Javen O'Neal2015-10-291-0/+106
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-296-42/+56
* Fix Sonar-Maven build, correctly determine path to test-fileDominik Stadler2015-10-261-1/+1
* Bug 56957: Avoid error if Workbook with empty SharedStringTable is writtenDominik Stadler2015-10-261-0/+39
* #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), whichNick Burch2015-10-241-1/+9
* bug 33174: Use common unit test for testNoMergedRegionsIsEmptyListJaven O'Neal2015-10-231-8/+0
* XDGF: fix jenkins build errorsDustin Spicuzza2015-10-191-0/+16
* Add Visio OOXML text extractor + testsDustin Spicuzza2015-10-192-12/+64
* poi-visio import: reformat code to fit project standards, remove JRE 7ismsDustin Spicuzza2015-10-191-130/+128
* Import poi-visio codebaseDustin Spicuzza2015-10-191-0/+159
* Bug 58499: Don't report Zip-Bomb for small files which should not cause memor...Dominik Stadler2015-10-171-73/+69
* Remove unnecessary warning suppressionsDavid North2015-10-161-2/+0
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-124-252/+380
* Retry which measures duration a few times to see if that reduces the number o...Dominik Stadler2015-10-081-8/+23
* sonar fixes and closing resources after useAndreas Beeker2015-10-061-5/+18
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466David North2015-10-052-25/+100
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-054-169/+255
* sonar fixesAndreas Beeker2015-09-306-49/+58
* Verify that bug 51998 is actually fixed since some time already.Dominik Stadler2015-09-291-23/+34
* Verify that bug 45541 can be resolved, add some more checks in XSLFFileHandlerDominik Stadler2015-09-291-1/+36
* Make XSSF and HSSF consistent in getMergedRegions - return empty list if ther...David North2015-09-231-0/+7
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-214-8/+149
* Bug 58333: Apply patch to verify behavior on row-index before and after the l...Dominik Stadler2015-09-202-0/+11
* Bug 58332: Adjust implementation of dev-util 'MemoryUsage' to print out infor...Dominik Stadler2015-09-201-10/+30
* close resources in junit testsAndreas Beeker2015-09-203-35/+64
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-202-38/+61
* Apply patch from bug 57890 to add support for different datatypes in XSSFImpo...Dominik Stadler2015-09-171-8/+41
* Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over...Nick Burch2015-09-172-4/+85
* Verify that bug 55406 can be closed WORKSFORMEDominik Stadler2015-09-131-0/+27
* Add test case for bug 54399Dominik Stadler2015-09-131-0/+16
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-133-268/+239
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-124-14/+37
* Bug 58326 - Forbidden APIs patches - second set of changes for charset settingsAndreas Beeker2015-09-081-0/+4
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-079-660/+789
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-14/+14
* Bug 58315: Avoid NPE for RichTextString without font-detailsDominik Stadler2015-09-051-0/+21
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-032-7/+20
* Fix bug 53275: reset indexed color flag when setting a non-indexed colorDominik Stadler2015-09-031-6/+14
* Add unit test which verifies that bug 53105 is actually fixed nowDominik Stadler2015-09-031-0/+17
* Add unit tests to verify that bug 51626 and bug 51451 are fixedDominik Stadler2015-09-031-1/+46
* Add unit tests which verify that the issues from bug 48962 and 50755 do not o...Dominik Stadler2015-09-031-0/+42
* Fix some Forbidden APIs errorsNick Burch2015-09-012-4/+7
* Fix some Forbidden APIs errorsNick Burch2015-09-011-2/+3
* Add possibility to set zoomPercent for XWPFDocumentDominik Stadler2015-08-261-2/+24
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-241-1/+1
* Reduce required memory in tests by not actually creating all the rows/cells w...Dominik Stadler2015-08-241-8/+10