Dominik Stadler
|
2ac89a2dc9
|
Rename test-source file to actual class name to avoid constant recompilations on 'compile-main'
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725336 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-18 20:16:38 +00:00 |
|
Dominik Stadler
|
08ec6e316c
|
Include curvesapi-jar in distribution
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725335 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-18 20:16:29 +00:00 |
|
Dominik Stadler
|
a369daa432
|
Fix possible NPE found with msg-file from CommonCrawl
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725334 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-18 20:16:23 +00:00 |
|
Dominik Stadler
|
fe359afec3
|
Fix possible NullPointerException with invalid/unsupported image types
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725332 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-18 19:56:30 +00:00 |
|
Javen O'Neal
|
0173f22787
|
make SXSSFWorkbook member variables private
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725047 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-16 22:58:25 +00:00 |
|
Javen O'Neal
|
14beee1cfd
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725043 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-16 22:23:31 +00:00 |
|
Javen O'Neal
|
18c5045d5b
|
fix questionable List.remove(int) in SXSSFITestDataProvider
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725042 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-16 22:23:05 +00:00 |
|
Andreas Beeker
|
94fdd517aa
|
BugFix: wrong hyperlink record added - used child instead of parent record
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725041 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-16 22:19:34 +00:00 |
|
Javen O'Neal
|
51e4b32498
|
add @Override annotations to ITestDataProviders
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725040 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-16 22:03:58 +00:00 |
|
Javen O'Neal
|
276e95e43f
|
bug 58879: add SpreadsheetVersion to Workbook interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725039 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-16 22:01:33 +00:00 |
|
Javen O'Neal
|
7ddcde8a09
|
svn propset svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725034 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-16 21:20:53 +00:00 |
|
Andreas Beeker
|
79920b06eb
|
Fix NPE when calling HSLFTextRun.setHorizontalCentered()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725022 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-16 19:27:58 +00:00 |
|
Andreas Beeker
|
c1263423cf
|
#56004 - Support for WMF rendering
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724897 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-16 00:11:01 +00:00 |
|
Dominik Stadler
|
bdef6e1c52
|
Regression in version 3.14-beta1: three or four-part formats with locale id cause exceptions when formatting instead of falling back to other formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724488 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 19:46:17 +00:00 |
|
Dominik Stadler
|
50d09bf36c
|
Fix a NullPointerException that occurs with some PPTs now but did not in POI 3.13
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724487 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 19:45:49 +00:00 |
|
Dominik Stadler
|
e91e15ab10
|
Eclipse warnings, helper unit-test, improve information provided in Exceptions, do not swallow inner stacktraces, ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724486 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 19:45:05 +00:00 |
|
David North
|
a08539ef02
|
Generalised API for adding ignored errors, e.g. number stored as text.
https://bz.apache.org/bugzilla/show_bug.cgi?id=56892
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724469 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 17:54:24 +00:00 |
|
Dominik Stadler
|
8793846bc6
|
Bug 58829: Remove some useages of printStackTrace() and some other minor cleanups
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724445 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 15:59:38 +00:00 |
|
Dominik Stadler
|
8cf781c31b
|
Rework test to not catch exception, junit does a good job of handling unexpected exceptions itself, StringBuffer replacing, code duplication
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724368 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 08:16:15 +00:00 |
|
Nick Burch
|
c86a4af85e
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724364 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 07:33:03 +00:00 |
|
Nick Burch
|
ed9a070491
|
#58847 Getters/setters/removers for the additional well-known document summary information properties from Office 12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724363 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 07:26:26 +00:00 |
|
Andreas Beeker
|
0ded035dda
|
Javadocs fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724343 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 01:09:43 +00:00 |
|
Andreas Beeker
|
b0c16b8261
|
#57796 - Support hyperlink extraction when rendering slides
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724338 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-12 23:20:48 +00:00 |
|
Nick Burch
|
ef61211207
|
More Office 12 DSI property IDs, getters/setters to follow
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724110 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-11 18:43:33 +00:00 |
|
Nick Burch
|
5e32d8c805
|
Bump up the max DSI property ID, and list a few Office 12 well known IDs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724104 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-11 18:26:24 +00:00 |
|
Andreas Beeker
|
f56b918b16
|
#54916 - POI does not always read all the slides in pptx files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723966 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-10 20:44:17 +00:00 |
|
Andreas Beeker
|
b3b4ed6564
|
add other printStackTrace methods to forbidden-apis-check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723960 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-10 19:52:16 +00:00 |
|
Andreas Beeker
|
8d033e235c
|
replace Throwable.printStackTrace() with POILogger calls - Todo: other printStrackTrace(...) calls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723899 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-10 02:20:35 +00:00 |
|
Andreas Beeker
|
22a9bade84
|
WMF fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723898 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-10 01:12:16 +00:00 |
|
Tim Allison
|
f065bf6e00
|
POI-58822 switch printStackTrace for actual log msg. Should probably open separate ticket to handle handful of other instances
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723765 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-08 17:06:39 +00:00 |
|
Javen O'Neal
|
1e9fd97f78
|
bug 58815: javadoc spelling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723445 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-07 01:53:05 +00:00 |
|
Andreas Beeker
|
afb36678f5
|
WMF fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723198 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-05 23:40:47 +00:00 |
|
Dominik Stadler
|
5d79479dcf
|
Dummy commit to try if we can close some old github PRs via commit-comments: closes #2, closes #3, closes #4, closes #19
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722963 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-04 20:43:16 +00:00 |
|
Andreas Beeker
|
6ec54a0177
|
WMF fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722771 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-03 22:46:57 +00:00 |
|
Dominik Stadler
|
0fe35af294
|
Undo changes to file in assertCloseDoesNotModifyFile to not have dirty files after running tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722756 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-03 21:37:52 +00:00 |
|
Dominik Stadler
|
f54452a0e7
|
Try to reproduce bug 52258 and add more checks to integration tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722755 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-03 21:23:09 +00:00 |
|
Dominik Stadler
|
c4c9ac0ccf
|
bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722716 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-03 13:28:17 +00:00 |
|
Dominik Stadler
|
ff8592b190
|
Fix bug 58067: XWPF: don't return deleted text when document is in review-mode
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722715 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-03 13:28:01 +00:00 |
|
Javen O'Neal
|
bc6a4a20d4
|
re-throw errors we aren't looking for
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722708 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-03 09:48:05 +00:00 |
|
Javen O'Neal
|
4f6a75b701
|
bug 58779: check if SlideShowFactory.create() modifies the file being read when the slideshow is closed.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722707 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-03 09:16:59 +00:00 |
|
Javen O'Neal
|
2cf06902d5
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722696 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-03 01:34:33 +00:00 |
|
Javen O'Neal
|
87ec46ff34
|
test XSLF SlideShowFactory creation methods individually for more granular unit test results
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722695 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-03 01:26:29 +00:00 |
|
Javen O'Neal
|
d747590977
|
rearrange unit tests into more, smaller functions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722667 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-02 21:20:43 +00:00 |
|
Dominik Stadler
|
67d7b4a231
|
Move test for bug 57236 as it seems to be fixed since some time
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722666 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-02 21:11:41 +00:00 |
|
Dominik Stadler
|
b037995fdd
|
Add test which reproduces bug 58325, seems the file uses AlternateContent which POI does not support (yet)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722665 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-02 21:11:28 +00:00 |
|
Javen O'Neal
|
347881ef1e
|
bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; throw exception of Cell does not belong to workbook for some methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722618 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-02 11:11:33 +00:00 |
|
Javen O'Neal
|
4a47ec3d39
|
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722609 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-02 06:23:05 +00:00 |
|
asf-sync-process
|
de7807c8a7
|
bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722607 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-02 04:29:34 +00:00 |
|
Javen O'Neal
|
85bb833ea1
|
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722605 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-02 03:40:22 +00:00 |
|
Andreas Beeker
|
f5a24203b8
|
remove test debug stuff
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722556 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-01 19:45:30 +00:00 |
|