Dominik Stadler
|
cb441adcb4
|
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
|
775f66a8f0
|
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 |
|
Javen O'Neal
|
e215902a94
|
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:30 +00:00 |
|
Dominik Stadler
|
e6d0184794
|
bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly for
runs after hyperlink/field runs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722503 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-01 16:28:01 +00:00 |
|
Dominik Stadler
|
abc20e6d63
|
Include full nested exception, not just localized message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722502 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-01 16:27:50 +00:00 |
|
Dominik Stadler
|
034e167313
|
Combine common functionality in POIXMLTypeLoader into helper method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722500 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-01 16:27:27 +00:00 |
|
Andreas Beeker
|
b3ce115ea5
|
remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722480 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-01 00:45:05 +00:00 |
|
Andreas Beeker
|
b9851d98b9
|
#56570 - RecordType has repeat by code type 3009
#58159 - getHeaderText() and getFooterText() duplicate text in sheet.getTextRuns()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722476 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-31 22:10:17 +00:00 |
|
Dominik Stadler
|
4b37b0d47d
|
Fix bug 58760: non-standard namespace-key breaks parsing XLSX files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722433 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-31 09:56:33 +00:00 |
|
Dominik Stadler
|
a40f3668d6
|
Eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722406 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-30 20:31:13 +00:00 |
|
Javen O'Neal
|
90f42c4463
|
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722057 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-29 06:55:22 +00:00 |
|
Javen O'Neal
|
2d0c264464
|
bug 58775: set an upper limit on number of data formats, default 250.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722054 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-29 05:46:20 +00:00 |
|
Javen O'Neal
|
ac12a2a9ef
|
fix javadocs warnings for r1721930 (bug 58775)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722049 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-29 02:57:58 +00:00 |
|
Javen O'Neal
|
b01c8e342c
|
bug 58778: override a built-in number format, such as using £ instead of $ for currency
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722043 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-29 00:12:04 +00:00 |
|
Javen O'Neal
|
5790fabcc8
|
bug 58740: javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721942 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-28 16:04:47 +00:00 |
|
Javen O'Neal
|
cac40dd101
|
bug 58775: use short for data format index, int for cell style index
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721930 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-28 14:50:54 +00:00 |
|
Javen O'Neal
|
35c8e0c5ed
|
bug 58775: consolidate HashMap and array numberFormats data structures to one SortedMap data structure
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721928 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-28 14:37:23 +00:00 |
|
Javen O'Neal
|
979bfb39d3
|
bug 58775: add Override annotations, Javadocs, and comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721880 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-28 07:56:54 +00:00 |
|
Javen O'Neal
|
64997c6507
|
bug 58740: add @Internal annotations and decrease access level to methods that only exist for unit testing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721864 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-28 00:52:47 +00:00 |
|
Javen O'Neal
|
7a6683bfa0
|
bug 58740: return unmodifiable list/map when exposing internal data structures
patch from Archie Cobbs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721857 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-27 23:17:33 +00:00 |
|
Dominik Stadler
|
f2013022e8
|
Fix some cases where file resources were not closed correctly, mostly when Exceptions occur during opening files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721470 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-22 22:36:43 +00:00 |
|
Dominik Stadler
|
1694a359b2
|
fix commandline option in PPTX2PNG from quite to quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721469 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-22 22:36:33 +00:00 |
|
Dominik Stadler
|
a74cded68d
|
Handle some cases better where file handles were left open by the ExtractorFactory, mostly when opening files failed, but also when using the NPOIFSFileSystem for initialization.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721064 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-20 20:39:01 +00:00 |
|
Nick Burch
|
83334b9fd1
|
Unit test for #58731 - not reproduced, and some javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720411 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-16 18:15:31 +00:00 |
|
Andreas Beeker
|
2ac3e0f3e8
|
#58733 - New AIOOBE in getCell while iterating through a table in PPT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720035 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-14 22:49:04 +00:00 |
|
Javen O'Neal
|
74227421ed
|
bug 57450: javadoc fixes from Stefan Thurnherr
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1718226 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-06 21:43:26 +00:00 |
|
Dominik Stadler
|
2515c081a6
|
Bug 58084: Fix cloning Cell Styles with Borders
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717973 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-04 14:39:07 +00:00 |
|
Javen O'Neal
|
8ce3a9521c
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717927 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-04 10:46:58 +00:00 |
|
Javen O'Neal
|
c17754165a
|
findbugs: check return value of File.mkdir(s), and don't accidentally catch RuntimeException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717923 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-04 10:33:28 +00:00 |
|
Javen O'Neal
|
ac65d1333d
|
fix javadoc errors
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717903 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-04 07:10:26 +00:00 |
|
Javen O'Neal
|
6a87818b16
|
fix javadoc errors
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717902 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-04 07:05:52 +00:00 |
|
Javen O'Neal
|
3587e22c61
|
bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress,
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717900 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-04 06:36:27 +00:00 |
|
Dominik Stadler
|
582ad34811
|
Add some additional rules for the forbidden-apis-check borrowed from Elasticsearch, also add a separate signature file with more rules for the 'prod' code and fix two newly found issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717689 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-02 21:47:52 +00:00 |
|
Andreas Beeker
|
98ac10e521
|
Sonar fixes, direct array parameter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717359 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-01 00:23:21 +00:00 |
|
Andreas Beeker
|
96c3abad1a
|
- #47904 - Update text styles in HSLF MasterSlide
- common sl unification for TextParagraph.setTextAlign
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717351 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 23:34:30 +00:00 |
|
Javen O'Neal
|
5c81621828
|
bug 58670: cleanup from r1717192
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717194 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-30 07:03:09 +00:00 |
|
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
|
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
|
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
|
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 |
|
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
|
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
|
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
|
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 |
|