Andreas Beeker
|
60b17589b7
|
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
|
0e04793c2c
|
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
|
0a69246abc
|
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
|
ee0f9b84e1
|
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
|
79e099f5fa
|
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
|
5ee6c34217
|
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
|
d8223753ae
|
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
|
74f0442563
|
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
|
f3b88f6755
|
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
|
ff6d93d4f3
|
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
|
a2ac15f1c8
|
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
|
f324646c04
|
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
|
db3028defb
|
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
|
7619f0c38f
|
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
|
9d014aa00b
|
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 |
|
Andreas Beeker
|
0c7e8e0c47
|
#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
|
1f05c1916a
|
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
|
1f874be829
|
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 |
|
Javen O'Neal
|
65cd898a61
|
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 |
|
Javen O'Neal
|
72aae0f14b
|
bug 58348: use copy constructor design pattern rather than cloneable pattern for CellCopyPolicy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716074 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 08:52:45 +00:00 |
|
Javen O'Neal
|
735c43ec9d
|
bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprecated method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716053 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 08:04:42 +00:00 |
|
Javen O'Neal
|
e7d29ad533
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716051 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 07:53:17 +00:00 |
|
Javen O'Neal
|
8eabc4710a
|
bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with Sheet.setZoom(scale)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716048 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 07:43:53 +00:00 |
|
Javen O'Neal
|
891f2d26fc
|
bug 58642: remove deprecated functions in Spreadsheet Sheet interface and implementing classes; add @Override annotations
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716046 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 07:34:09 +00:00 |
|
Javen O'Neal
|
84fdda5736
|
rewrite ternary expression as simple Math.min call (yes, the ternary expression as written is equivalent to min, not max, despite the variable being called max. I'll leave that fix up to the original author).
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716044 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 07:05:11 +00:00 |
|
Javen O'Neal
|
dc1acc7ead
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716035 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 05:57:31 +00:00 |
|
Javen O'Neal
|
2fab3547be
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716034 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 05:51:54 +00:00 |
|
Javen O'Neal
|
d6ee7f8221
|
remove duplicate null check of srcStartRow (identified by FindBugs)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716003 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 01:08:34 +00:00 |
|
Javen O'Neal
|
b5494da29c
|
fix javadoc warnings from r1715839 bug 58365
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715993 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 23:52:59 +00:00 |
|
Javen O'Neal
|
4dd060e25b
|
fix javadoc warnings from r1715839 bug 58365
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715987 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 23:34:33 +00:00 |
|
Javen O'Neal
|
7af82a3de2
|
catch IOException and rethrow as RuntimeException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715850 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 15:36:57 +00:00 |
|
Javen O'Neal
|
3e10c4f0f6
|
bug 58365: patch from Hannes Erven: add method to efficiently get all cell comments on a Sheet and return a dictionary with the location of each comment as the key and the comment itself as the value.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715839 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 15:11:28 +00:00 |
|
Javen O'Neal
|
cf41635922
|
prevent slideshow test-data files shapes.pptx and tables_test.pptx from being modified when running "ant test"; close open resources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715815 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 13:55:48 +00:00 |
|
Javen O'Neal
|
a77dd2777b
|
bug 58365: patch from Hannes Erven. Update XSSFSheetXMLHandler.java to use CellAddress instead of CellReference/String
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715794 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 12:47:24 +00:00 |
|
Javen O'Neal
|
831fa71953
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715787 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 12:32:26 +00:00 |
|
Javen O'Neal
|
090394287b
|
bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress instead of String
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715784 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 12:29:45 +00:00 |
|
Javen O'Neal
|
ae9bcd8e82
|
convert junit3 to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715752 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 10:26:06 +00:00 |
|
Andreas Beeker
|
4ccadf7315
|
fix unnecessary cast warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715626 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-22 12:30:42 +00:00 |
|
Andreas Beeker
|
47b5cde9c3
|
#58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715555 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-21 19:37:26 +00:00 |
|
Andreas Beeker
|
7458fdc277
|
In preparation for table rendering, added table row heights and column widths to common sl.
To have better results in rendering switch anchor from java.awt.Rectangle to Rectangle2D.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715540 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-21 15:54:01 +00:00 |
|
Andreas Beeker
|
2bc397b665
|
#58630 - Signing failed after deletion of first sheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715438 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-20 22:38:27 +00:00 |
|
Andreas Beeker
|
a0e06add7a
|
#54210 When saving PPT to PNG, some text is rendered backwards
#53189 Shapes drawn wrongly when ppt file converted to image
fix line decoration (HSLF)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1714290 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-14 02:44:07 +00:00 |
|
Andreas Beeker
|
c6f11991e7
|
Add default XmlOptions to XMLBeans parsing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1714288 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-14 02:41:48 +00:00 |
|
Uwe Schindler
|
73a8488838
|
#58597: Fix tests to not do setAccessible(), add some doPrivileged, too.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713891 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-11 16:57:39 +00:00 |
|
Uwe Schindler
|
da19b14670
|
#58597: Add more AccessController.doPrivileged. We should fix them later!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713813 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-11 11:36:44 +00:00 |
|
Uwe Schindler
|
b62cc549fe
|
#58597: Remove setAccessible (more coming soon)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713770 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-11 07:41:54 +00:00 |
|
Uwe Schindler
|
ce66e14b5a
|
Wrap more security related reflection in AccessController
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713356 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-09 09:32:37 +00:00 |
|
Andreas Beeker
|
ccce28aae4
|
sonar fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713319 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-08 23:14:50 +00:00 |
|
Andreas Beeker
|
e8d108ff22
|
Add support for HSLF metro blobs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713318 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-08 23:13:28 +00:00 |
|
asf-sync-process
|
c39e9df3c8
|
Add some more tests for the checks for files that can cause large memory usage.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713217 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-08 10:00:38 +00:00 |
|