aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't unnecessarily convert from ArrayList to array, use the ArrayList direct...Dominik Stadler2013-12-311-9/+7
* Print out which actual value was out of rangeDominik Stadler2013-12-311-1/+1
* obsoleted by TestEscherBlipRecord and EscherMetafileBlipAndreas Beeker2013-12-303-562/+0
* Bug 45776 - Fix corrupt file problem using TextRun.setTextAndreas Beeker2013-12-293-12/+60
* Bug 41246 - AIOOBE with missing notes entriesAndreas Beeker2013-12-275-35/+76
* Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and ...Nick Burch2013-12-271-217/+277
* Bug 48593 - [PATCH] Multiple Saves Causes Slide CorruptionAndreas Beeker2013-12-275-166/+301
* Bug 51158: clear out Memory-based part before writing to it,Dominik Stadler2013-12-2617-93/+319
* Remove unnecessary separate length, an array already has oneDominik Stadler2013-12-261-8/+1
* Update to latest JaCoCo 0.6.4Dominik Stadler2013-12-261-2/+2
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-2621-492/+551
* Fix some Eclipse warnings in ReaderWriterDominik Stadler2013-12-261-7/+10
* Remove unused members and make others privateDominik Stadler2013-12-261-7/+4
* Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLFAndreas Beeker2013-12-265-89/+276
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-255-22/+28
* javadoc house-keepingAndreas Beeker2013-12-2511-34/+54
* Fix some JavaDoc items that are reported in the build-outputDominik Stadler2013-12-255-8/+19
* JCE policy fixAndreas Beeker2013-12-256-5/+43
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-241-1/+1
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-241-1/+1
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-243-25/+40
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-2445-976/+4716
* patch 55731: StringBuilder logic in DataFormatter.cleanFormatForNumberYegor Kozlov2013-12-241-0/+2
* patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2cYegor Kozlov2013-12-242-7/+9
* removed pictureFileZero.ppt from svn as requested by the owner, see discussio...Yegor Kozlov2013-12-182-2/+9
* Fix bug #55901 - Avoid using RMI basedNick Burch2013-12-181-3/+2
* Don't use the degree symbol in comments, as it upsets the compiler, and cause...Nick Burch2013-12-121-7/+8
* More javadocs for Cell.setCellTypeNick Burch2013-12-122-8/+21
* Add moreunit-settingsDominik Stadler2013-12-081-0/+4
* Refactor XSSFExportToXml a bit, split code into more methodsDominik Stadler2013-12-081-27/+37
* Bug 55850: fix NullPointerException during extraction from XSSFDominik Stadler2013-12-083-3/+41
* Bug 55640, added reproducer, a fix for the Exception cases and some verify-te...Dominik Stadler2013-12-024-2/+454
* Bug 55745: fix handling of tables in XSSF if there are comments as well, add ...Dominik Stadler2013-11-281-11/+29
* Bug 55745: fix handling of tables in XSSF if there are comments as well, ther...Dominik Stadler2013-11-282-1/+0
* Set source of generated ooxml classesDominik Stadler2013-11-221-1/+1
* Bug 55768: added Line charts support and setting axis tick marks, titleCédric Walter2013-11-2218-15/+704
* Bug 54676: added new chart axis type: Category axisCédric Walter2013-11-224-1/+162
* Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so t...Nick Burch2013-11-213-81/+82
* Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support,...Nick Burch2013-11-128-88/+149
* Formatting standards are all spaces, not mixed tabs, so fix the Eclipse prefe...Nick Burch2013-11-121-1/+1
* Fix whitespaceNick Burch2013-11-121-33/+33
* Another test file from Andreas Beekerndreas Beeker from bug #53475Nick Burch2013-11-121-0/+0
* More JavaDoc tweaks, and suppress deprecated warnings where these are expectedNick Burch2013-11-121-4/+9
* Consistent indenting, based on current POI style guideNick Burch2013-11-121-104/+101
* Fix some JavaDocs, and add a generic constructor based on ZipEntrySourceNick Burch2013-11-121-3/+22
* Reduce duplication by replacing lots of deprecated methods with calls to thei...Nick Burch2013-11-111-95/+6
* Try to make a few OPCPackage error messages more helpful, and slightly reform...Nick Burch2013-11-111-20/+23
* Bugzilla 55560 : Patch for hiding slides in HSLFYegor Kozlov2013-11-094-3/+333
* Patch 53176 - Fixed auto shapes render problem in pptx filesYegor Kozlov2013-11-091-4/+35
* Unit tests for Shrink To Fit cell style support (#55661)Nick Burch2013-11-074-44/+102