aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-134-5/+7
* findbugs: fix SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-06-133-2/+9
* findbugs: fix SF_SWITCH_FALLTHROUGH warningsJaven O'Neal2016-06-138-1/+50
* findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD and UUF_UNUSED_FIELD warningsJaven O'Neal2016-06-132-1/+10
* findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD warningsJaven O'Neal2016-06-133-3/+14
* findbugs: fix URF_UNREAD_FIELD warningsJaven O'Neal2016-06-135-14/+30
* whitespaceJaven O'Neal2016-06-131-1/+1
* consolidate findbugs filters using Or logicJaven O'Neal2016-06-131-56/+17
* fix findbugs issuesJaven O'Neal2016-06-134-3/+14
* bug 58787: reintegrate changes from ss_border_property_template branch at r17...Javen O'Neal2016-06-135-1/+1824
|\
| * rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_templateJaven O'Neal2016-06-133-24/+23
| * test copy constructor: make changes to same range: this is a better test for ...Javen O'Neal2016-06-131-12/+10
| * add copy constructorJaven O'Neal2016-06-132-0/+56
| * move colors in TestBorderPropertyTemplate to testclass constantsJaven O'Neal2016-06-131-40/+35
| * 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-122-63/+50
| * javadocsJaven O'Neal2016-06-121-1/+1
| * use CellAddress in unit tests where possible to improve readabilityJaven O'Neal2016-06-121-224/+251
| * javadocsJaven O'Neal2016-06-121-0/+6
| * javadocsJaven O'Neal2016-06-122-15/+31
| * make CellRangeAddresses easier to cross-reference the example with the writte...Javen O'Neal2016-06-111-8/+16
| * make these classes more discoverable/searchable using more specific namesJaven O'Neal2016-06-113-169/+168
| * 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-113-163/+126
| * continue simplifying using helper functionsJaven O'Neal2016-06-111-139/+153
| * continue simplifying using helper functionsJaven O'Neal2016-06-111-103/+111
| * add helper functions for verifying template properties were set correctlyJaven O'Neal2016-06-111-10/+25
| * whitespace (unwrap lines)Javen O'Neal2016-06-111-470/+224
| * shorten PropertyTemplate.Extent to ExtentJaven O'Neal2016-06-111-54/+54
| * +props svn:eol-style=nativeJaven O'Neal2016-06-113-2010/+2010
| * bug 58787: add PropertyTemplate, unit test, and example from Mark MurphyJaven O'Neal2016-06-113-0/+2010
* | fixing javadocs errors (in JDK8)Andreas Beeker2016-06-1233-127/+240
* | fixing javadocs errors (in JDK8)Andreas Beeker2016-06-1245-132/+0
* | javadocs fixesAndreas Beeker2016-06-125-26/+91
* | sonar fixesAndreas Beeker2016-06-122-15/+27
* | ignore invalid performance issues - e.g. see #57840Andreas Beeker2016-06-121-0/+12
* | revert back to changes of bug 57840Andreas Beeker2016-06-121-5/+5
* | Common-SS: changed UDFFinder from interface to abstract classAndreas Beeker2016-06-121-1/+1
* | findbugs fixesAndreas Beeker2016-06-1224-131/+126
* | Add some pre-checks to fail the test with better assertion if the locale is n...Dominik Stadler2016-06-111-0/+26
* | bug 57840: lazily compute hashCode; patch from Greg WoolseyJaven O'Neal2016-06-111-2/+4