summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Javadoc fixes - @see and @link can't be combined together, at least not in Ja...Nick Burch2016-06-131-31/+37
* improve unit test coverage on CellReference.Javen O'Neal2016-06-131-16/+18
* fix accidental infinite recursionJaven O'Neal2016-06-131-1/+1
* bug 58787: add an advertisement to BorderPropertyTemplate.Javen O'Neal2016-06-131-0/+4
* bug 58787 follow-on: update javadocs; remove unused Workbook parameter from s...Javen O'Neal2016-06-131-23/+158
* whitespace (tabs to spaces)Javen O'Neal2016-06-131-185/+185
* findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r174...Javen O'Neal2016-06-132-2/+3
* findbugs: fix SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-06-132-2/+5
* findbugs: fix SF_SWITCH_FALLTHROUGH warningsJaven O'Neal2016-06-137-1/+16
* findbugs: fix URF_UNREAD_FIELD warningsJaven O'Neal2016-06-132-4/+5
* fix findbugs issuesJaven O'Neal2016-06-133-3/+10
* bug 58787: reintegrate changes from ss_border_property_template branch at r17...Javen O'Neal2016-06-133-1/+945
|\
| * rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_templateJaven O'Neal2016-06-131-3/+3
| * add copy constructorJaven O'Neal2016-06-131-0/+24
| * rewrite switch statements to not re-check the switch'd variableJaven O'Neal2016-06-121-180/+201
| * rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f...Javen O'Neal2016-06-121-1/+1
| * rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f...Javen O'Neal2016-06-121-5/+5
| * move check if border line style is blank before setting the border color to a...Javen O'Neal2016-06-121-4/+13
| * remove public convenience methods that let the user avoid creating a CellAddr...Javen O'Neal2016-06-121-52/+33
| * javadocsJaven O'Neal2016-06-121-1/+1
| * javadocsJaven O'Neal2016-06-121-0/+6
| * javadocsJaven O'Neal2016-06-122-15/+31
| * make these classes more discoverable/searchable using more specific namesJaven O'Neal2016-06-111-79/+78
| * javadoc update and boolean addLeft|Right|Top|Bottom line wrap updateJaven O'Neal2016-06-111-74/+32
| * fix spelling in javadocJaven O'Neal2016-06-111-1/+1
| * fix javadocs: remove unnecessary @links, remove references to CellStyleJaven O'Neal2016-06-111-112/+63
| * move loop-invariants outside the loop for readability and execution speedJaven O'Neal2016-06-111-38/+67
| * replace usage of all deprecated CellStyle.BORDER_* constants with BorderStyle.*Javen O'Neal2016-06-111-87/+48
| * +props svn:eol-style=nativeJaven O'Neal2016-06-111-989/+989
| * bug 58787: add PropertyTemplate, unit test, and example from Mark MurphyJaven O'Neal2016-06-111-0/+989
* | fixing javadocs errors (in JDK8)Andreas Beeker2016-06-1233-127/+240
* | fixing javadocs errors (in JDK8)Andreas Beeker2016-06-1224-72/+0
* | Common-SS: changed UDFFinder from interface to abstract classAndreas Beeker2016-06-121-1/+1
* | findbugs fixesAndreas Beeker2016-06-1210-87/+58
|/
* methods that return lists should return unmodifiable lists; use foreach sheet...Javen O'Neal2016-06-111-7/+8
* add warnings that AnalysisToolPak inconsistently handles case-sensitivity of ...Javen O'Neal2016-06-111-0/+3
* add @Override annotationsJaven O'Neal2016-06-114-0/+4
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-18/+18
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-8/+8
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-22/+22
* bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle...Javen O'Neal2016-06-101-33/+42
* findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuan...Javen O'Neal2016-06-101-3/+3
* Javadoc fixesNick Burch2016-06-101-1/+1
* Javadoc fixesNick Burch2016-06-101-4/+2
* fix javadocsJaven O'Neal2016-06-101-9/+12
* bug 57840: add structured reference formula parsing tests from FormulaParser....Javen O'Neal2016-06-101-12/+31
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-275/+275
* bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a...Javen O'Neal2016-06-104-33/+39
* whitespace (tabs to spaces)Javen O'Neal2016-06-105-977/+977
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-1/+1