| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't unnecessarily convert from ArrayList to array, use the ArrayList direct... | Dominik Stadler | 2013-12-31 | 1 | -9/+7 |
* | Print out which actual value was out of range | Dominik Stadler | 2013-12-31 | 1 | -1/+1 |
* | obsoleted by TestEscherBlipRecord and EscherMetafileBlip | Andreas Beeker | 2013-12-30 | 3 | -562/+0 |
* | Bug 45776 - Fix corrupt file problem using TextRun.setText | Andreas Beeker | 2013-12-29 | 3 | -12/+60 |
* | Bug 41246 - AIOOBE with missing notes entries | Andreas Beeker | 2013-12-27 | 5 | -35/+76 |
* | Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and ... | Nick Burch | 2013-12-27 | 1 | -217/+277 |
* | Bug 48593 - [PATCH] Multiple Saves Causes Slide Corruption | Andreas Beeker | 2013-12-27 | 5 | -166/+301 |
* | Bug 51158: clear out Memory-based part before writing to it, | Dominik Stadler | 2013-12-26 | 17 | -93/+319 |
* | Remove unnecessary separate length, an array already has one | Dominik Stadler | 2013-12-26 | 1 | -8/+1 |
* | Update to latest JaCoCo 0.6.4 | Dominik Stadler | 2013-12-26 | 1 | -2/+2 |
* | Add some @Overrides suggested by Eclipse, generics and some warnings, | Dominik Stadler | 2013-12-26 | 21 | -492/+551 |
* | Fix some Eclipse warnings in ReaderWriter | Dominik Stadler | 2013-12-26 | 1 | -7/+10 |
* | Remove unused members and make others private | Dominik Stadler | 2013-12-26 | 1 | -7/+4 |
* | Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLF | Andreas Beeker | 2013-12-26 | 5 | -89/+276 |
* | javadoc and compiler warning house-keeping | Andreas Beeker | 2013-12-25 | 5 | -22/+28 |
* | javadoc house-keeping | Andreas Beeker | 2013-12-25 | 11 | -34/+54 |
* | Fix some JavaDoc items that are reported in the build-output | Dominik Stadler | 2013-12-25 | 5 | -8/+19 |
* | JCE policy fix | Andreas Beeker | 2013-12-25 | 6 | -5/+43 |
* | Fix jdk-differences for encryption patch | Andreas Beeker | 2013-12-24 | 1 | -1/+1 |
* | Fix jdk-differences for encryption patch | Andreas Beeker | 2013-12-24 | 1 | -1/+1 |
* | Fix jdk-differences for encryption patch | Andreas Beeker | 2013-12-24 | 3 | -25/+40 |
* | Patch for Bug/Enhancement 55818 - add encryption support | Andreas Beeker | 2013-12-24 | 45 | -976/+4716 |
* | patch 55731: StringBuilder logic in DataFormatter.cleanFormatForNumber | Yegor Kozlov | 2013-12-24 | 1 | -0/+2 |
* | patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2c | Yegor Kozlov | 2013-12-24 | 2 | -7/+9 |
* | removed pictureFileZero.ppt from svn as requested by the owner, see discussio... | Yegor Kozlov | 2013-12-18 | 2 | -2/+9 |
* | Fix bug #55901 - Avoid using RMI based | Nick Burch | 2013-12-18 | 1 | -3/+2 |
* | Don't use the degree symbol in comments, as it upsets the compiler, and cause... | Nick Burch | 2013-12-12 | 1 | -7/+8 |
* | More javadocs for Cell.setCellType | Nick Burch | 2013-12-12 | 2 | -8/+21 |
* | Add moreunit-settings | Dominik Stadler | 2013-12-08 | 1 | -0/+4 |
* | Refactor XSSFExportToXml a bit, split code into more methods | Dominik Stadler | 2013-12-08 | 1 | -27/+37 |
* | Bug 55850: fix NullPointerException during extraction from XSSF | Dominik Stadler | 2013-12-08 | 3 | -3/+41 |
* | Bug 55640, added reproducer, a fix for the Exception cases and some verify-te... | Dominik Stadler | 2013-12-02 | 4 | -2/+454 |
* | Bug 55745: fix handling of tables in XSSF if there are comments as well, add ... | Dominik Stadler | 2013-11-28 | 1 | -11/+29 |
* | Bug 55745: fix handling of tables in XSSF if there are comments as well, ther... | Dominik Stadler | 2013-11-28 | 2 | -1/+0 |
* | Set source of generated ooxml classes | Dominik Stadler | 2013-11-22 | 1 | -1/+1 |
* | Bug 55768: added Line charts support and setting axis tick marks, title | Cédric Walter | 2013-11-22 | 18 | -15/+704 |
* | Bug 54676: added new chart axis type: Category axis | Cédric Walter | 2013-11-22 | 4 | -1/+162 |
* | Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so t... | Nick Burch | 2013-11-21 | 3 | -81/+82 |
* | Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support,... | Nick Burch | 2013-11-12 | 8 | -88/+149 |
* | Formatting standards are all spaces, not mixed tabs, so fix the Eclipse prefe... | Nick Burch | 2013-11-12 | 1 | -1/+1 |
* | Fix whitespace | Nick Burch | 2013-11-12 | 1 | -33/+33 |
* | Another test file from Andreas Beekerndreas Beeker from bug #53475 | Nick Burch | 2013-11-12 | 1 | -0/+0 |
* | More JavaDoc tweaks, and suppress deprecated warnings where these are expected | Nick Burch | 2013-11-12 | 1 | -4/+9 |
* | Consistent indenting, based on current POI style guide | Nick Burch | 2013-11-12 | 1 | -104/+101 |
* | Fix some JavaDocs, and add a generic constructor based on ZipEntrySource | Nick Burch | 2013-11-12 | 1 | -3/+22 |
* | Reduce duplication by replacing lots of deprecated methods with calls to thei... | Nick Burch | 2013-11-11 | 1 | -95/+6 |
* | Try to make a few OPCPackage error messages more helpful, and slightly reform... | Nick Burch | 2013-11-11 | 1 | -20/+23 |
* | Bugzilla 55560 : Patch for hiding slides in HSLF | Yegor Kozlov | 2013-11-09 | 4 | -3/+333 |
* | Patch 53176 - Fixed auto shapes render problem in pptx files | Yegor Kozlov | 2013-11-09 | 1 | -4/+35 |
* | Unit tests for Shrink To Fit cell style support (#55661) | Nick Burch | 2013-11-07 | 4 | -44/+102 |