aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add method for setting bullet stylesAndreas Beeker2015-10-312-0/+31
* Make SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't ...Andreas Beeker2015-10-313-3/+19
* #45124 - inserting text or images wipes out boldness and makes everything italicAndreas Beeker2015-10-311-1/+1
* #45124 - inserting text or images wipes out boldness and makes everything italicAndreas Beeker2015-10-315-120/+168
* replace deprecated usage of AreaReference as a result of bug 56328Javen O'Neal2015-10-311-11/+15
* whitespace changeJaven O'Neal2015-10-311-47/+49
* add javadoc info for intersectsJaven O'Neal2015-10-311-2/+2
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-316-30/+269
* supporting changes for bug 58452: copy cell formulas containing unregistered ...Javen O'Neal2015-10-315-1/+42
* improve error message if CellRangeAddress intersection assertion failsJaven O'Neal2015-10-311-4/+10
* bug 58442: in-place reorganize an AreaPtg as upper-left and lower-rightJaven O'Neal2015-10-312-2/+43
* bug 58443: prevent corrupted workbooks by checking for overlapping merged reg...Javen O'Neal2015-10-317-20/+160
* replace deprecated usage of o.a.p.ss.util.Region with o.a.p.ss.util.CellRange...Javen O'Neal2015-10-311-4/+15
* Add a limit of the max number of characters that can be extracted to avoid se...Dominik Stadler2015-10-304-7/+64
* #58516 - Rare new aioobe in 3.13 on initialization of a handful of pptsAndreas Beeker2015-10-292-2/+9
* #58516 - Rare new aioobe in 3.13 on initialization of a handful of pptsAndreas Beeker2015-10-291-0/+1
* Add description to jenkins targetDavid North2015-10-291-1/+1
* Ensure that no password was set by other tests, this breaks sometimes when th...Dominik Stadler2015-10-291-0/+4
* Javadoc fixesNick Burch2015-10-293-6/+5
* bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows...Javen O'Neal2015-10-294-3/+170
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-2957-1129/+4028
* #58558 SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF a...Nick Burch2015-10-282-10/+47
* bug 26862: add test case for HSSFWorkbook.cloneSheet copies chartsJaven O'Neal2015-10-271-0/+35
* convert scratchpad TestHSSFChart from junit3 to junit4Javen O'Neal2015-10-271-7/+17
* Fix Sonar-Maven build, correctly determine path to test-fileDominik Stadler2015-10-261-1/+1
* Apply some micro-optimization which helps when retrieving the string-value of...Dominik Stadler2015-10-261-2/+9
* Add delete of outdated forbiddenapi-jarDominik Stadler2015-10-261-0/+1
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549David North2015-10-262-16/+89
* Bug 56957: Avoid error if Workbook with empty SharedStringTable is writtenDominik Stadler2015-10-263-0/+46
* 58536 DataFormatter and CellFormat non-localised support for localised curren...Nick Burch2015-10-254-19/+109
* Fix javadoc warning - @see with a URL needs wrapping in an a-href tagNick Burch2015-10-251-1/+1
* Mention about Locale definitions in Excel cell data format stringsNick Burch2015-10-254-4/+60
* Update the build version, step missed from the release guideNick Burch2015-10-2510-11/+11
* #58532 Enable more of the padding cell format tests, but a few remain to be f...Nick Burch2015-10-241-7/+20
* #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), whichNick Burch2015-10-248-37/+127
* Fix inconsistent whitespaceNick Burch2015-10-241-391/+390
* Test to check that #58532 formats are seen as validNick Burch2015-10-241-3/+2
* Test files for #58532Nick Burch2015-10-242-0/+0
* Revert upgrade of findbugs as it requires Java 7, but we still allow to compi...Dominik Stadler2015-10-231-5/+5
* Update to latest findbugs version 3.0.1, reported issues go from 163 to 209 :(Dominik Stadler2015-10-231-4/+5
* Bug 58085: removing sheet breaks other existing sheet referencesDominik Stadler2015-10-233-45/+123
* bug 58441: define equals method for CellRangeAddressBaseJaven O'Neal2015-10-232-1/+76
* bug 58402: make AreaReference's private SpreadsheetVersion _version variable ...Javen O'Neal2015-10-231-4/+12
* bug 58439: rename private FormulaShifter.adjustPtgDueToShiftMove to adjustPtg...Javen O'Neal2015-10-231-2/+2
* bug 33174: Use common unit test for testNoMergedRegionsIsEmptyListJaven O'Neal2015-10-233-16/+8
* Set newer curvesapi-version in .classpath as well and update some third-party...Dominik Stadler2015-10-225-34/+42
* Maven/Sonar build: Add dependency on curvesapi which is now requiredDominik Stadler2015-10-201-0/+5
* XDGF: fix the fixDustin Spicuzza2015-10-193-25/+10
* XDGF: fix jdk < 1.8 compatDustin Spicuzza2015-10-191-1/+7
* XDGF: fix jenkins build errorsDustin Spicuzza2015-10-195-4/+65