Nick Burch
|
a1f6d9c832
|
Switch XSSF onto BaseFormulaEvaluator, reducing code duplication and fixing XSSFFormulaEvaluator.evaluateAll() to mirror HSSF and use any setup referenced workbooks (stackoverflow #38706562)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755079 13f79535-47bb-0310-9956-ffa450edef68
|
2016-08-03 11:53:43 +00:00 |
|
Javen O'Neal
|
fcb22a8a5e
|
bug 59922: rename XSSFPaswordHelper to XSSFPasswordHelper
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754786 13f79535-47bb-0310-9956-ffa450edef68
|
2016-08-01 18:20:43 +00:00 |
|
Javen O'Neal
|
ca31684a27
|
bug 59922: make XSSFPasswordHelper internal because it works on XmlObject objects, which are generally an internal implementation detail of POI-OOXML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754785 13f79535-47bb-0310-9956-ffa450edef68
|
2016-08-01 18:03:36 +00:00 |
|
Javen O'Neal
|
66d7d4ddaa
|
whitespace; +svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754784 13f79535-47bb-0310-9956-ffa450edef68
|
2016-08-01 18:01:24 +00:00 |
|
David North
|
984683ab4b
|
Fix zero-padding and handling of empty passwords (meaning protection on, but no password to remove it) for XSSF workbook protection.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59920
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754744 13f79535-47bb-0310-9956-ffa450edef68
|
2016-08-01 12:51:24 +00:00 |
|
Dominik Stadler
|
bbfb783a57
|
Bug 59736: Incorrect evaluation of SUBTOTAL with composite interval
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754674 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-31 17:19:27 +00:00 |
|
Dominik Stadler
|
5e0612eabd
|
IDE warnings and fix a few places where we do not close resources in tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754673 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-31 17:19:17 +00:00 |
|
Nick Burch
|
dfcf57bfbf
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754530 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-29 14:03:28 +00:00 |
|
David North
|
e5877bd8e0
|
Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods.
Re-organise internally to use a map so that lookup is O(1) rather than O(n ranges).
Add a dependency on commons collections 4, also ASL licensed so no problem.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754521 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-29 13:24:00 +00:00 |
|
Dominik Stadler
|
fa24949520
|
Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754328 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-27 18:15:54 +00:00 |
|
Dominik Stadler
|
a86686846b
|
Bug 59634: Clarify and refine JavaDoc of various close() methods to consistently state that close() invalidates the object
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753912 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-24 11:38:50 +00:00 |
|
Dominik Stadler
|
0bf845e0cc
|
59106: WorkdayFunction does not read the area with holidays correctly to calculate work days
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753125 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 21:18:27 +00:00 |
|
Dominik Stadler
|
da595c2343
|
Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...
test-updates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753122 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 21:18:07 +00:00 |
|
Javen O'Neal
|
9ee14c5508
|
bug 57919: add performance note to javadocs about using BufferedOutputStreams on Document.write(OutputStream) if underlying resource is high latency
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753112 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 20:25:37 +00:00 |
|
Javen O'Neal
|
d9f3df34de
|
bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage for HSLFSlideShow
add tests for SlideShow.findPicture and SlideShow.addPicture
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753073 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 13:25:02 +00:00 |
|
Javen O'Neal
|
b2b1a030a3
|
bug 58190: add unit tests for XMLSlideShow#addPicture and XMLSlideShow#findPicture
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753065 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 12:16:58 +00:00 |
|
Javen O'Neal
|
7637cdc080
|
bug 59873: javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753043 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 09:48:36 +00:00 |
|
Javen O'Neal
|
4d33ceffb1
|
bug 59873: javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753042 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 09:44:26 +00:00 |
|
Javen O'Neal
|
2944b7a7a8
|
bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753041 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 09:42:13 +00:00 |
|
Javen O'Neal
|
31f2b5fdd1
|
bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753040 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 09:32:29 +00:00 |
|
Javen O'Neal
|
c44094c04e
|
bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753035 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 09:20:21 +00:00 |
|
Javen O'Neal
|
0025b16e3e
|
add cause to exceptions, log exceptions that are caught and suppressed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753030 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 08:41:52 +00:00 |
|
Javen O'Neal
|
1cf76af9e8
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753028 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 08:26:51 +00:00 |
|
Javen O'Neal
|
f296b55b36
|
add @Override annotations to CreationHelper classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753017 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 07:14:49 +00:00 |
|
Javen O'Neal
|
4a8e7c393d
|
throw exception if hyperlink is invalid type when validating hyperlink
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753016 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 06:04:56 +00:00 |
|
Javen O'Neal
|
14472c1def
|
bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753015 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 05:47:03 +00:00 |
|
Javen O'Neal
|
285bedac9e
|
bug 59775: correctly create XSSFHyperlinks when target is a URL containing a hash mark; patch contributed by Guillermo Alvarez
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753013 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 05:43:03 +00:00 |
|
Javen O'Neal
|
44199a8ecd
|
bug 59872: add Sheet.getHyperlink(CellAddress)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753009 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 04:41:20 +00:00 |
|
Andreas Beeker
|
c00187f5e0
|
use real TempFile
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753004 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 00:27:52 +00:00 |
|
Andreas Beeker
|
11fe2eda86
|
#59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753003 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-17 00:14:06 +00:00 |
|
Dominik Stadler
|
af2a99b910
|
Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752997 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-16 20:52:39 +00:00 |
|
Dominik Stadler
|
d0e3102fd1
|
Bug 59733: Narrow down testcase some more, after the first shift, removing the first row is sufficient to trigger the problem
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752996 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-16 20:52:28 +00:00 |
|
Dominik Stadler
|
52bf709104
|
Add a test to check for a NullPointerException in XSLFTableCell
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752862 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-15 18:24:11 +00:00 |
|
Dominik Stadler
|
ae7ef11c88
|
Bug 59861: Adjust testcase, it works now for me. Also combine the two TestProper classes into one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752861 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-15 18:24:02 +00:00 |
|
Javen O'Neal
|
9d8b7b33db
|
JDK8 javadocs fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752812 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-15 10:13:58 +00:00 |
|
Javen O'Neal
|
6ea74f170d
|
annotate purpose of each PROPER() function test case, add a few more test cases, identify some problems with ß handling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752786 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-15 07:25:16 +00:00 |
|
Javen O'Neal
|
0c3aade7b1
|
JDK8 javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752781 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-15 06:35:21 +00:00 |
|
Nick Burch
|
439fc2e92d
|
Remove un-used imports
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752229 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-11 23:00:40 +00:00 |
|
Nick Burch
|
7179c813e6
|
Start moving logic over into the main and scratchpad jars for OLE2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752226 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-11 22:47:02 +00:00 |
|
Nick Burch
|
f94e7e761b
|
Notes on use
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752222 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-11 22:17:34 +00:00 |
|
Javen O'Neal
|
0f8039f3ab
|
bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with HorizontalAlignment and VerticalAlignment enums
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752066 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-10 08:29:02 +00:00 |
|
Javen O'Neal
|
ba1e2c8b14
|
Add comments describing Outlook .msg DirectoryNode names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752054 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-10 01:41:15 +00:00 |
|
Javen O'Neal
|
fbf2d524f9
|
move string literals out to array that can be for-looped over
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752053 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-10 01:29:30 +00:00 |
|
Javen O'Neal
|
a6f5ef09ef
|
bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751972 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 22:28:28 +00:00 |
|
Javen O'Neal
|
9c00c18f38
|
bug 56154: rename setLastModifiedBy to setLastModifiedByUser
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751950 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 18:05:02 +00:00 |
|
Javen O'Neal
|
ed4ae3fff0
|
bug 56154: add @since annotations to getLastModifiedBy and setLastModifiedBy methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751949 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 17:59:01 +00:00 |
|
Javen O'Neal
|
182c1415f5
|
bug 56154: get and set last modified by user property; patch from Danil Lopatin
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751948 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 17:56:54 +00:00 |
|
Javen O'Neal
|
d3eae0ccd8
|
convert OPC Compliance unit tests to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751891 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 12:07:20 +00:00 |
|
Javen O'Neal
|
6cbca80d5d
|
whitespace and +svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751890 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 11:55:21 +00:00 |
|
Javen O'Neal
|
99837b5014
|
AllOpenXML4JInternalTests no longer needed in AllOpenXML4JTests suite because it was upgraded to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751889 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 11:53:28 +00:00 |
|
Javen O'Neal
|
92c2fa753d
|
add crude unit test for ZipPackagePropertiesMarshaller
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751872 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 09:10:03 +00:00 |
|
Javen O'Neal
|
7d427f0d16
|
convert to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751870 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 08:53:34 +00:00 |
|
Javen O'Neal
|
891b45e186
|
whitespace and +svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751867 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 08:38:28 +00:00 |
|
Javen O'Neal
|
4c72ddaba1
|
add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751843 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 23:20:34 +00:00 |
|
Javen O'Neal
|
38c052cca1
|
add @Override annotations to spreadsheet formula Evaluation classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751837 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 22:27:32 +00:00 |
|
Javen O'Neal
|
9539c626a9
|
bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from Greg Woolsey.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751836 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 22:22:10 +00:00 |
|
Javen O'Neal
|
6f566fca27
|
whitespace; +svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751744 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 02:27:13 +00:00 |
|
Javen O'Neal
|
81f13bb621
|
Findbugs-JDK8: log ignored exception
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751743 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 02:25:42 +00:00 |
|
Javen O'Neal
|
56d11479de
|
bug 50795: move hack to avoid xmlbeans corrupt pointer to its own function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751742 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 02:19:02 +00:00 |
|
Javen O'Neal
|
b37fde6d96
|
+svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751572 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-05 23:26:32 +00:00 |
|
Javen O'Neal
|
93f1f4b027
|
bug 59804: indicate when features were @Internal-ized
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751570 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-05 23:22:49 +00:00 |
|
Nick Burch
|
90e4babfc1
|
#59780 OPC support for a wider range of timezone'd created and modified date formats in package properties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751379 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 20:55:07 +00:00 |
|
Nick Burch
|
307fdc61b0
|
Add ignored test for #59780, and specially-crafted test file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751375 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 20:26:40 +00:00 |
|
Javen O'Neal
|
24faa602e0
|
bug 59796: XSSFTable#getRowCount off-by-one error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751373 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 19:09:10 +00:00 |
|
Javen O'Neal
|
f0f37b58ed
|
pre for-each iteration over for index iteration
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751369 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 18:43:45 +00:00 |
|
Javen O'Neal
|
31efeb44b7
|
bug 59795: add method to synchronize start and stop cell references with CTTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751368 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 18:25:00 +00:00 |
|
Javen O'Neal
|
be49e0c5a7
|
bug 59791: CellFormat#ultimateType(Cell) should return an integer for backwards compatibility (use ultimateTypeEnum for now for CellType enums); re-add SXSSFCell(SXSSFRow, int) for backwards compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751273 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 13:09:30 +00:00 |
|
Javen O'Neal
|
03671fea80
|
bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType getter javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751264 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 12:35:49 +00:00 |
|
Javen O'Neal
|
268c5deeb2
|
bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751261 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 12:21:42 +00:00 |
|
Javen O'Neal
|
034d3cfcca
|
bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751256 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 11:54:20 +00:00 |
|
Javen O'Neal
|
fba65665fb
|
reorganize imports (remove unused imports, sort alphabetically)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751244 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 10:38:25 +00:00 |
|
Javen O'Neal
|
64ef8e26a3
|
bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751240 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 10:15:18 +00:00 |
|
Javen O'Neal
|
d1d6ea97fb
|
bug 59791: convert Cell Type to an enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751237 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 09:45:46 +00:00 |
|
Javen O'Neal
|
8df4c77647
|
bug 59790: convert FormulaType class to enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751210 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 05:37:06 +00:00 |
|
Andreas Beeker
|
6899a1ad95
|
javadocs fixes (jdk8)
(eclipse) source clean ups
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751165 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-03 18:25:05 +00:00 |
|
Javen O'Neal
|
33cf815199
|
bug 59773: move loop invariants outside of loop or change for loops to for-each loops
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751131 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-03 07:20:47 +00:00 |
|
Andreas Beeker
|
76c479ce28
|
javadocs fixes (jdk8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751106 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-02 23:08:07 +00:00 |
|
Javen O'Neal
|
73fcbfdb68
|
bug 59773: move loop invariants outside of loop or change for loops to for-each loops
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751086 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-02 18:28:43 +00:00 |
|
Javen O'Neal
|
4ab0e89901
|
bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751044 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-02 09:00:13 +00:00 |
|
Javen O'Neal
|
b11ee3f7da
|
don't shadow drawing field from XSSFShape in XSSFGraphicFrame
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751038 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-02 08:40:50 +00:00 |
|
Javen O'Neal
|
ac84cdb773
|
findbugs: remove implements Cloneable declaration from classes that don't implement a clone method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751035 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-02 08:30:34 +00:00 |
|
Javen O'Neal
|
5af440d517
|
enable @Ignored unit test that is passing now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751024 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-02 05:12:19 +00:00 |
|
Javen O'Neal
|
4dd2ff6c7c
|
findbugs REC_CATCH_EXCEPTION: catch specific exception types and include more helpful reason rather than catching all Exceptions with one misleading reason
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751023 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-02 05:11:01 +00:00 |
|
Javen O'Neal
|
e7ef961359
|
+svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751022 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-02 05:01:43 +00:00 |
|
Andreas Beeker
|
c985706686
|
sonar fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751007 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-01 21:10:40 +00:00 |
|
Javen O'Neal
|
b2f4150b06
|
bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller exception handling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750893 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-01 09:14:41 +00:00 |
|
Andreas Beeker
|
6eab79528b
|
a few performance fixes to speed-up the tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750867 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-30 22:59:46 +00:00 |
|
Nick Burch
|
520f4fbf76
|
#59766 Need to catch Errors as well when trying to tweak SAX stuff
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750408 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-27 19:57:33 +00:00 |
|
Andreas Beeker
|
099f63d054
|
deprecated constants pointing to MissingCellPolicy - use enum instead
javadocs fixes (jdk8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750172 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-24 23:31:12 +00:00 |
|
Javen O'Neal
|
fd1a23361b
|
bug 59748: replace Hashtable with HashMap; contributed by Axel Howind
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750168 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-24 21:39:44 +00:00 |
|
Andreas Beeker
|
a3718f8166
|
common-crawl-regression-fix: fallback to higher template level for default font, in case the style reference can't be determined
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750034 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-24 00:12:25 +00:00 |
|
Nick Burch
|
05f704d112
|
#59746 XSSF support for files from certain alternate tools where the row XML is missing the row number
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749971 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-23 18:59:48 +00:00 |
|
Nick Burch
|
4abd9f6cca
|
Disabled unit test for bug #59746, test file from Rob Owen
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749963 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-23 18:44:34 +00:00 |
|
Andreas Beeker
|
0341823c5c
|
#59743 - ZipSecureFile throwing "zip bomb detected" exception when writing SXSSFWorkbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749799 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-23 00:23:51 +00:00 |
|
Andreas Beeker
|
89fb94e67d
|
sonar fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749795 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-22 22:27:53 +00:00 |
|
Andreas Beeker
|
c88ba795a0
|
javadoc fixes (jdk8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749794 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-22 22:26:08 +00:00 |
|
Nick Burch
|
bfa702ed88
|
XSLFPictureData support for TIFF images - patch and tests from bug #59742 from Jens Popp
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749732 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-22 16:18:36 +00:00 |
|
Nick Burch
|
4eb8175d88
|
Fix inconsistent whitespace and indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749530 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-21 14:34:12 +00:00 |
|
Nick Burch
|
631ca92c16
|
#59717 POIXMLProperties helper methods for reading and changing OOXML document thumbnails
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749528 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-21 14:27:41 +00:00 |
|
Javen O'Neal
|
0f3a7b24b4
|
bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabetic} metaclasses
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749305 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 11:27:40 +00:00 |
|
Javen O'Neal
|
8cefedd80a
|
remove an unnecessary row
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749300 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 10:52:50 +00:00 |
|
Javen O'Neal
|
3bc1764c5c
|
bug 59733: cells do not need to be created for the XmlValueDisconnectedException to occur
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749298 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 10:49:05 +00:00 |
|
Javen O'Neal
|
3f546d927f
|
bug 59733: add disabled unit test from Dattathreya
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749295 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 10:41:22 +00:00 |
|
Javen O'Neal
|
b617f3ccec
|
bug 56781: disallow names with symbols, except underscore, period, and backslash
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749293 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 10:27:52 +00:00 |
|
Javen O'Neal
|
4df03b8762
|
bug 57523: off by one error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749269 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 06:49:13 +00:00 |
|
Javen O'Neal
|
54d0ebe889
|
bug 57523: add unit test written by Dominik Stadler
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749267 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 06:27:12 +00:00 |
|
Javen O'Neal
|
44d8e4a2cb
|
bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFDataVAlidationConstraint
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749265 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 05:01:21 +00:00 |
|
Javen O'Neal
|
7929adbf80
|
whitespace (tabs to 4 spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749264 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 04:21:26 +00:00 |
|
Javen O'Neal
|
40727700f4
|
bug 59731: start migrating methods relating to row-shifting in HSSFSheet to HSSFRowShifter; consolidate with XSSFRowShifter into RowShifter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749262 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 04:16:32 +00:00 |
|
Javen O'Neal
|
ce8b8ea7ab
|
bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749258 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 03:40:32 +00:00 |
|
Javen O'Neal
|
0ec8b3a88e
|
bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shifting rows, shift merged regions (even when the merged region does not include column 0)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749248 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 02:02:08 +00:00 |
|
Javen O'Neal
|
8c6c7783d6
|
mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtil
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749240 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 00:25:29 +00:00 |
|
Andreas Beeker
|
3a4754de98
|
findbugs fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749238 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-20 00:08:11 +00:00 |
|
Javen O'Neal
|
b9e9b0d41d
|
bug 56958: slightly improve performance when checking array formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749219 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-19 22:24:17 +00:00 |
|
Javen O'Neal
|
895bcab9f9
|
bug 59645: add Page Setup Print row and column headings support for Common SS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749191 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-19 18:20:23 +00:00 |
|
Javen O'Neal
|
8240a8ab5d
|
update javadoc for clarification about non-literal lists
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749133 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-19 06:23:57 +00:00 |
|
Javen O'Neal
|
3eb3df8d35
|
use fully qualified name for Javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749132 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-19 06:16:23 +00:00 |
|
Javen O'Neal
|
3d15bb8f65
|
add unit test for bug 59719
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749131 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-19 06:10:50 +00:00 |
|
Javen O'Neal
|
e930c44e2d
|
bug 59719: parse static list text properly; patch from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749129 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-19 04:43:53 +00:00 |
|
Andreas Beeker
|
e1241ed975
|
#59702 - Setting background color in slide master
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749108 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-18 23:48:00 +00:00 |
|
Javen O'Neal
|
acac716a64
|
bug 59718: deprecate get/setBoldweight. Use get/setBold
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748898 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-18 01:21:08 +00:00 |
|
Javen O'Neal
|
59d1dc095b
|
bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748897 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-18 01:06:53 +00:00 |
|
Javen O'Neal
|
21e8ce5979
|
bug 59432: move loop invariants outside the loop to marginally improve code execution speed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748832 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-17 11:06:58 +00:00 |
|
Javen O'Neal
|
26d3072b1e
|
bug 56958: validate array formulas wasn't correctly checking for overlap with a merged region
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748829 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-17 10:22:09 +00:00 |
|
Javen O'Neal
|
19a0cc12fa
|
bug 59279: add Comment.equals and hashCode methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748814 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-17 08:56:10 +00:00 |
|
Javen O'Neal
|
c3833b5ce7
|
bug 59170: remove deprecated o.a.p.xwpf.model.XWPFHyperlinkDecorator class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748780 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-17 00:20:48 +00:00 |
|
Javen O'Neal
|
d7fc37b2db
|
bug 59170: remove deprecated o.a.p.openxml4j.opc.internal.CnotentType#getParameters
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748778 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-16 23:52:54 +00:00 |
|
Javen O'Neal
|
0472d9d861
|
bug 55385: deprecate Font.getBoldweight and Font.setBoldweight
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748658 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-16 06:51:53 +00:00 |
|
Javen O'Neal
|
5028639443
|
add disabled unit test for bug 55273: contributed by Martin Studer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748606 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-15 16:36:31 +00:00 |
|
Javen O'Neal
|
4243208ade
|
bug 59170: remove deprecated XSSFExcelExtractor(String)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748495 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-15 04:26:14 +00:00 |
|
Javen O'Neal
|
9b217ab2da
|
bug 59170: remove deprecated o.a.p.openxml4j.opc.Package
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748494 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-15 04:22:49 +00:00 |
|
Javen O'Neal
|
7228082d6b
|
bug 59170: remove deprecated XSSFFontFormatting#getXSSFColor that was deprecated in 3.13 beta 1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748493 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-15 04:22:26 +00:00 |
|
Javen O'Neal
|
ff3ccad347
|
add @Override annotations
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748491 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-15 04:08:56 +00:00 |
|
Javen O'Neal
|
ea30ed25b4
|
bug 57840: make it easier to replace _rows implementation (HashMap?) by making it final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748482 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-15 02:56:56 +00:00 |
|
Javen O'Neal
|
07c65c3fc4
|
bug 57840: add comments for explicit boxing performance optimization
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748479 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-15 01:42:11 +00:00 |
|
Andreas Beeker
|
f83ff6f8ce
|
javadoc fixes (jdk8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748328 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 23:08:13 +00:00 |
|
Andreas Beeker
|
d8437d0476
|
reverted changes of r1747942 and deprecated instead
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748313 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 21:18:50 +00:00 |
|
Javen O'Neal
|
e4e4cbb71e
|
findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748098 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 07:02:33 +00:00 |
|
Javen O'Neal
|
64ae6dc0ff
|
findbugs: fix SF_SWITCH_NO_DEFAULT warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748090 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 06:38:53 +00:00 |
|
Javen O'Neal
|
6c5cd8e400
|
findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD and UUF_UNUSED_FIELD warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748086 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 05:34:02 +00:00 |
|
Javen O'Neal
|
b148307f0f
|
findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748085 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 05:06:47 +00:00 |
|
Javen O'Neal
|
1853126f9b
|
findbugs: fix URF_UNREAD_FIELD warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748084 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 04:42:59 +00:00 |
|
Andreas Beeker
|
1ace43ba9f
|
javadocs fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748042 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-12 19:54:35 +00:00 |
|
Andreas Beeker
|
0ef5f1d292
|
sonar fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748028 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-12 16:57:15 +00:00 |
|
Andreas Beeker
|
6a6aa540eb
|
revert back to changes of bug 57840
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747945 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-12 00:54:01 +00:00 |
|
Andreas Beeker
|
81d891921b
|
findbugs fixes
changed UDFFinder to abstract class and moved DEFAULT constant to factory method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747942 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-12 00:12:22 +00:00 |
|
Javen O'Neal
|
9e54ef68cb
|
bug 57840: lazily compute hashCode; patch from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747881 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 11:40:30 +00:00 |
|
Javen O'Neal
|
55546a5495
|
whitespace (tabs to spaces, 3-space to 4-space)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747879 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 11:35:18 +00:00 |
|
Javen O'Neal
|
be9b615048
|
bug 57840: add disabled unit test with large number of structured reference formulas
patch and spreadsheet contributed by Mark Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747878 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 11:28:55 +00:00 |
|
Dominik Stadler
|
9880040b1b
|
Improve output on invalid HTTP Status Code and ignore another failure to contact the TSP server
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747863 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 08:45:41 +00:00 |
|
Javen O'Neal
|
ed3364b6d2
|
bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; patch from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747840 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 02:28:21 +00:00 |
|
Javen O'Neal
|
69ded5b7b0
|
whitespace (tabs to spaces); +props svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747839 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 02:12:43 +00:00 |
|
Javen O'Neal
|
e3beb3abdd
|
bug 57840: cache XSSFEvaluationCell and XSSFEvaluationSheet instances (30% evaluation speedup due to caching and faster cell lookup); patch from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747838 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 02:10:32 +00:00 |
|
Javen O'Neal
|
6d03eafcfe
|
bug 57840: avoid auto-boxing ints for row/column TreeTable lookups (4% evaluation speedup at the cost of additional Integer objects); patch from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747837 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 01:48:37 +00:00 |
|
Javen O'Neal
|
44c9a66906
|
remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p.ss.formula.udf 3 years ago and was @Internal before that
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747828 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 00:51:12 +00:00 |
|
Javen O'Neal
|
3ff5a7669f
|
fix typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747824 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 00:42:33 +00:00 |
|
Javen O'Neal
|
cd4058fd60
|
bug 57840: initialize the column header cache with 50% empty space
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747823 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 00:38:42 +00:00 |
|
Javen O'Neal
|
1a906b4d68
|
bug 57840: add test using a Data Table not anchored at A1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747819 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-11 00:11:41 +00:00 |
|
Andreas Beeker
|
12c7c32187
|
fix text height test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747803 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 21:29:47 +00:00 |
|
Javen O'Neal
|
c8627bb8b2
|
bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfMappedColumns() to getNumberOfMappedColumn()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747771 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 18:45:14 +00:00 |
|
Javen O'Neal
|
71e3aa52fd
|
bug 57840: add unit test for XSSFTable.findColumnIndex
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747762 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 18:10:52 +00:00 |
|
Javen O'Neal
|
a6f21296cc
|
bug 57840: fix to reuse XSSFEvaluationWorkbook inside itself; patch from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747754 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 17:13:45 +00:00 |
|
Javen O'Neal
|
97adda6169
|
+props svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747752 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 17:12:28 +00:00 |
|
Javen O'Neal
|
ce5eccd8f5
|
bug 57721: add unit test for evaluating all formulas in a workbook containing structured reference formulas; patch from gruber.chri@gmx.at
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747740 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 16:36:59 +00:00 |
|
Javen O'Neal
|
30dc1a4d30
|
add missing AL header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747669 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 09:10:41 +00:00 |
|
Javen O'Neal
|
1da2c2d2d1
|
close opened workbooks in unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747656 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 07:36:22 +00:00 |
|
Javen O'Neal
|
954d5f8be4
|
bug 57840: add structured reference formula parsing tests from FormulaParser.parseStructuredReference
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747655 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 07:33:30 +00:00 |
|
Javen O'Neal
|
95df2cc417
|
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747638 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 05:38:10 +00:00 |
|
Javen O'Neal
|
f17c9a9c25
|
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
|
2016-06-10 04:57:04 +00:00 |
|
Javen O'Neal
|
65c7d551e6
|
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747628 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 04:40:56 +00:00 |
|
Javen O'Neal
|
068bb510be
|
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
|
2016-06-10 04:20:41 +00:00 |
|
Javen O'Neal
|
1c2b9b3103
|
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747625 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 02:51:45 +00:00 |
|
Javen O'Neal
|
12a8f5b603
|
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747623 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 02:01:15 +00:00 |
|
Javen O'Neal
|
3732a24a42
|
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
|
2016-06-10 01:52:08 +00:00 |
|
Javen O'Neal
|
1817337056
|
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
|
2016-06-10 01:08:05 +00:00 |
|
Javen O'Neal
|
5b983791aa
|
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
|
2016-06-10 01:02:05 +00:00 |
|
Javen O'Neal
|
588c19e9d3
|
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747614 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-10 00:26:39 +00:00 |
|
Javen O'Neal
|
83abda843a
|
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
|
2016-06-10 00:21:59 +00:00 |
|
Javen O'Neal
|
944901f8f2
|
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
|
2016-06-10 00:21:21 +00:00 |
|
Andreas Beeker
|
6e477490f9
|
#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
|
2016-06-09 23:06:42 +00:00 |
|
Andreas Beeker
|
f29eb91c08
|
Add XSSF support to ForkedEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747326 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-07 23:15:40 +00:00 |
|
Andreas Beeker
|
a749f7f3f5
|
sonar fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747093 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-06 23:54:29 +00:00 |
|
Andreas Beeker
|
9b05849946
|
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
|
2016-06-05 10:18:14 +00:00 |
|
Andreas Beeker
|
bd2b438ee1
|
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
|
2016-06-05 01:04:58 +00:00 |
|
Andreas Beeker
|
d80170f9ac
|
#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
|
2016-06-04 22:53:00 +00:00 |
|
Dominik Stadler
|
1caa8ff288
|
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
|
2016-06-03 06:01:27 +00:00 |
|
Nick Burch
|
52537ae58e
|
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
|
2016-06-02 22:59:47 +00:00 |
|
Dominik Stadler
|
1fdbf14e1e
|
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
|
2016-06-02 20:14:28 +00:00 |
|
Dominik Stadler
|
6b6aa56455
|
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
|
2016-06-02 20:09:44 +00:00 |
|
Dominik Stadler
|
ee6c0625d0
|
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
|
2016-06-02 20:09:35 +00:00 |
|
Dominik Stadler
|
aee2959a64
|
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
|
2016-06-02 20:09:25 +00:00 |
|
Dominik Stadler
|
505e695099
|
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
|
2016-05-29 21:33:47 +00:00 |
|
Dominik Stadler
|
a2bd714e55
|
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
|
2016-05-29 21:33:39 +00:00 |
|
Dominik Stadler
|
a9f9290bb7
|
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
|
2016-05-29 21:33:24 +00:00 |
|
Andreas Beeker
|
334ec509fa
|
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
|
2016-05-24 23:39:23 +00:00 |
|
Dominik Stadler
|
10ce4e23a6
|
Adjust two tests slightly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745370 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-24 14:48:57 +00:00 |
|
Andreas Beeker
|
592f22882f
|
#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
|
2016-05-22 23:58:07 +00:00 |
|
Andreas Beeker
|
dae1a761fd
|
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
|
2016-05-22 23:57:14 +00:00 |
|
Dominik Stadler
|
e48e4e771d
|
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
|
2016-05-22 16:08:51 +00:00 |
|
Andreas Beeker
|
e5393711b7
|
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744797 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-20 21:02:49 +00:00 |
|