aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix some Eclipse warningsDominik Stadler2015-01-0212-178/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649123 13f79535-47bb-0310-9956-ffa450edef68
* Bug 46898: Convert unit tests for circular references to also run for XSSFDominik Stadler2015-01-029-176/+275
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649122 13f79535-47bb-0310-9956-ffa450edef68
* Bug 46192: Add methods to query outline level for HSSF and XSSFDominik Stadler2015-01-0211-8/+119
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649107 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56240 - Handle PP97_DUALSTORAGE streamsAndreas Beeker2014-12-303-4/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648466 13f79535-47bb-0310-9956-ffa450edef68
* Bug 47261 - SlideShow.removeSlide makes PPT corruptedAndreas Beeker2014-12-304-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648458 13f79535-47bb-0310-9956-ffa450edef68
* Bug 49541 - Mapping of symbol characters to unicode equivalent Andreas Beeker2014-12-293-0/+263
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648415 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54541 - Add support for cropped images in Slide.draw()Andreas Beeker2014-12-295-42/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648335 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license header for new fileDominik Stadler2014-12-281-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648254 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57007: Add initial implementations of DMIN and DGET functionsDominik Stadler2014-12-289-0/+575
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648166 13f79535-47bb-0310-9956-ffa450edef68
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-2827-450/+715
| | | | | | | | Use revert() instead of close() on OCPPackage in some places to not re-write the file unnecessarily. This should now run tests without leftover file handles when checked with file leak detector and allows to find newly introduced cases more easily. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648160 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused local variableDominik Stadler2014-12-281-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648159 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that XSSFWorkbooks contain a BookView, some corrupt ones do not ↵Dominik Stadler2014-12-281-0/+14
| | | | | | contain this, e.g. ones created by movescound.com git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648158 13f79535-47bb-0310-9956-ffa450edef68
* Start adding some coverage of more Scratchpad-classesDominik Stadler2014-12-282-1/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648157 13f79535-47bb-0310-9956-ffa450edef68
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-2844-317/+378
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648156 13f79535-47bb-0310-9956-ffa450edef68
* Exclude javadoc-jars in findbugs runDominik Stadler2014-12-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648155 13f79535-47bb-0310-9956-ffa450edef68
* Charset.forName() for known encodings makes catching ↵Andreas Beeker2014-12-2731-306/+256
| | | | | | | | | | UnknownEncodingException obsolete Unify UTF-16LE conversion to StringUtil BugFix for RecordInputStream.readFully in combination with continuing records BugFix for integration tests - fix pathname for handler/exclude lookup on windows git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648032 13f79535-47bb-0310-9956-ffa450edef68
* One more change in file-pattern to actually exclude .svn filesDominik Stadler2014-12-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647941 13f79535-47bb-0310-9956-ffa450edef68
* Exclude .svn sub-dirs as it seems Apache Jenkins still runs with Subversion ↵Dominik Stadler2014-12-261-0/+1
| | | | | | <=1.6 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647939 13f79535-47bb-0310-9956-ffa450edef68
* Add jars from compile-lib to findbugs targetDominik Stadler2014-12-261-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647938 13f79535-47bb-0310-9956-ffa450edef68
* Unified access to escher opt record Andreas Beeker2014-12-2611-31/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647927 13f79535-47bb-0310-9956-ffa450edef68
* Add a test-suite which performs integration/stress tests which load and ↵Dominik Stadler2014-12-2524-1/+1306
| | | | | | | | | | | | | handle all stored test files in various ways. It works by using handlers for each type of file which perform various operations on the files, e.g. loading, iterating content, modify, ... This will trigger changes which break working with the available test-files and thus provides another layer of regression testing which hopefully prevents some failures from making it into releases. It is runnable via a new ant-target 'test-integration' and also added to the jenkins-target. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647885 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent whitespace/indentsNick Burch2014-12-251-35/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647884 13f79535-47bb-0310-9956-ffa450edef68
* Add javadoc to CellRange.getReferenceText()Dominik Stadler2014-12-251-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647883 13f79535-47bb-0310-9956-ffa450edef68
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-2548-918/+3239
| | | | | | | | | | | | - Support for Office Binary Document RC4 Encryption - use LittleEndian class in LittleEndianInputStream - add normalize method for HSLF, to remove edit history, which is also necessary for encryption support - update PersistDirectoryEntry handling in PersistPtrHolder to recognize groups while serializing - deprecated PersistPtrHolder.getSlideOffsetDataLocationsLookup() - throws now UnsupportedOperationException, as this wasn't used outside the scope of the class and was quite internal logic of PersistPtrHolder git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647867 13f79535-47bb-0310-9956-ffa450edef68
* Add commentDominik Stadler2014-12-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647512 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcases which were not executed before, use tempfile, cleanup, ...Dominik Stadler2014-12-231-46/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647511 13f79535-47bb-0310-9956-ffa450edef68
* Fix two Eclipse warningsDominik Stadler2014-12-222-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647325 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57373: Fix get/setFirstVisibleTab() for XSSFWorkbookDominik Stadler2014-12-222-89/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647322 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57362: Properly initialize chart axis when loading a workbook which ↵Dominik Stadler2014-12-223-9/+30
| | | | | | already contains a chart. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647317 13f79535-47bb-0310-9956-ffa450edef68
* Remove iterating over the number of runs for certain XSSFRichTextString ↵Dominik Stadler2014-12-222-17/+34
| | | | | | operations. If I didn't overlook something, they can directly access the array element anyway. Seems this was some leftover copy/paste stuff. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647315 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56511: Add missing sample-fileDominik Stadler2014-12-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647309 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56511: Add a null-check to ensure that the run actually has a font to ↵Dominik Stadler2014-12-222-1/+58
| | | | | | not cause a NullPointerException but rather return null as documented git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647308 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56550: Defer the initialization of the _classes to when it is actually ↵Dominik Stadler2014-12-221-10/+11
| | | | | | needed to allow IBM JDK to at least load the class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647302 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals ↵Dominik Stadler2014-12-222-33/+66
| | | | | | | | to not have another syncpoint here. Again only very little data is kept, so no memory bloat should happen because of this. Also do more simple checks before actually looking at the cache git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647296 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license header to newly added fileDominik Stadler2014-12-221-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647294 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK ↵Dominik Stadler2014-12-223-1/+38
| | | | | | and the last column in a row is empty git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647291 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes ↵Dominik Stadler2014-12-224-22/+130
| | | | | | | | true Add TestSXSSFDataValidation to verify some parts for SXSSF as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647276 13f79535-47bb-0310-9956-ffa450edef68
* Some Eclipse warningsDominik Stadler2014-12-223-78/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647269 13f79535-47bb-0310-9956-ffa450edef68
* Add reproducer for Bug 57165, no fix yet, though...Dominik Stadler2014-12-221-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647265 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and ↵Dominik Stadler2014-12-225-13/+261
| | | | | | removeSheet() for both HSSF and XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647264 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57231: Add missing ArrayRecord.clone()Dominik Stadler2014-12-223-5/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647255 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57236: Add reproducer, although I am not sure if we should and how to ↵Dominik Stadler2014-12-222-0/+30
| | | | | | fix this... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647254 13f79535-47bb-0310-9956-ffa450edef68
* Expose the version information from OldExcelExtractorNick Burch2014-12-222-8/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647244 13f79535-47bb-0310-9956-ffa450edef68
* Typo fixNick Burch2014-12-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647231 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warningsDominik Stadler2014-12-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647213 13f79535-47bb-0310-9956-ffa450edef68
* Add a test for spreadsheet/49219.xls which previously failed with ↵Dominik Stadler2014-12-211-3/+19
| | | | | | NullPointerException because we did not handle serializing ExternalNameRecords without actual data git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647212 13f79535-47bb-0310-9956-ffa450edef68
* Adjust typos in JavadocDominik Stadler2014-12-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647210 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Kamil Linek from bug #57071 - 3+ XSSF column label names for ↵Nick Burch2014-12-212-3/+42
| | | | | | pivot tables git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647088 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Kamil Linek from bug #57063 - XSSF custom column label names for ↵Nick Burch2014-12-212-5/+35
| | | | | | pivot tables git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647087 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57254: XWPF: Correctly build internal list of styles when styles are addedDominik Stadler2014-12-192-12/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1646742 13f79535-47bb-0310-9956-ffa450edef68