Javen O'Neal
|
e725197feb
|
bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, SXSSFCell>
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717192 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 06:07:49 +00:00 |
Javen O'Neal
|
ee6ee95f40
|
add @Override annotations to SXSSFRow
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717181 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 05:28:57 +00:00 |
Javen O'Neal
|
4eadfb1779
|
add @Override annotation. Explicitly specify workbook type returned by SXSSFITestDataProvider.writeOutAndReadBack
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717179 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 05:22:14 +00:00 |
Javen O'Neal
|
264101d5f7
|
testBool/testErr: check values before writeOutAndReadBack
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717178 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 05:21:01 +00:00 |
Javen O'Neal
|
6033d5428a
|
fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEquals for more informative test results
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717171 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 05:00:24 +00:00 |
Javen O'Neal
|
1342cb827e
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717167 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 04:50:18 +00:00 |
Javen O'Neal
|
0555894150
|
add @Override and @NotImplemented annotations to SXSSFCell, update javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717164 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 04:43:32 +00:00 |
Javen O'Neal
|
916dcd547c
|
break testBoolErr into 2 unit tests. The test shouldn't be aware of the underlying implementation for HSSFRows, and shorter tests are better
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717163 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 04:38:04 +00:00 |
Javen O'Neal
|
0a02cc5053
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717162 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 04:36:17 +00:00 |
Javen O'Neal
|
aadd45c22e
|
bug 58671: change MissingCellPolicy from class to enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717157 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 04:24:06 +00:00 |
Javen O'Neal
|
fc238aac21
|
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717151 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 02:06:36 +00:00 |
Javen O'Neal
|
be88aec207
|
add missing ASF License headers for bug 57450
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717149 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 01:05:10 +00:00 |
Javen O'Neal
|
e29279896e
|
patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows that have been flushed to disk
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717146 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 00:22:50 +00:00 |
Dominik Stadler
|
760c3e1955
|
Update some maven plugins to the latest version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717113 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 19:53:44 +00:00 |
Andreas Beeker
|
85717b7c3c
|
Add helper method for opening the test files - maybe switched to InputStream if test-data files are changed unexpectedly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717099 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 17:41:58 +00:00 |
Andreas Beeker
|
7d4b30cd72
|
XSLF: tables can now be removed from sheets/groups
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717087 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 16:17:29 +00:00 |
Javen O'Neal
|
d729c3208a
|
bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717079 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 15:31:57 +00:00 |
Javen O'Neal
|
c568c36b80
|
add @Override annotations to Sheet classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717078 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 15:27:34 +00:00 |
Andreas Beeker
|
b9c792dad0
|
close resources
fix a few eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717077 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 15:26:53 +00:00 |
Javen O'Neal
|
f964020746
|
remove debugging print statements
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717076 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 15:24:08 +00:00 |
Javen O'Neal
|
6c1b0f30b0
|
Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717069 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 14:45:24 +00:00 |
Javen O'Neal
|
da8eb997cd
|
findbugs: add missing equals and hashCode for classes with a compareTo method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717068 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 14:33:28 +00:00 |
Javen O'Neal
|
d471500512
|
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717062 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 13:15:03 +00:00 |
Javen O'Neal
|
4d759e36f9
|
revert r1716119, since it would delete the output of compile-ooxml-xsds and require the target to be rebuilt every time "ant compile" was run
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717057 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 13:02:12 +00:00 |
Javen O'Neal
|
1ef3f4e2e8
|
bug 58667: make SX/X/HSSFRow implement Comparable interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717054 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 12:14:45 +00:00 |
Javen O'Neal
|
765fd556f1
|
HSSFRow: make instance variables final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717049 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 11:58:26 +00:00 |
Javen O'Neal
|
9e13fccd47
|
SXSSFRow: privatize instance variables, make _sheet final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717044 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 11:50:11 +00:00 |
Javen O'Neal
|
4c96c4ca6e
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717043 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 11:48:02 +00:00 |
Javen O'Neal
|
5c9373e437
|
make SXSSFRow._style private, add getRowStyleIndex() in its place
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717042 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 11:47:27 +00:00 |
Javen O'Neal
|
935476e3e6
|
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717040 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 11:44:03 +00:00 |
Javen O'Neal
|
b2eefb20d4
|
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717038 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 11:39:36 +00:00 |
Javen O'Neal
|
cb513d0a76
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717035 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 11:34:56 +00:00 |
Javen O'Neal
|
f629699265
|
bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlink
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717026 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 02:43:17 +00:00 |
Javen O'Neal
|
80209b4d2f
|
bug 58636: make ClientAnchor enum constructor private, make byId Internal
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717024 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 02:18:45 +00:00 |
Andreas Beeker
|
644f7b6c99
|
#46210 - Title placeholder not recognized by Powerpoint 2003
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717020 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 01:23:54 +00:00 |
Andreas Beeker
|
9e45a9d9fd
|
#58663 - Pictures cannot be removed from a slide
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717018 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-29 00:51:04 +00:00 |
Javen O'Neal
|
48e733d9f2
|
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716948 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-28 11:55:02 +00:00 |
Javen O'Neal
|
e89b0c26cb
|
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716947 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-28 11:53:22 +00:00 |
Javen O'Neal
|
e543a14237
|
make instance variables final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716843 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-27 11:35:43 +00:00 |
Javen O'Neal
|
229a54a248
|
+FIXME
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716838 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-27 11:30:18 +00:00 |
Javen O'Neal
|
109e8b4fb3
|
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716811 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-27 09:45:53 +00:00 |
Javen O'Neal
|
effe60c6af
|
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716365 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-25 11:52:25 +00:00 |
Javen O'Neal
|
3f3e519628
|
bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMergedRegions()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716362 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-25 11:48:17 +00:00 |
Javen O'Neal
|
bd7568e16f
|
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716342 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-25 09:48:36 +00:00 |
Javen O'Neal
|
04a9af4527
|
add failing unit test for bug 58648
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716338 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-25 09:19:03 +00:00 |
Javen O'Neal
|
ef017d70c1
|
bug 58636: upgrade anchor types from int to AnchorType enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716313 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-25 07:16:43 +00:00 |
Nick Burch
|
54c2a6bbce
|
Bump the ooxml-security version in the classpath definition to match the updated jar name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716119 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 12:23:08 +00:00 |
Javen O'Neal
|
650e7ed1e4
|
close workbook at end of example
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716102 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 10:50:57 +00:00 |
Dominik Stadler
|
bf3e8364be
|
Remove useless double check on null introduced with the previous bugfix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716082 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 09:10:27 +00:00 |
Javen O'Neal
|
0581f4b7d5
|
bug 58637: replace deprecated getCellComment(row, col) usage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716075 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 08:54:32 +00:00 |