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
|
cd254f2f1e
|
FindBugs MALICIOUS_CODE, finalize method should have protected access
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716006 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 01:20:45 +00:00 |
|
Javen O'Neal
|
a736ac1777
|
FindBug warning: ICAST_IDIV_CAST_TO_DOUBLE: integral division result cast to double
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716005 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 01:11:57 +00:00 |
|
Javen O'Neal
|
cba32cd1a0
|
FindBug warning: EQ_SELF_USE_OBJECT: class defines equals(Region) and uses Object.equals(Object)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716004 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 01:10:47 +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
|
6acd60f74d
|
fix normal priority FindBugs warning: DMI_INVOKING_HASHCODE_ON_ARRAY
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715998 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-24 00:08:22 +00:00 |
|
Javen O'Neal
|
10eb8f8095
|
fix javadoc warnings from r1690486
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715996 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 23:57:40 +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
|
788047ed08
|
fixed bad test case in BaseTestSheet.getCellComments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715854 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 15:45:30 +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 |
|
Javen O'Neal
|
dbba80c3fc
|
bug 58637: contribution from Hannes Erven: add CellAddress class, distinct from CellReference
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715743 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-23 09:30:53 +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
|
07dc2b9e08
|
findbugs fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715087 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-19 01:44:38 +00:00 |
|
Andreas Beeker
|
e2bc07e9d1
|
#55955 - Filling an existing ppt table stopped working with 3.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1714715 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-16 23:56:19 +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
|
67b4477a7e
|
Fix typo in EscherProperties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1714289 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-14 02:42:05 +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
|
9ab28f52ab
|
Add security check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713917 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-11 19:17:18 +00:00 |
|
Uwe Schindler
|
493a157e6a
|
Fix remaining security manager problems. Forbiddenapis now passes.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713915 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-11 19:11:35 +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 |
|
Andreas Beeker
|
b0b4c020ed
|
Fixed Off-by-one-Error which skipped paragraph styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713546 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-09 21:37:10 +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 |
|
Uwe Schindler
|
8c3cd70589
|
Use Lucene's unmapping code inside AccessController.doPrivileged() for unmapping mapped byte buffers.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713350 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-09 09:06:01 +00:00 |
|
Andreas Beeker
|
d1d1298d96
|
#53192 - Images in ppt file have wrong width when convering ppt to png
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713332 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-09 01:28:31 +00:00 |
|
Uwe Schindler
|
66ce32aee1
|
Add reason message to @SuppressForbidden
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713324 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-08 23:44:24 +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 |
|
Andreas Beeker
|
1a32b63fd3
|
#52297 - Bullets are not aligned properly while converting ppt slide to image
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713316 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-08 23:11:22 +00:00 |
|
Uwe Schindler
|
0f40ad3125
|
Make forbiddenapis also check excelant. Use a separate "classpath" for running forbiddenapis; don't misuse javadoc.classpath for that.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713222 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-08 11:57:58 +00:00 |
|
Dominik Stadler
|
db98ec0bd9
|
Tried to add excelant to forbidden-apis-check, but failed due to issue #82 in forbidden-api-checks tool. List more pathes that we still not include. Add description to custom forbidden-api-checks and add commented out checks for reflectoin as discussed in bug 58597
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713218 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-08 10:01:48 +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 |
|
Dominik Stadler
|
4cdcc9fc24
|
Eclipse warnings, typos, ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713216 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-08 10:00:24 +00:00 |
|
Javen O'Neal
|
8cff5d7e49
|
bug 58591: add formula evaluation unit tests inspired by Jason Tomforde's question on user@
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713080 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-07 04:09:39 +00:00 |
|
Nick Burch
|
a4e891ff8f
|
Whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712985 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-06 17:03:22 +00:00 |
|
Nick Burch
|
6cc2839b66
|
Convert to JUnit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712984 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-06 17:02:18 +00:00 |
|
Javen O'Neal
|
0149810619
|
remove TestWorkbookEvaluator from junit3 test suite since it was upgraded to junit4 in r1712908
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712921 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-06 08:51:49 +00:00 |
|
Javen O'Neal
|
c47401d239
|
remove deprecated ErrorConstants usage in TestWorkbookEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712910 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-06 04:58:35 +00:00 |
|
Javen O'Neal
|
663c64ff44
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712909 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-06 04:45:25 +00:00 |
|
Javen O'Neal
|
42c1296ef6
|
convert TestWorkbookEvaluator from junit3 to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712908 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-06 04:43:50 +00:00 |
|
Nick Burch
|
172593de22
|
Add a XWPFRun equivalent of isHighlighted, and add to the common WP interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712793 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-05 15:15:36 +00:00 |
|
David North
|
5636e64d68
|
Patch to bring CTTableStyleInfo into poi-ooxml-schemas by referencing it from a unit test.
Thanks to Danil Lopatin
https://bz.apache.org/bugzilla/show_bug.cgi?id=58579
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712769 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-05 13:44:14 +00:00 |
|
Andreas Beeker
|
9b4919cd51
|
extended forbidden-apis-check to ooxml-tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712693 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-05 00:15:51 +00:00 |
|
Nick Burch
|
ecab3629d8
|
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712606 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-04 18:25:35 +00:00 |
|
Nick Burch
|
0e7caa5eb1
|
Bug #55265 - DataFormatter correct support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 not 1,234
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712605 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-04 18:23:17 +00:00 |
|
Javen O'Neal
|
20ba4851a8
|
fix for bug 51622: autosize columns with leading whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712477 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-04 06:39:57 +00:00 |
|
Javen O'Neal
|
265d198612
|
bug 58576: rename canComputeColumnWidht to canComputeColumnWidth
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712219 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-03 07:23:09 +00:00 |
|
Javen O'Neal
|
3b88a60498
|
supporting change for bug 57450 from Stefan Thurnherr
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712217 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-03 07:07:11 +00:00 |
|
Javen O'Neal
|
93373073bc
|
set svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712214 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-03 06:06:43 +00:00 |
|
Javen O'Neal
|
3a08acac95
|
fix typos
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712213 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-03 06:03:52 +00:00 |
|
Andreas Beeker
|
acb219fbe1
|
fixes sonar/findbugs issues
add Date.toString() to forbidden-apis and fix occurrences
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712181 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 23:46:57 +00:00 |
|
Javen O'Neal
|
06b3878176
|
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711961 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 13:25:31 +00:00 |
|
Javen O'Neal
|
3b94c206e5
|
fix javadoc link
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711957 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 13:13:52 +00:00 |
|
Javen O'Neal
|
e1e740bc3c
|
bug 58572: change hyperlink reference to be consistent with TestXSSFHyperlink#testCopyXSSFHyperlink
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711952 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 13:02:44 +00:00 |
|
Javen O'Neal
|
9b8250832e
|
bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711951 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 12:57:57 +00:00 |
|
Javen O'Neal
|
54113431b5
|
bug58348: add test for copying formula with unregistered UDF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711939 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 10:47:19 +00:00 |
|
Javen O'Neal
|
f7fbfcd5ea
|
bug 58348: add hyperlink copying and merging to CellCopyPolicy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711926 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 09:59:32 +00:00 |
|
Javen O'Neal
|
0eb6ec6717
|
bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet to Sheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711923 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 09:40:49 +00:00 |
|
Javen O'Neal
|
3c18d6aa7b
|
don't leave behind files when running unit tests. In the future this should be revisited to verify POI isn't writing workbooks that are unopenable/corrupt by applications that read POI's formats (MS Office, OpenOffice, LibreOffice, etc)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711920 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 09:23:12 +00:00 |
|
Javen O'Neal
|
e88fac62ef
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711911 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 09:03:12 +00:00 |
|
Javen O'Neal
|
43a5f308d0
|
upgrade spreadsheet Hyperlink unit tests from junit3 to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711910 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 09:01:23 +00:00 |
|
Javen O'Neal
|
0e3230f703
|
upgrade spreadsheet Hyperlink unit tests from junit3 to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711909 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 08:55:45 +00:00 |
|
Javen O'Neal
|
3753893f1a
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711906 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 08:34:21 +00:00 |
|
Javen O'Neal
|
87ad007ce4
|
add ASF License 2.0 header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711901 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 05:33:31 +00:00 |
|
Javen O'Neal
|
0aeab392e5
|
remove unused import
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711886 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 02:51:31 +00:00 |
|
Javen O'Neal
|
1360cd835d
|
bug 58348: add support for copying rows for XSSFWorkbooks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711885 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 02:50:33 +00:00 |
|
Javen O'Neal
|
6fc1d21367
|
javadocs, remove unnecessary SuppressWarnings("resource") decorator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711883 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 02:39:15 +00:00 |
|
Javen O'Neal
|
682f5b3ed4
|
make private shouldRemoveRow static and final, remove unused import
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711881 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 02:28:34 +00:00 |
|
Javen O'Neal
|
b729d3896c
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711880 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 02:22:45 +00:00 |
|
Javen O'Neal
|
40b250bbb3
|
replace deprecated usage of FormulaShifter.createForRowShift
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711879 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 02:22:03 +00:00 |
|
Javen O'Neal
|
fa7beda123
|
remove unneeded SuppressWarnings("resource") decorator from getSheetName
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711878 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 02:13:35 +00:00 |
|
Javen O'Neal
|
75dd7f9ba3
|
remove unnecessary @SuppressWarnings(resource) add Override decorator to SXSSFCell.getCellStyle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711877 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 02:06:43 +00:00 |
|
Javen O'Neal
|
c0aec91a93
|
delete unnecessary cast
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711876 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 01:51:03 +00:00 |
|
Javen O'Neal
|
af4a96f467
|
bug 58384: add FormulaShifter.createForRowCopy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711866 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 00:25:08 +00:00 |
|
Andreas Beeker
|
ae69a781f5
|
close resources, as SlideShow is now Closeable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711865 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-02 00:05:14 +00:00 |
|
Javen O'Neal
|
44edbec0d5
|
prepare for bug 58348, make FormulaShifter.ShiftMode enum private
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711864 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-01 23:54:13 +00:00 |
|
Javen O'Neal
|
adcc71257a
|
whitespace changes: replaced tabs with 4 spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711862 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-01 23:30:48 +00:00 |
|
asf-sync-process
|
8b6cef3b79
|
#45908 - RichTextRun.setBullet(false) doesn't work, bullets still here
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711858 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-01 22:52:49 +00:00 |
|
asf-sync-process
|
0ae2928035
|
#45088 - POI-HSLF changeTextInRichTextRun corrupts presentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711845 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-01 19:37:28 +00:00 |
|
Andreas Beeker
|
5338f9dce1
|
Fix locale error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711726 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-01 08:43:57 +00:00 |
|
Andreas Beeker
|
fa40f8417c
|
findbugs fixes
close resources in tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711712 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-01 03:23:16 +00:00 |
|
Andreas Beeker
|
72834dfffa
|
FindBugs fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711708 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-31 23:13:35 +00:00 |
|
Andreas Beeker
|
8ebc22a84e
|
Add method for setting bullet styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711707 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-31 23:10:43 +00:00 |
|
Andreas Beeker
|
6485c11305
|
Make SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't closed it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711706 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-31 23:10:17 +00:00 |
|
Andreas Beeker
|
02ff2b913f
|
#45124 - inserting text or images wipes out boldness and makes everything italic
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711705 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-31 23:08:52 +00:00 |
|
Andreas Beeker
|
8a6a5578e6
|
#45124 - inserting text or images wipes out boldness and makes everything italic
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711704 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-31 23:05:09 +00:00 |
|
Javen O'Neal
|
401d3eec77
|
replace deprecated usage of AreaReference as a result of bug 56328
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711685 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-31 20:53:12 +00:00 |
|
Javen O'Neal
|
d0694f4fc9
|
whitespace change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711680 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-31 19:56:22 +00:00 |
|