]>
source.dussan.org Git - poi.git/log
Javen O'Neal [Fri, 10 Jun 2016 05:38:10 +0000 (05:38 +0000)]
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747638 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 04:57:04 +0000 (04:57 +0000)]
ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747633 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 04:45:58 +0000 (04:45 +0000)]
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747632 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 04:40:56 +0000 (04:40 +0000)]
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747628 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 04:20:41 +0000 (04:20 +0000)]
bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex argument from calls to FormulaParser.parse(String, FormulaParsingWorkbook, FormulaType, int sheetIndex) when rowIndex is irrelevant, clear xmlColumnPr and commonXPath during updateHeaders so that users have a mechanism to clear invalidated cached values
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747627 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 02:51:45 +0000 (02:51 +0000)]
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747625 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 02:01:15 +0000 (02:01 +0000)]
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747623 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 01:57:13 +0000 (01:57 +0000)]
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747622 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 01:52:08 +0000 (01:52 +0000)]
bug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTable()
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747621 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 01:08:05 +0000 (01:08 +0000)]
bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook where staleness is less likely to cause problems for users
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747616 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 01:02:05 +0000 (01:02 +0000)]
bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook where staleness is less likely to cause problems for users
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747615 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 00:26:39 +0000 (00:26 +0000)]
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747614 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 00:21:59 +0000 (00:21 +0000)]
bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747612 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Fri, 10 Jun 2016 00:21:21 +0000 (00:21 +0000)]
bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747611 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Thu, 9 Jun 2016 23:10:08 +0000 (23:10 +0000)]
create branch for merging bug 57840 changes
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@
1747607 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Thu, 9 Jun 2016 23:06:42 +0000 (23:06 +0000)]
#59686 - Error when trying to access XSLFTableCell properties like textHeight, lineWidth, etc.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747605 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Thu, 9 Jun 2016 22:47:35 +0000 (22:47 +0000)]
bug 57840: add Table interface for Structured References. Patch from Daniel Livshen and Greg Woolsey.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747602 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Thu, 9 Jun 2016 02:19:22 +0000 (02:19 +0000)]
bug 57840: add StructuredReferences example workbook from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747482 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Thu, 9 Jun 2016 02:14:48 +0000 (02:14 +0000)]
+svnprops eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747481 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 7 Jun 2016 23:38:05 +0000 (23:38 +0000)]
javadocs / java warnings (jdk8) fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747327 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 7 Jun 2016 23:15:40 +0000 (23:15 +0000)]
Add XSSF support to ForkedEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747326 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 7 Jun 2016 23:13:57 +0000 (23:13 +0000)]
#59170 - Remove deprecated classes (POI 3.15) - remove BuiltinFormats.getBuiltinFormats()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747325 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Tue, 7 Jun 2016 08:54:08 +0000 (08:54 +0000)]
add comments and make the statefulness of localeIsAdapting more obvious.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747171 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Tue, 7 Jun 2016 07:39:40 +0000 (07:39 +0000)]
make emulateCSV final, add a single common all-inclusive (private) constructor that all other constructors tree up to and invert the constructors
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747163 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Tue, 7 Jun 2016 06:37:24 +0000 (06:37 +0000)]
replace Obervable with Observable; emulateCsv with emulateCSV
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747152 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Tue, 7 Jun 2016 06:18:44 +0000 (06:18 +0000)]
bug 59638: patch from Axel Howind, support non-comma number grouping separators (such as German 1.234,57)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747139 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 6 Jun 2016 23:54:29 +0000 (23:54 +0000)]
sonar fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747093 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 6 Jun 2016 23:34:17 +0000 (23:34 +0000)]
close resources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747092 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 6 Jun 2016 23:33:00 +0000 (23:33 +0000)]
javadocs / java warnings (jdk8) fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1747090 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 5 Jun 2016 16:55:48 +0000 (16:55 +0000)]
Fix test-failure in Maven builds that I introduced by manually deleting the temporary directory in the test. The Maven build runs these in one process and thus the directory was not re-created any more.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746933 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Jun 2016 16:49:18 +0000 (16:49 +0000)]
try to find out temp file errors on maven build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746932 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Jun 2016 16:23:48 +0000 (16:23 +0000)]
Sonar-Runs: Get rid of shortened stacktraces and permgen error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746931 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Jun 2016 11:53:28 +0000 (11:53 +0000)]
Check if user properties are picked up on maven build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746901 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Jun 2016 10:18:14 +0000 (10:18 +0000)]
PPTX2PNG - don't complain about missing output dir, when in testing mode
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746893 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Jun 2016 01:04:58 +0000 (01:04 +0000)]
Regression fix for XSLF
- master style was always overridden, because of r1745100
- AIOOB in TextDirection mapping
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746858 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 4 Jun 2016 22:53:00 +0000 (22:53 +0000)]
#57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746856 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 3 Jun 2016 06:01:27 +0000 (06:01 +0000)]
Try to not fail if the time-webservice is offline temporarily
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746671 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 2 Jun 2016 22:59:47 +0000 (22:59 +0000)]
Add disabled test for XWPF writing to a new stream when opened read-only
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746653 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 2 Jun 2016 20:14:28 +0000 (20:14 +0000)]
Fix some Sonar issues and some IntelliJ warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746627 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 2 Jun 2016 20:09:44 +0000 (20:09 +0000)]
Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tree/WORKING_BRANCH
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746625 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 2 Jun 2016 20:09:35 +0000 (20:09 +0000)]
Try to reproduce bug 57798 but it seems to be fixed in the meantime
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746624 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 2 Jun 2016 20:09:25 +0000 (20:09 +0000)]
Bug 59378: Try to reproduce, but could not
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746623 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 1 Jun 2016 08:05:07 +0000 (08:05 +0000)]
The changes for using AccessController/SecurityManager also added a log which now spams a lot if log is enabled in integration-tests, reduce it a bit by not trying to call "cleaner()" on HeapByteBuffer which does not have it for sure
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746411 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 31 May 2016 15:08:14 +0000 (15:08 +0000)]
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746286 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 31 May 2016 13:56:47 +0000 (13:56 +0000)]
Cleanup old version of curvesapi to not use it any longer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746276 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 31 May 2016 13:52:16 +0000 (13:52 +0000)]
Change logger.log to System.out to print out one line for each file that is handled in the test, otherwise it is sometimes impossible to see where the test stopped (e.g. on timeout), enabling POILogger leads to 400MB logs, which is usually too much to handle...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746275 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 31 May 2016 13:48:25 +0000 (13:48 +0000)]
Fix some compiler/IntelliJ warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746274 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 31 May 2016 09:13:46 +0000 (09:13 +0000)]
Patch from virtuald from #59643 - update the maven-install target to match current maven resource paths in dist
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746257 13f79535 -47bb-0310-9956-
ffa450edef68
Dustin Spicuzza [Mon, 30 May 2016 19:21:49 +0000 (19:21 +0000)]
Update curvesapi to 1.04
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746168 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 29 May 2016 21:33:47 +0000 (21:33 +0000)]
Bug 57838: Also remove comments when removing a row
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746062 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 29 May 2016 21:33:39 +0000 (21:33 +0000)]
Update error message to better indicate that we need a sample-file here
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746061 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 29 May 2016 21:33:33 +0000 (21:33 +0000)]
Remove the created temporary directory after the test again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746060 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 29 May 2016 21:33:28 +0000 (21:33 +0000)]
Prepare build.xml for initial Java 9 testing:
* Allow to remove PermGenSize, this is not available any more in Java 9
* Allow to pass in java.locale.providers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746059 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 29 May 2016 21:33:24 +0000 (21:33 +0000)]
Try to access set/getVisible as well in TestXSSFVMLDrawing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1746058 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 24 May 2016 23:39:23 +0000 (23:39 +0000)]
fix handling of hsl and linear rgb (%-values)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745412 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 24 May 2016 16:25:30 +0000 (16:25 +0000)]
Revert back to findbugs-2.0.3 as 3.x requires Java 7, I didn't see the note that is already in the build.xml :(
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745376 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 24 May 2016 14:48:57 +0000 (14:48 +0000)]
Adjust two tests slightly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745370 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 24 May 2016 14:17:52 +0000 (14:17 +0000)]
Upgrade to FindBugs 3.0.1 and add some findbugs-excludes
Update to forbiddenapi-checker 2.1, use the newly provided rule-sets and remove things that were applied upstream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745366 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 24 May 2016 13:39:46 +0000 (13:39 +0000)]
Fix inconsistent spacing / whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745361 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 24 May 2016 13:32:33 +0000 (13:32 +0000)]
Another exclude
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745358 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 24 May 2016 13:30:58 +0000 (13:30 +0000)]
Whitespace fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745357 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 24 May 2016 12:16:13 +0000 (12:16 +0000)]
Copy out code from the site and fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745348 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 22 May 2016 23:58:07 +0000 (23:58 +0000)]
#58217 - XSLF: support alpha channel on solid colors (fill, line, text)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745101 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 22 May 2016 23:57:14 +0000 (23:57 +0000)]
XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745100 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 22 May 2016 16:08:51 +0000 (16:08 +0000)]
Bug 58190: Add more overloaded methods for adding pictures from streams and files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1745073 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 21 May 2016 04:06:49 +0000 (04:06 +0000)]
fix junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744821 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 20 May 2016 22:05:00 +0000 (22:05 +0000)]
findbugs fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744802 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 20 May 2016 21:02:49 +0000 (21:02 +0000)]
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744797 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 19 May 2016 20:18:19 +0000 (20:18 +0000)]
Fix some compiler warnings, close resources in tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744636 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 19 May 2016 20:18:08 +0000 (20:18 +0000)]
Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type of a cell outside of the source data area
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744635 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 17 May 2016 23:34:52 +0000 (23:34 +0000)]
findbugs fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744332 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 17 May 2016 19:08:34 +0000 (19:08 +0000)]
Bug 59427: Add a check to better report cases when a document is already closed.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744306 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 17 May 2016 19:08:27 +0000 (19:08 +0000)]
Revert expected failure as it seems to be fixed now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744305 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 17 May 2016 08:44:21 +0000 (08:44 +0000)]
BiffViewer: Close resources always
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744212 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 17 May 2016 08:44:16 +0000 (08:44 +0000)]
Exclude newly added corrupt file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744211 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 17 May 2016 07:23:34 +0000 (07:23 +0000)]
ignore external relations
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744196 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 23:28:25 +0000 (23:28 +0000)]
Move reflection-equals to POITestCase
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744169 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 21:04:00 +0000 (21:04 +0000)]
#54570 - InvalidFormatException because of Absolute URI forbidden
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744137 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 10:54:02 +0000 (10:54 +0000)]
add asl
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744021 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 10:09:52 +0000 (10:09 +0000)]
deprecation fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744008 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 10:09:22 +0000 (10:09 +0000)]
Close resources in Common SL rendering classes and minimize memory consumption by using the image anchor dimensions instead of the WMF-included dimensions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744007 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 10:04:46 +0000 (10:04 +0000)]
sonar fix - reduce complexity by using constants
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744006 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 10:02:13 +0000 (10:02 +0000)]
Reduce calls to utf-related methods - the integration test took ages because of poc-shared-strings.xlsx
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744005 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 10:01:36 +0000 (10:01 +0000)]
Reduce calls to utf-related methods - the integration test took ages because of poc-shared-strings.xlsx
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744004 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 09:57:19 +0000 (09:57 +0000)]
Sonar fixes - array is stored directly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744003 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 09:54:01 +0000 (09:54 +0000)]
Dispose XmlCursor
Replacing a method argument (XmlCursor) with a local instance and then updating it, doesn't make sense
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744002 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 09:49:17 +0000 (09:49 +0000)]
added commons-logging to integration test to make profiling easier - just match the timestamps of the log with the timestamps of the profiling monitor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744001 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 May 2016 09:38:42 +0000 (09:38 +0000)]
#59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1744000 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 13 May 2016 23:50:39 +0000 (23:50 +0000)]
#58144 - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1743769 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 05:47:49 +0000 (05:47 +0000)]
add @since to javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742882 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 05:46:14 +0000 (05:46 +0000)]
bug 59443: exit early on setAddress if address is the same
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742881 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 05:25:29 +0000 (05:25 +0000)]
bug 59443: use Comment.setAddress when changing both row and column of cell comment address
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742880 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 05:09:41 +0000 (05:09 +0000)]
bug 59443: add get/setAddress methods on cell comment class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742879 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 04:29:17 +0000 (04:29 +0000)]
fix BasteTestCellComment#attemptToSave2CommentsWithSameCoordinates to work with different behaviors of HSSFWorkbook and XSSFWorkbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742871 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 03:53:55 +0000 (03:53 +0000)]
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742869 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 03:49:16 +0000 (03:49 +0000)]
add disabled unit test for bug 59393 from stone
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742868 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 03:35:45 +0000 (03:35 +0000)]
move TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to BaseTestCellComment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742866 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 03:27:32 +0000 (03:27 +0000)]
merge TestComment into TestHSSFComment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742865 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 01:27:31 +0000 (01:27 +0000)]
add test case from Anders Åberg for bug 59442
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742862 13f79535 -47bb-0310-9956-
ffa450edef68
Javen O'Neal [Mon, 9 May 2016 01:12:25 +0000 (01:12 +0000)]
Test CellUtil with XSSFWorkbook and SXSSFWorkbook instances
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1742860 13f79535 -47bb-0310-9956-
ffa450edef68