aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet ...Javen O'Neal2015-11-0210-17/+184
* don't leave behind files when running unit tests. In the future this should b...Javen O'Neal2015-11-022-0/+8
* whitespaceJaven O'Neal2015-11-022-123/+123
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-022-0/+13
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-024-3/+18
* whitespaceJaven O'Neal2015-11-021-42/+40
* add ASF License 2.0 headerJaven O'Neal2015-11-021-0/+17
* remove unused importJaven O'Neal2015-11-021-1/+0
* bug 58348: add support for copying rows for XSSFWorkbooksJaven O'Neal2015-11-028-3/+1077
* javadocs, remove unnecessary SuppressWarnings("resource") decoratorJaven O'Neal2015-11-021-2/+3
* make private shouldRemoveRow static and final, remove unused importJaven O'Neal2015-11-021-2/+1
* whitespaceJaven O'Neal2015-11-021-1/+1
* replace deprecated usage of FormulaShifter.createForRowShiftJaven O'Neal2015-11-023-3/+4
* remove unneeded SuppressWarnings("resource") decorator from getSheetNameJaven O'Neal2015-11-021-1/+0
* remove unnecessary @SuppressWarnings(resource) add Override decorator to SXSS...Javen O'Neal2015-11-021-1/+1
* delete unnecessary castJaven O'Neal2015-11-021-1/+1
* bug 58384: add FormulaShifter.createForRowCopyJaven O'Neal2015-11-022-5/+215
* close resources, as SlideShow is now CloseableAndreas Beeker2015-11-022-235/+178
* prepare for bug 58348, make FormulaShifter.ShiftMode enum privateJaven O'Neal2015-11-011-7/+7
* whitespace changes: replaced tabs with 4 spacesJaven O'Neal2015-11-011-232/+232
* #45908 - RichTextRun.setBullet(false) doesn't work, bullets still hereAndreas Beeker2015-11-013-15/+121
* #45088 - POI-HSLF changeTextInRichTextRun corrupts presentationAndreas Beeker2015-11-011-0/+30
* Fix locale errorAndreas Beeker2015-11-011-9/+11
* findbugs fixesAndreas Beeker2015-11-0112-599/+745
* FindBugs fixesAndreas Beeker2015-10-312-6/+6
* 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-314-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-315-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-291-2/+9
* #58516 - Rare new aioobe in 3.13 on initialization of a handful of pptsAndreas Beeker2015-10-291-0/+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