Dominik Stadler
|
3f91e44380
|
Bug 60289: Fix handling of unicode escapes with lowercase hex-chars
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766065 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-21 16:31:51 +00:00 |
|
Dominik Stadler
|
f2c9dbec3f
|
Add some missing close() calls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765875 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 20:31:50 +00:00 |
|
Tim Allison
|
9c455cb5c9
|
BUG-60285 avoid NPE if missing relationship id
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765861 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 18:45:03 +00:00 |
|
Javen O'Neal
|
a1ec4334cf
|
Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765739 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 02:21:14 +00:00 |
|
Andreas Beeker
|
3ac60f4bcc
|
Bug 55714 - Background image ignored on slide copy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765733 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 23:25:51 +00:00 |
|
Javen O'Neal
|
eeff9989ee
|
StringUtil.count was renamed to StringUtil.countMatches
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765732 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 23:06:35 +00:00 |
|
Javen O'Neal
|
2554a46eaf
|
Eclipse automated refactor/cleanup: convert for loops to for-each loops
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765731 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 23:04:39 +00:00 |
|
Javen O'Neal
|
4b01accdb3
|
Eclipse automated refactor/cleanup: convert for loops to for-each loops
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765728 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 22:28:07 +00:00 |
|
Javen O'Neal
|
c5dddf7fac
|
Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765726 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 21:52:31 +00:00 |
|
Javen O'Neal
|
c0a5f568da
|
close pkg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765561 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 09:04:01 +00:00 |
|
Javen O'Neal
|
e1734cd542
|
disabled unit tests are now passing for bug 48703
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765544 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 07:37:47 +00:00 |
|
Dominik Stadler
|
e3633daac5
|
Bug 60259: Add missing dispose() call
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765100 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-15 19:07:04 +00:00 |
|
Dominik Stadler
|
90ef824079
|
Close temp-file in test to not leak file-handles and fail deleting the file on Windows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765019 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-15 06:54:26 +00:00 |
|
Nick Burch
|
bff698c938
|
#60255 When creating a XSSF drawing, find the next available document part, even if another type has pinched the next number
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764863 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 10:44:03 +00:00 |
|
Andreas Beeker
|
83bd292fff
|
Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fails with latest code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764008 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-09 20:34:35 +00:00 |
|
Javen O'Neal
|
95e8c4b4a2
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763999 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-09 19:09:26 +00:00 |
|
Javen O'Neal
|
d5c20ccb0d
|
bug 60230: add disabled unit test from PJ Fanning for a roundtrip write/read of an encrypted XSSFWorkbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763998 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-09 19:03:49 +00:00 |
|
Javen O'Neal
|
c0b2d60d28
|
bug 60153: java.nio.charset.StandardCharsets is not available until Java 7. Use Charset.forName for Java 6 compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763997 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-09 18:06:46 +00:00 |
|
Javen O'Neal
|
02b3019f6c
|
bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook SheetDataWriter can write encrypted temporary files to disk and the workbook can be AES encrypted when written to disk for a fully secure disk environment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763969 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-09 12:58:46 +00:00 |
|
Javen O'Neal
|
3e4da0cd75
|
bug 60153: encrypt SXSSF temporary files; patch from PJ Fanning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763943 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-09 04:43:14 +00:00 |
|
Javen O'Neal
|
dd1ed5b840
|
bug 60197: Workbook#setSheetOrder should update named range sheet indices
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763939 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-09 03:02:13 +00:00 |
|
Javen O'Neal
|
13a08a408b
|
bug 60219: add disabled unit test for parsing formulas containing external workbook references with a quoted sheet name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763937 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-08 23:41:08 +00:00 |
|
Andreas Beeker
|
cb03495d36
|
Bug 60226 - ClassLoader workaround for OSGI when processing OOXML files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763922 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-08 17:07:15 +00:00 |
|
Dominik Stadler
|
94859c032c
|
Bug 59958: Add simple test-case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763487 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-05 20:13:38 +00:00 |
|
Mark Murphy
|
d106d31934
|
Add PropertyTemplate for drawing Borders (58787)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763338 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-05 02:23:52 +00:00 |
|
Andreas Beeker
|
d8767e1c70
|
Bug 59857 - Password protected files with "Microsoft Enhanced Cryptographic Provider v1.0"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1762726 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-28 23:36:09 +00:00 |
|
Andreas Beeker
|
0a7cd3b68b
|
merge trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1762709 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-28 21:01:40 +00:00 |
|
Javen O'Neal
|
596bba0962
|
bug 59687: correctly delete comments from rows when removing a row and the workbook contains empty rows above the deleted row; patch from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761861 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-22 07:50:33 +00:00 |
|
Javen O'Neal
|
551d46f3c1
|
bug 59687: add failing unit test showing that comments when the row that contains the comment is deleted; patch and file contributed by Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761860 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-22 07:36:52 +00:00 |
|
Javen O'Neal
|
839870a49d
|
check column outline level for bug 55076
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761847 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-22 04:37:04 +00:00 |
|
Javen O'Neal
|
257e6197ca
|
add failing unit test for bug 55076: collapsing column groups only hides the first column
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761846 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-22 04:24:22 +00:00 |
|
Javen O'Neal
|
8455e01772
|
add comment for purpose of test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761842 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-22 03:37:09 +00:00 |
|
Javen O'Neal
|
a09fe683dd
|
bug 45565: add failing unit test for bug 45565
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761841 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-22 03:29:00 +00:00 |
|
Dominik Stadler
|
7e9cc96c46
|
Compiler/IDE warnings, unnecessary keywords,
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761675 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-21 05:45:57 +00:00 |
|
Javen O'Neal
|
f1c4407766
|
replace @Ignore with POITestCase.skipTest/testPassesNow
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761674 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-21 05:32:26 +00:00 |
|
Javen O'Neal
|
cbeddd0d11
|
bug 59983: add failing unit test demonstrating formula shifting is apply twice to shared formulas; patch from Luca Martini
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761673 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-21 05:20:36 +00:00 |
|
Javen O'Neal
|
676ca76fd9
|
bug 59853: support PivotTables with named structured references; patch from Greg Woolsey
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761537 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-20 07:55:13 +00:00 |
|
Andreas Beeker
|
cda4f20482
|
merge trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1761376 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-19 00:20:44 +00:00 |
|
Javen O'Neal
|
5b79b4da90
|
sheet names are case insensitive
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760814 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-14 22:43:08 +00:00 |
|
Javen O'Neal
|
39752a5643
|
make sure workbook can be written out and read back for all TestXSSFPivotTable tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760811 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-14 22:11:14 +00:00 |
|
Javen O'Neal
|
16acf81b9e
|
convert TestXSSFPivotTable to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760806 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-14 22:01:11 +00:00 |
|
Javen O'Neal
|
ed5cd06fb7
|
bug 60128: close open file descriptors when exceptions are thrown from OPCPackage.open
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760702 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-14 12:57:39 +00:00 |
|
Nick Burch
|
6219cc6664
|
Unit test for bug #60128, showing that calling close on a broken package cleans up file or stream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760693 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-14 12:35:34 +00:00 |
|
Javen O'Neal
|
ed7258906f
|
move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760651 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-14 07:53:58 +00:00 |
|
Javen O'Neal
|
38cd94d676
|
bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760630 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-14 05:22:23 +00:00 |
|
Javen O'Neal
|
3c97d9700a
|
change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760607 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-13 23:24:56 +00:00 |
|
Nick Burch
|
494b54161a
|
Disabled unit test for #60010
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760458 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-12 23:10:27 +00:00 |
|
Javen O'Neal
|
abe46f40ed
|
bug 52425: Error adding Comments into cloned Sheets; patch from Daniel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760221 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-11 04:05:42 +00:00 |
|
Javen O'Neal
|
5409095923
|
bug 58191: Support merge cells within a table row; patch from Mark Olesen
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760217 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-11 03:21:33 +00:00 |
|
Javen O'Neal
|
050010094f
|
add unit test class for XSLFTableRow
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760216 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-11 02:52:29 +00:00 |
|