summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* prevent slideshow test-data files shapes.pptx and tables_test.pptx from being...Javen O'Neal2015-11-236-25/+100
* bug 58365: patch from Hannes Erven. Update XSSFSheetXMLHandler.java to use Ce...Javen O'Neal2015-11-231-25/+12
* whitespaceJaven O'Neal2015-11-231-156/+156
* bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress i...Javen O'Neal2015-11-233-52/+183
* convert junit3 to junit4Javen O'Neal2015-11-235-17/+43
* bug 58637: contribution from Hannes Erven: add CellAddress class, distinct fr...Javen O'Neal2015-11-233-2/+279
* fix unnecessary cast warningsAndreas Beeker2015-11-2229-86/+119
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-2160-368/+435
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-2139-287/+459
* #58630 - Signing failed after deletion of first sheetAndreas Beeker2015-11-202-2/+37
* findbugs fixesAndreas Beeker2015-11-194-283/+320
* #55955 - Filling an existing ppt table stopped working with 3.9Andreas Beeker2015-11-161-8/+67
* #54210 When saving PPT to PNG, some text is rendered backwardsAndreas Beeker2015-11-147-257/+376
* Fix typo in EscherPropertiesAndreas Beeker2015-11-141-2/+2
* Add default XmlOptions to XMLBeans parsingAndreas Beeker2015-11-141-1/+2
* Add security checkUwe Schindler2015-11-111-0/+2
* Fix remaining security manager problems. Forbiddenapis now passes.Uwe Schindler2015-11-118-69/+44
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-1116-225/+200
* #58597: Add more AccessController.doPrivileged. We should fix them later!Uwe Schindler2015-11-112-19/+37
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-1122-91/+74
* Fixed Off-by-one-Error which skipped paragraph stylesAndreas Beeker2015-11-091-1/+1
* Wrap more security related reflection in AccessControllerUwe Schindler2015-11-091-17/+27
* Use Lucene's unmapping code inside AccessController.doPrivileged() for unmapp...Uwe Schindler2015-11-091-22/+25
* #53192 - Images in ppt file have wrong width when convering ppt to pngAndreas Beeker2015-11-091-14/+19
* Add reason message to @SuppressForbiddenUwe Schindler2015-11-083-5/+6
* sonar fixesAndreas Beeker2015-11-084-28/+10
* Add support for HSLF metro blobsAndreas Beeker2015-11-089-50/+235
* #52297 - Bullets are not aligned properly while converting ppt slide to imageAndreas Beeker2015-11-081-15/+57
* Make forbiddenapis also check excelant. Use a separate "classpath" for runnin...Uwe Schindler2015-11-081-1/+2
* Tried to add excelant to forbidden-apis-check, but failed due to issue #82 in...Dominik Stadler2015-11-081-4/+10
* Add some more tests for the checks for files that can cause large memory usage.Dominik Stadler2015-11-083-2/+120
* Eclipse warnings, typos, ...Dominik Stadler2015-11-087-33/+28
* bug 58591: add formula evaluation unit tests inspired by Jason Tomforde's que...Javen O'Neal2015-11-071-0/+276
* WhitespaceNick Burch2015-11-061-131/+131
* Convert to JUnit4Nick Burch2015-11-061-12/+20
* remove TestWorkbookEvaluator from junit3 test suite since it was upgraded to ...Javen O'Neal2015-11-061-1/+1
* remove deprecated ErrorConstants usage in TestWorkbookEvaluatorJaven O'Neal2015-11-061-2/+1
* whitespaceJaven O'Neal2015-11-061-242/+241
* convert TestWorkbookEvaluator from junit3 to junit4Javen O'Neal2015-11-061-10/+21
* Add a XWPFRun equivalent of isHighlighted, and add to the common WP interfaceNick Burch2015-11-054-9/+47
* Patch to bring CTTableStyleInfo into poi-ooxml-schemas by referencing it from...David North2015-11-051-0/+33
* extended forbidden-apis-check to ooxml-testsAndreas Beeker2015-11-0514-182/+297
* Javadoc fixesNick Burch2015-11-042-2/+2
* Bug #55265 - DataFormatter correct support for alternate number grouping char...Nick Burch2015-11-042-2/+58
* fix for bug 51622: autosize columns with leading whitespaceJaven O'Neal2015-11-042-4/+77
* bug 58576: rename canComputeColumnWidht to canComputeColumnWidthJaven O'Neal2015-11-034-6/+6
* supporting change for bug 57450 from Stefan ThurnherrJaven O'Neal2015-11-031-15/+44
* set svn:eol-style nativeJaven O'Neal2015-11-031-80/+80
* fix typosJaven O'Neal2015-11-031-2/+2
* fixes sonar/findbugs issuesAndreas Beeker2015-11-028-43/+76