aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf
Commit message (Expand)AuthorAgeFilesLines
* FindBugs fixesAndreas Beeker2015-10-311-4/+3
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-1/+2
* sonar fixesAndreas Beeker2015-10-041-6/+13
* sonar fixesAndreas Beeker2015-09-301-0/+32
* sonar fixesAndreas Beeker2015-09-291-4/+4
* Removed HDF APIAndreas Beeker2015-09-281-1/+1
* Fix some Forbidden APIs errorsNick Burch2015-09-013-9/+7
* Fix some Forbidden APIs errorsNick Burch2015-09-011-15/+18
* Fix some Forbidden APIs errorsNick Burch2015-09-011-4/+2
* Fix some Eclipse warnings and adjust use of Generics, Comments, close()Dominik Stadler2015-07-161-1/+1
* Move location where document is held and adjust constructors and class-hierar...Dominik Stadler2015-05-171-2/+3
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-0/+4
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-1/+1
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-0/+8
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-287-63/+84
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-251-0/+4
* Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no...Nick Burch2014-07-241-2/+2
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-111-0/+1
* File leak detector: Close streams in some testsDominik Stadler2014-05-041-2/+5
* Provide a convenience method for creating a PropertySet from a Directory + EntryNick Burch2014-04-281-9/+38
* Fix generics warningsNick Burch2014-04-281-10/+8
* NDocumentOutputStream write logicNick Burch2014-04-252-8/+3
* Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ...Nick Burch2014-02-161-1/+1
* FindBugs fixAndreas Beeker2014-02-141-1/+1
* FindBugs fixAndreas Beeker2014-02-132-12/+12
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-011-0/+1
* Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLFAndreas Beeker2013-12-261-0/+6
* Fix bug #55901 - Avoid using RMI basedNick Burch2013-12-181-3/+2
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-131-1/+20
* added ratted out Apache license to HPSFPropertiesOnlyDocumentTim Allison2013-07-291-1/+17
* Refactor to avoid logic duplication on the property value -> string conversionNick Burch2013-07-032-41/+28
* Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't d...Nick Burch2013-07-033-30/+50
* Deprecate the old HPSF codepage Constants list, and change the code to use th...Nick Burch2013-06-267-248/+27
* Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ...Nick Burch2013-06-261-2/+21
* Pull the Properties-Only document type out to a superclass, so other places (...Nick Burch2013-06-262-20/+29
* Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig...Nick Burch2013-06-251-13/+49
* Fix to have consistent whitespaceNick Burch2013-06-251-128/+127
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-162-47/+48
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-053-4/+2
* Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin...Yegor Kozlov2012-02-153-4/+22
* Demote the HPSF CodePageString null check from an exception to a Warning, as ...Nick Burch2011-11-281-4/+10
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-072-0/+36
* replace exception with warningSergey Vladimirov2011-10-291-4/+15
* additional safety belts to handle broken filesSergey Vladimirov2011-10-221-4/+8
* adding safety belts for property type 0x0100 and other unknown typesSergey Vladimirov2011-10-221-26/+8
* some files has strange property values... try to handle them.Sergey Vladimirov2011-10-222-3/+48
* add license header; organize importsSergey Vladimirov2011-10-2213-20/+225
* rewrite VariantSupport to use TypedPropertyValue at max without breaking comp...Sergey Vladimirov2011-10-223-178/+301
* values in vector not paddedSergey Vladimirov2011-10-221-1/+2
* replace exception with warningSergey Vladimirov2011-10-221-4/+18