Javen O'Neal
|
9ce29b30fd
|
upgrade to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765740 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 02:24:17 +00:00 |
Javen O'Neal
|
db63b9cf69
|
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 |
Javen O'Neal
|
7520fcd4fb
|
close resource
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765737 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 02:05:42 +00:00 |
Javen O'Neal
|
f14210b101
|
Eclipse automated refactor/cleanup: convert for loops to for-each loops
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765736 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 01:54:56 +00:00 |
Andreas Beeker
|
ecef10cb7b
|
remove *_dump directory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765734 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 23:43:42 +00:00 |
Andreas Beeker
|
d64fea0cfe
|
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
|
55cc811908
|
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
|
d5d5419d9c
|
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
|
f6346b87a4
|
add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatches and Python's str.count(substr)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765730 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 23:04:16 +00:00 |
Javen O'Neal
|
e88722f052
|
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
|
99125ee191
|
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 |
Tim Allison
|
9eef74edd1
|
BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to Andreas Beeker for this patch. Problems are mine.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765696 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 18:44:46 +00:00 |
Javen O'Neal
|
2df4509dc5
|
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
|
90eb45410a
|
add @Override decorators to SheetIterator, move code outside of for-loop
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765556 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 08:38:19 +00:00 |
Javen O'Neal
|
efac70434a
|
reenable unit test for bug 58648 that passes now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765548 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 08:03:57 +00:00 |
Javen O'Neal
|
efa58cbb1c
|
bug 60255: use actual number of package parts rather than hard-coding an upper-bound
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765546 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 07:47:07 +00:00 |
Javen O'Neal
|
84b0d1a0fe
|
remove @deprecated annotation from Enum-returning getters. These will be deprecated after the int-returning getters are removed.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765545 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 07:43:18 +00:00 |
Javen O'Neal
|
53d74a67fa
|
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
|
41993f6374
|
Fix some IDE warnings/javadoc/...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765538 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 06:52:44 +00:00 |
Javen O'Neal
|
0b7e0b06f1
|
make code more similar between default case and indexed case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765536 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 06:44:09 +00:00 |
Javen O'Neal
|
3f635e5be5
|
on Windows, a directory cannot contain a file and a directory with the same name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765531 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 05:18:48 +00:00 |
Javen O'Neal
|
5fed0edcae
|
findbugs: Switch statement found in org.apache.poi.sl.draw.DrawShape.applyTransform(Graphics2D) where default case is missing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765530 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 05:07:30 +00:00 |
Javen O'Neal
|
8d279d1f92
|
add data type to UTF_16LE
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765529 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 05:06:49 +00:00 |
Javen O'Neal
|
2b10e019ad
|
remove java.nio.charset.StandardCharsets which is not available until Java 7
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765528 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 05:00:07 +00:00 |
Tim Allison
|
8e3a70d4b1
|
BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765490 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-18 18:24:39 +00:00 |
Tim Allison
|
2732e72385
|
BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix unit test.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765482 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-18 16:54:12 +00:00 |
Tim Allison
|
6405134949
|
BUG 59858 -- avoid npe when there's a collision of record names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765479 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-18 16:43:20 +00:00 |
Tim Allison
|
1ec787c356
|
BUG 59830 -- incorrect reading of unicode stream name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765468 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-18 15:47:38 +00:00 |
Tim Allison
|
6234c859d4
|
BUG 60158 -- AIOOBE in VBAMacroReader
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765433 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-18 12:55:34 +00:00 |
Andreas Beeker
|
fb4dd8be1a
|
Bug 53191 - Problems with line style when converting ppt to png
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765196 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-16 22:48:25 +00:00 |
Dominik Stadler
|
70976284d1
|
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
|
5990f61dcd
|
Update to japicmp-gradle-plugin:0.1.2 and enable newly added properties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765020 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-15 07:09:13 +00:00 |
Dominik Stadler
|
ba76969968
|
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 |
Dominik Stadler
|
2ae9b30a6c
|
Bug 60029: apply suggested fix and fix some IntelliJ warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765018 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-15 06:54:20 +00:00 |
Dominik Stadler
|
1bda7f6ef6
|
Bug 60134: Add initial tasks for running japicmp to the Gradle build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764960 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 20:46:30 +00:00 |
Tim Allison
|
1d0badc7c8
|
add length sanity check for length of embedded OLE10Native (BUG 60256)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764927 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 14:57:29 +00:00 |
Tim Allison
|
54a6e0f070
|
add ignored test and triggering document for BUG 60256
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764890 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 13:22:23 +00:00 |
Nick Burch
|
6f04710390
|
Exclude broken hand-crafted test file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764887 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 13:03:53 +00:00 |
Nick Burch
|
b002ad9d3f
|
#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 |
Nick Burch
|
0bef12ac42
|
Test file for #60255
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764859 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 10:39:16 +00:00 |
Javen O'Neal
|
5216731bfd
|
bug 56781,60246: fix named range validation to match valid name rules per Excel docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764854 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 10:11:23 +00:00 |
Javen O'Neal
|
b6e6b8c922
|
bug 60253: add helper functions to make the constructor formula1-overloading code simpler
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764831 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 08:09:39 +00:00 |
Javen O'Neal
|
b3e83048a9
|
bug 60253: remove repeated check for ValidationType.ANY
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764823 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 07:07:15 +00:00 |
Javen O'Neal
|
235b49aa52
|
bug 60253: revert XSSFDataValidationConstraint#prettyPrint QUOTE change in r1749129
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764822 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 07:04:27 +00:00 |
Javen O'Neal
|
d7f4b7e36c
|
make cached fields transient
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764809 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 05:13:47 +00:00 |
Mark Murphy
|
3175e9ec14
|
Add Apache license to example file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764807 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-14 02:42:50 +00:00 |
Mark Murphy
|
37f1598ac2
|
53009: Problem creating header and footer
Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=53009
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764563 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-13 01:13:45 +00:00 |
Andreas Beeker
|
740932ee85
|
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
|
3c1f622ecf
|
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
|
612a8533ec
|
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 |