summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge two release blocking fixes from TrunkREL_3_11_BRANCHNick Burch2014-12-174-18/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/REL_3_11_BRANCH@1646123 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for another 3.11 release candidateNick Burch2014-12-170-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/REL_3_11_BRANCH@1646122 13f79535-47bb-0310-9956-ffa450edef68
* Tag r1645812 as 3.11Nick Burch2014-12-160-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_11_FINAL@1645813 13f79535-47bb-0310-9956-ffa450edef68
* Prep for releaseNick Burch2014-12-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645812 13f79535-47bb-0310-9956-ffa450edef68
* Added link to test cases for the workaroundsAndreas Beeker2014-12-131-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645344 13f79535-47bb-0310-9956-ffa450edef68
* Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle itAndreas Beeker2014-12-126-51/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1644806 13f79535-47bb-0310-9956-ffa450edef68
* close decrypted stream - test for #57296Andreas Beeker2014-12-121-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1644796 13f79535-47bb-0310-9956-ffa450edef68
* 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdListAndreas Beeker2014-12-072-8/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1643684 13f79535-47bb-0310-9956-ffa450edef68
* #57272 - deadlock on corrupted PPT fileAndreas Beeker2014-12-073-45/+85
| | | | | | + some refactoring in HSLFSlideShow, which will be necessary for cryptoapi support git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1643680 13f79535-47bb-0310-9956-ffa450edef68
* XML signatures - ignore line breaks in Office 2007 .rels filesAndreas Beeker2014-12-053-12/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1643415 13f79535-47bb-0310-9956-ffa450edef68
* Correct older biff detection, and add unit tests for HSSFWorkbook giving ↵Nick Burch2014-11-302-3/+39
| | | | | | helpful exceptions on the older formats git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642568 13f79535-47bb-0310-9956-ffa450edef68
* Update TODOs for what remainsNick Burch2014-11-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642567 13f79535-47bb-0310-9956-ffa450edef68
* More detection for older Excel formats when opening the POIFS Stream, and a ↵Nick Burch2014-11-304-22/+72
| | | | | | more specific exception for non-OLE2 files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642565 13f79535-47bb-0310-9956-ffa450edef68
* On Biff5 files, include the sheet name. (Older formats are single sheet)Nick Burch2014-11-304-2/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642563 13f79535-47bb-0310-9956-ffa450edef68
* Track the codepage in old excel files, to be able to correctly decode the 8 ↵Nick Burch2014-11-305-19/+53
| | | | | | bit strings in them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642561 13f79535-47bb-0310-9956-ffa450edef68
* Add some formatted numbers to the test biff5 files, and commented out tests ↵Nick Burch2014-11-303-0/+7
| | | | | | using them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642559 13f79535-47bb-0310-9956-ffa450edef68
* Track what Biff version we are working on, and use that to work around Biff ↵Nick Burch2014-11-303-7/+46
| | | | | | 2 and 5 having the same formula record sid for different layouts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642556 13f79535-47bb-0310-9956-ffa450edef68
* Switch to POITestCase / assertContainsNick Burch2014-11-302-31/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642549 13f79535-47bb-0310-9956-ffa450edef68
* Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490Nick Burch2014-11-305-11/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642548 13f79535-47bb-0310-9956-ffa450edef68
* Formula values for Excel 4 extractor, for TIKA-1490Nick Burch2014-11-303-22/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642497 13f79535-47bb-0310-9956-ffa450edef68
* Largely there with the Excel 4 extractor, for TIKA-1490Nick Burch2014-11-304-117/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642493 13f79535-47bb-0310-9956-ffa450edef68
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-304-9/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642492 13f79535-47bb-0310-9956-ffa450edef68
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-305-10/+155
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642491 13f79535-47bb-0310-9956-ffa450edef68
* Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for ↵Nick Burch2014-11-307-4/+320
| | | | | | TIKA-1490 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642490 13f79535-47bb-0310-9956-ffa450edef68
* Remove some Eclipse warnings, remove confusing FunctionID/ID renaming...Dominik Stadler2014-11-272-79/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642035 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerDominik Stadler2014-11-271-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642034 13f79535-47bb-0310-9956-ffa450edef68
* Typo and remove unnecessary castsDominik Stadler2014-11-261-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641941 13f79535-47bb-0310-9956-ffa450edef68
* Include root-cause exception information when constructing ↵Dominik Stadler2014-11-261-2/+6
| | | | | | ContentTypeManager fails git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641940 13f79535-47bb-0310-9956-ffa450edef68
* Add more output in case of unknown cipher-ids to aid in debugging bugs like ↵Dominik Stadler2014-11-262-4/+44
| | | | | | 57195 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641883 13f79535-47bb-0310-9956-ffa450edef68
* Don't swallow exceptions on validationAndreas Beeker2014-11-221-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641025 13f79535-47bb-0310-9956-ffa450edef68
* the subdir element needs to be included otherwise certain xmlbean operations ↵Andreas Beeker2014-11-211-1/+3
| | | | | | (e.g. selectPath) can't find the corresponding xmlbeans classes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1640846 13f79535-47bb-0310-9956-ffa450edef68
* Fix the maven deployment script to use repository.apache.org instead of the ↵Nick Burch2014-11-181-19/+11
| | | | | | people ibiblio sync git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1640337 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values ↵Andreas Beeker2014-11-166-94/+175
| | | | | | passed in git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1639996 13f79535-47bb-0310-9956-ffa450edef68
* revert of r1639217 and offline-linking for maven javadocsAndreas Beeker2014-11-156-15/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1639807 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc warnings fixed:Andreas Beeker2014-11-136-20/+20
| | | | | | Now that the javadocs are split, the reference from one module to another need to be url links git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1639217 13f79535-47bb-0310-9956-ffa450edef68
* Add boolean getters/setters for bold to font, matching italic and underline, ↵Nick Burch2014-11-122-4/+21
| | | | | | plus matching xssf git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638954 13f79535-47bb-0310-9956-ffa450edef68
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-1216-262/+608
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638623 13f79535-47bb-0310-9956-ffa450edef68
* Restore printing out test-failures after switch to JUnit4 executionDominik Stadler2014-11-111-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638179 13f79535-47bb-0310-9956-ffa450edef68
* Use more maven-like naming of the source jars for the ooxml schemasNick Burch2014-11-111-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638037 13f79535-47bb-0310-9956-ffa450edef68
* Use Junit4 JUnitCore instead of legacy TestRunnerAndreas Beeker2014-11-101-42/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637996 13f79535-47bb-0310-9956-ffa450edef68
* add license headerAndreas Beeker2014-11-101-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637991 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57197: use proxy for TestSignatureInfo if set via environment variablesDominik Stadler2014-11-102-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637979 13f79535-47bb-0310-9956-ffa450edef68
* Fix Eclipse warning about genericsDominik Stadler2014-11-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637978 13f79535-47bb-0310-9956-ffa450edef68
* Add initial simple test of class EscherDumpDominik Stadler2014-11-101-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637977 13f79535-47bb-0310-9956-ffa450edef68
* I think this is the right maven magic to deploy a javadoc jar, but we may ↵Nick Burch2014-11-101-0/+7
| | | | | | have to see... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637831 13f79535-47bb-0310-9956-ffa450edef68
* Build per-component javadoc jars, suitable for use with Maven / Maven CentralNick Burch2014-11-101-13/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637827 13f79535-47bb-0310-9956-ffa450edef68
* Follow discussions on dev@, don't include the javadocs in the source ↵Nick Burch2014-11-101-3/+6
| | | | | | package, since they can be recreated as desired using ant from the unpacked source package git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637818 13f79535-47bb-0310-9956-ffa450edef68
* Add xmlsec-jar in test-ooxml-lite which is missing after removing ↵Dominik Stadler2014-11-092-2/+2
| | | | | | ooxml.classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637718 13f79535-47bb-0310-9956-ffa450edef68
* Adjust Eclipse project settings to define warnings and other settings ↵Dominik Stadler2014-11-092-2/+91
| | | | | | locally in the project git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637705 13f79535-47bb-0310-9956-ffa450edef68
* Adjust location of ooxml-lite classes and try with reduced classpath to ↵Dominik Stadler2014-11-091-2/+2
| | | | | | actually test without full xsds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637704 13f79535-47bb-0310-9956-ffa450edef68