aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* #56004 - Support for WMF rendering (parsing the WMF records)Andreas Beeker2015-12-2120-0/+5002
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1721078 13f79535-47bb-0310-9956-ffa450edef68
* Handle some cases better where file handles were left open by the ↵Dominik Stadler2015-12-203-92/+160
| | | | | | 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
* Unit test for non-reproducable #58747Nick Burch2015-12-171-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720588 13f79535-47bb-0310-9956-ffa450edef68
* Fix unit test for bug 58731 to actually runDominik Stadler2015-12-171-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720534 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-163-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720411 13f79535-47bb-0310-9956-ffa450edef68
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-145-12/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720035 13f79535-47bb-0310-9956-ffa450edef68
* fix forbidden apis issuesAndreas Beeker2015-12-134-14/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1719778 13f79535-47bb-0310-9956-ffa450edef68
* #58718 - Master styles not initialized when running multithreadedAndreas Beeker2015-12-135-11/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1719758 13f79535-47bb-0310-9956-ffa450edef68
* bug 57450: javadoc fixes from Stefan ThurnherrJaven O'Neal2015-12-062-9/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1718226 13f79535-47bb-0310-9956-ffa450edef68
* supporting change for bug 56454: SheetUtil.containsCell and ↵Javen O'Neal2015-12-061-7/+9
| | | | | | CellRangeAddress.isInRange are equivalent git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1718221 13f79535-47bb-0310-9956-ffa450edef68
* bug 56454: shiftRows incorrectly handle merged regions that do not contain ↵Javen O'Neal2015-12-061-1/+43
| | | | | | column 0. Add failing unit test from Jörg Selbach. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1718217 13f79535-47bb-0310-9956-ffa450edef68
* make test easier to understand using A1 addresses instead of row+col numbersJaven O'Neal2015-12-061-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1718216 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58084: Fix cloning Cell Styles with BordersDominik Stadler2015-12-042-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717973 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, code formatting, javadoc, ...Dominik Stadler2015-12-045-33/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717972 13f79535-47bb-0310-9956-ffa450edef68
* add hashCode for corresponding equals functionJaven O'Neal2015-12-041-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717940 13f79535-47bb-0310-9956-ffa450edef68
* javadocsJaven O'Neal2015-12-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717938 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2015-12-041-410/+406
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717931 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs warning: ExcelStyleDateFormatter doesn't override ↵Javen O'Neal2015-12-041-0/+10
| | | | | | java.text.SimpleDAtaFormat.equals(Object) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717930 13f79535-47bb-0310-9956-ffa450edef68
* make fields staticJaven O'Neal2015-12-041-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717929 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2015-12-041-28/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717928 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2015-12-041-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717927 13f79535-47bb-0310-9956-ffa450edef68
* findbugs: check return value of File.mkdir(s), and don't accidentally catch ↵Javen O'Neal2015-12-041-4/+25
| | | | | | RuntimeException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717923 13f79535-47bb-0310-9956-ffa450edef68
* add comments for names of missing functionsJaven O'Neal2015-12-041-25/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717920 13f79535-47bb-0310-9956-ffa450edef68
* fix javadocs errorsJaven O'Neal2015-12-042-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717907 13f79535-47bb-0310-9956-ffa450edef68
* fix javadoc errorsJaven O'Neal2015-12-043-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717903 13f79535-47bb-0310-9956-ffa450edef68
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717902 13f79535-47bb-0310-9956-ffa450edef68
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-0410-29/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717900 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated functions (since 2008)Javen O'Neal2015-12-042-2/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717899 13f79535-47bb-0310-9956-ffa450edef68
* Add some additional rules for the forbidden-apis-check borrowed from ↵Dominik Stadler2015-12-024-3/+114
| | | | | | 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
* Sonar fixes, direct array parameterAndreas Beeker2015-12-0112-26/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717359 13f79535-47bb-0310-9956-ffa450edef68
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-3012-90/+228
| | | | | | - common sl unification for TextParagraph.setTextAlign git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717351 13f79535-47bb-0310-9956-ffa450edef68
* bug 58670: cleanup from r1717192Javen O'Neal2015-11-301-45/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717194 13f79535-47bb-0310-9956-ffa450edef68
* bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, ↵Javen O'Neal2015-11-301-76/+77
| | | | | | SXSSFCell> git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717192 13f79535-47bb-0310-9956-ffa450edef68
* add @Override annotations to SXSSFRowJaven O'Neal2015-11-301-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717181 13f79535-47bb-0310-9956-ffa450edef68
* add @Override annotation. Explicitly specify workbook type returned by ↵Javen O'Neal2015-11-301-2/+12
| | | | | | SXSSFITestDataProvider.writeOutAndReadBack git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717179 13f79535-47bb-0310-9956-ffa450edef68
* testBool/testErr: check values before writeOutAndReadBackJaven O'Neal2015-11-301-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717178 13f79535-47bb-0310-9956-ffa450edef68
* fix testErr: createRow(1) -> createRow(0); replace assumeTrue with ↵Javen O'Neal2015-11-301-16/+15
| | | | | | assertEquals for more informative test results git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717171 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2015-11-301-618/+618
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717167 13f79535-47bb-0310-9956-ffa450edef68
* add @Override and @NotImplemented annotations to SXSSFCell, update javadocsJaven O'Neal2015-11-301-23/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717164 13f79535-47bb-0310-9956-ffa450edef68
* break testBoolErr into 2 unit tests. The test shouldn't be aware of the ↵Javen O'Neal2015-11-301-16/+63
| | | | | | 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
* whitespaceJaven O'Neal2015-11-301-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717162 13f79535-47bb-0310-9956-ffa450edef68
* bug 58671: change MissingCellPolicy from class to enumJaven O'Neal2015-11-301-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717157 13f79535-47bb-0310-9956-ffa450edef68
* javadocsJaven O'Neal2015-11-301-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717151 13f79535-47bb-0310-9956-ffa450edef68
* add missing ASF License headers for bug 57450Javen O'Neal2015-11-302-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717149 13f79535-47bb-0310-9956-ffa450edef68
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ↵Javen O'Neal2015-11-3010-12/+1148
| | | | | | that have been flushed to disk git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717146 13f79535-47bb-0310-9956-ffa450edef68
* Add helper method for opening the test files - maybe switched to InputStream ↵Andreas Beeker2015-11-291-32/+36
| | | | | | if test-data files are changed unexpectedly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717099 13f79535-47bb-0310-9956-ffa450edef68
* XSLF: tables can now be removed from sheets/groupsAndreas Beeker2015-11-293-2/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717087 13f79535-47bb-0310-9956-ffa450edef68
* bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRowsJaven O'Neal2015-11-292-1/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717079 13f79535-47bb-0310-9956-ffa450edef68
* add @Override annotations to Sheet classesJaven O'Neal2015-11-294-13/+214
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717078 13f79535-47bb-0310-9956-ffa450edef68
* close resourcesAndreas Beeker2015-11-2910-38/+70
| | | | | | fix a few eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717077 13f79535-47bb-0310-9956-ffa450edef68