| Commit message (Expand) | Author | Age | Files | Lines |
* | Add method for setting bullet styles | Andreas Beeker | 2015-10-31 | 1 | -0/+9 |
* | Make SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't ... | Andreas Beeker | 2015-10-31 | 1 | -1/+2 |
* | whitespace change | Javen O'Neal | 2015-10-31 | 1 | -47/+49 |
* | add javadoc info for intersects | Javen O'Neal | 2015-10-31 | 1 | -2/+2 |
* | bug58452: set cell formulas containing unregistered function names | Javen O'Neal | 2015-10-31 | 1 | -11/+50 |
* | supporting changes for bug 58452: copy cell formulas containing unregistered ... | Javen O'Neal | 2015-10-31 | 3 | -0/+21 |
* | bug 58442: in-place reorganize an AreaPtg as upper-left and lower-right | Javen O'Neal | 2015-10-31 | 1 | -2/+31 |
* | bug 58443: prevent corrupted workbooks by checking for overlapping merged reg... | Javen O'Neal | 2015-10-31 | 2 | -11/+55 |
* | Javadoc fixes | Nick Burch | 2015-10-29 | 1 | -4/+3 |
* | Common sl unification - copy first paragraph / textrun properties on XSLFText... | Andreas Beeker | 2015-10-29 | 11 | -55/+2311 |
* | Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549 | David North | 2015-10-26 | 1 | -16/+30 |
* | 58536 DataFormatter and CellFormat non-localised support for localised curren... | Nick Burch | 2015-10-25 | 2 | -6/+47 |
* | Mention about Locale definitions in Excel cell data format strings | Nick Burch | 2015-10-25 | 3 | -4/+23 |
* | #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which | Nick Burch | 2015-10-24 | 1 | -20/+45 |
* | Bug 58085: removing sheet breaks other existing sheet references | Dominik Stadler | 2015-10-23 | 2 | -10/+5 |
* | bug 58441: define equals method for CellRangeAddressBase | Javen O'Neal | 2015-10-23 | 1 | -0/+32 |
* | bug 58402: make AreaReference's private SpreadsheetVersion _version variable ... | Javen O'Neal | 2015-10-23 | 1 | -4/+12 |
* | bug 58439: rename private FormulaShifter.adjustPtgDueToShiftMove to adjustPtg... | Javen O'Neal | 2015-10-23 | 1 | -2/+2 |
* | Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s... | Dominik Stadler | 2015-10-14 | 2 | -29/+79 |
* | Bug 58341: fix some edge cases in the DStar function | Dominik Stadler | 2015-10-14 | 1 | -45/+97 |
* | javadoc fixes | Andreas Beeker | 2015-10-12 | 1 | -2/+2 |
* | - removed deprecated and confusing methods in XSSFColor | Andreas Beeker | 2015-10-12 | 3 | -561/+605 |
* | fix forbidden apis issue and make non-static as decimalformat is not thread-safe | Andreas Beeker | 2015-10-06 | 1 | -16/+18 |
* | Format numbers more like Excel does | David North | 2015-10-06 | 2 | -31/+96 |
* | sonar fixes and closing resources after use | Andreas Beeker | 2015-10-06 | 6 | -7/+7 |
* | fixed sonar issues and eclipse warnings | Andreas Beeker | 2015-10-05 | 3 | -27/+20 |
* | obsoleted Codec classes by HexDump | Andreas Beeker | 2015-10-05 | 1 | -8/+21 |
* | removed obsolete classes | Andreas Beeker | 2015-10-05 | 2 | -2745/+0 |
* | Fixed a problem with save-and-load of conditional formattings (CFHeader12 was... | Andreas Beeker | 2015-10-05 | 3 | -6/+14 |
* | sonar fixes | Andreas Beeker | 2015-10-04 | 9 | -26/+50 |
* | Bug 55032: Fix handling missing option values in financial functions PV, FV, ... | Dominik Stadler | 2015-10-01 | 1 | -4/+19 |
* | sonar fixes | Andreas Beeker | 2015-09-30 | 10 | -17/+50 |
* | Bug 50319: Make row groups which include row 0 work | Dominik Stadler | 2015-09-29 | 1 | -1/+1 |
* | sonar fixes | Andreas Beeker | 2015-09-29 | 2 | -16/+9 |
* | Sonar fixes - add cloneable interface to classes with clone() | Andreas Beeker | 2015-09-28 | 109 | -395/+485 |
* | Removed HDF API | Andreas Beeker | 2015-09-28 | 2 | -3/+5 |
* | Sonar fixes | Andreas Beeker | 2015-09-27 | 11 | -45/+43 |
* | fixed some wrong nightly assumptions ... (Note to myself, don't rely on ant a... | Andreas Beeker | 2015-09-24 | 4 | -16/+15 |
* | - a few findbugs/sonar fixes | Andreas Beeker | 2015-09-23 | 5 | -17/+48 |
* | Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage... | Dominik Stadler | 2015-09-22 | 1 | -2/+0 |
* | Fix javadoc warnings | Nick Burch | 2015-09-21 | 1 | -2/+2 |
* | - #58216 - provide picture-shape resize that maintains the aspect ratio | Andreas Beeker | 2015-09-21 | 12 | -38/+566 |
* | - #58207 - Provide user access to the original image dimensions (XSLF) | Andreas Beeker | 2015-09-20 | 2 | -1/+24 |
* | Bug 57925: Add unit test and a simple fix to at least avoid the NPE when Work... | Dominik Stadler | 2015-09-19 | 1 | -1/+5 |
* | Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less tha... | Dominik Stadler | 2015-09-17 | 1 | -1/+1 |
* | Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over... | Nick Burch | 2015-09-17 | 2 | -2/+59 |
* | Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, alwa... | Dominik Stadler | 2015-09-14 | 1 | -34/+42 |
* | Update javadoc for bug 56129 | Dominik Stadler | 2015-09-13 | 1 | -1/+8 |
* | Eclipse warnings, comment out dead code, close resources, enhance unit tests,... | Dominik Stadler | 2015-09-13 | 1 | -4/+4 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-13 | 1 | -7/+7 |