aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* FindBugs fixAndreas Beeker2014-02-0926-99/+318
| | | | | | | | - fixed "Class defines equals() and uses Object.hashCode()" - see http://findbugs.sourceforge.net/bugDescriptions.html#HE_EQUALS_USE_HASHCODE - implemented UnicodeString.ExtRst.hashCode() + junit-test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566427 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55923: Fix compare/sorting of nodes in exported XMLDominik Stadler2014-02-032-13/+210
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564050 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55924: Avoid errors during exporting XML if there are numeric cells ↵Dominik Stadler2014-02-032-1/+76
| | | | | | without value, also verify in tests that XML can always be parsed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564045 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55926: Handle numeric formula values when exporting to XMLDominik Stadler2014-02-032-1/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564028 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55927: Handle date types when exporting to XMLDominik Stadler2014-02-032-4/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564011 13f79535-47bb-0310-9956-ffa450edef68
* Fix whitespaceNick Burch2014-02-022-199/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563660 13f79535-47bb-0310-9956-ffa450edef68
* Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common ↵Nick Burch2014-02-022-3/+18
| | | | | | interface, as all implementations now have the method git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563658 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor ↵Nick Burch2014-02-022-7/+134
| | | | | | header/footer support git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563657 13f79535-47bb-0310-9956-ffa450edef68
* Fix whitespaceNick Burch2014-02-021-86/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563653 13f79535-47bb-0310-9956-ffa450edef68
* Have the Excel text extractors all implement the same interface, as best as ↵Nick Burch2014-02-023-16/+33
| | | | | | they can git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563650 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56017: Fix comment-ref when shiftig rows with comments, this probably ↵Dominik Stadler2014-02-022-53/+51
| | | | | | does not fix the bug itself, though git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563587 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53282 - Hyperlink with a non-breaking space throws ↵Andreas Beeker2014-02-023-626/+653
| | | | | | java.lang.IllegalStateException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563540 13f79535-47bb-0310-9956-ffa450edef68
* javadoc fixAndreas Beeker2014-02-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563509 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55802 - Special Letters not exported correctAndreas Beeker2014-02-013-8/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563496 13f79535-47bb-0310-9956-ffa450edef68
* Fix up whitespace / indents to be consistentNick Burch2014-02-012-409/+406
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563491 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadoc formattingNick Burch2014-02-011-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563489 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixAndreas Beeker2014-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563488 13f79535-47bb-0310-9956-ffa450edef68
* Expose the StyleIndex of CharacterRuns, and expand the range style tests to ↵Nick Burch2014-02-013-10/+59
| | | | | | cover this + related git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563486 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> ↵Andreas Beeker2014-02-015-366/+470
| | | | | | (parsing word file) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563483 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56011: Use default style if the cell style attribute is not presentDominik Stadler2014-02-012-13/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563470 13f79535-47bb-0310-9956-ffa450edef68
* TreeSet without JDK 6 method usages Andreas Beeker2014-01-261-7/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561511 13f79535-47bb-0310-9956-ffa450edef68
* This patch is not working as of license incompatibility - see ↵Andreas Beeker2014-01-267-4785/+2
| | | | | | http://www.apache.org/licenses/GPL-compatibility.html git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561507 13f79535-47bb-0310-9956-ffa450edef68
* As Jdk 1.5 doesn't provide NavigableMap/Set classes of JDK 1.6, we ↵Andreas Beeker2014-01-267-2/+4785
| | | | | | temporarily use the open jdk classes instead, until POI has switched to JDK 1.6 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561500 13f79535-47bb-0310-9956-ffa450edef68
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-266-522/+757
| | | | | | | - adapted relevant test-classes to Junit4 to support timeout handling - tab / space cleanup git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561435 13f79535-47bb-0310-9956-ffa450edef68
* jdk 5 compiler doesn't support overwrite for interfaces ...Andreas Beeker2014-01-251-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561406 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS functionNick Burch2014-01-233-0/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1560736 13f79535-47bb-0310-9956-ffa450edef68
* Added license headersAndreas Beeker2014-01-1813-4/+229
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559297 13f79535-47bb-0310-9956-ffa450edef68
* javadoc fixAndreas Beeker2014-01-114-16/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1557290 13f79535-47bb-0310-9956-ffa450edef68
* Bug 35897 - Password protected filesAndreas Beeker2014-01-1011-439/+680
| | | | | | + Junit4 modifications, needed for expected exceptions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1557281 13f79535-47bb-0310-9956-ffa450edef68
* Ensure our package html files have consistent line endings, and the right ↵Nick Burch2014-01-101-44/+44
| | | | | | svn properties set on them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1557156 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make ↵Dominik Stadler2014-01-015-9/+95
| | | | | | XSSF work when setAutoFilter is called multiple times git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554688 13f79535-47bb-0310-9956-ffa450edef68
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-319-72/+65
| | | | | | | coverage, @Overrides, more info on failing test, fix some Eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554535 13f79535-47bb-0310-9956-ffa450edef68
* Don't unnecessarily convert from ArrayList to array, use the ArrayList ↵Dominik Stadler2013-12-311-9/+7
| | | | | | directly instead, this speeds up BiffViewer and related unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554534 13f79535-47bb-0310-9956-ffa450edef68
* Print out which actual value was out of rangeDominik Stadler2013-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554533 13f79535-47bb-0310-9956-ffa450edef68
* obsoleted by TestEscherBlipRecord and EscherMetafileBlipAndreas Beeker2013-12-303-562/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554104 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45776 - Fix corrupt file problem using TextRun.setTextAndreas Beeker2013-12-292-12/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554077 13f79535-47bb-0310-9956-ffa450edef68
* Bug 41246 - AIOOBE with missing notes entriesAndreas Beeker2013-12-273-35/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553760 13f79535-47bb-0310-9956-ffa450edef68
* Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and ↵Nick Burch2013-12-271-217/+277
| | | | | | spaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553625 13f79535-47bb-0310-9956-ffa450edef68
* Bug 48593 - [PATCH] Multiple Saves Causes Slide CorruptionAndreas Beeker2013-12-275-166/+301
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553610 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51158: clear out Memory-based part before writing to it,Dominik Stadler2013-12-2617-93/+319
| | | | | | | | except for PictureData items, which keep the original image data in the Part-object directly. Add reproducer-unit tests and enhance some related unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553525 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary separate length, an array already has oneDominik Stadler2013-12-261-8/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553522 13f79535-47bb-0310-9956-ffa450edef68
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-2621-492/+551
| | | | | | convert some tabs to spaces. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553466 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Eclipse warnings in ReaderWriterDominik Stadler2013-12-261-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553465 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused members and make others privateDominik Stadler2013-12-261-7/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553464 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLFAndreas Beeker2013-12-265-89/+276
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553435 13f79535-47bb-0310-9956-ffa450edef68
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-254-22/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553428 13f79535-47bb-0310-9956-ffa450edef68
* javadoc house-keepingAndreas Beeker2013-12-2511-34/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553422 13f79535-47bb-0310-9956-ffa450edef68
* Fix some JavaDoc items that are reported in the build-outputDominik Stadler2013-12-255-8/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553404 13f79535-47bb-0310-9956-ffa450edef68
* JCE policy fixAndreas Beeker2013-12-256-5/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553342 13f79535-47bb-0310-9956-ffa450edef68
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553340 13f79535-47bb-0310-9956-ffa450edef68