summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf
Commit message (Expand)AuthorAgeFilesLines
* 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
* accept java stringSergey Vladimirov2011-10-221-3/+17
* replace exception with warningSergey Vladimirov2011-10-221-6/+17
* fix type definitionSergey Vladimirov2011-10-221-5/+42
* fix NPESergey Vladimirov2011-10-221-3/+2
* remove unusedSergey Vladimirov2011-10-211-43/+0
* add classes that will replace VariantSupport class just a bit laterSergey Vladimirov2011-10-2117-0/+769
* reuse code from LittleEndian classSergey Vladimirov2011-10-211-53/+30
* -warningSergey Vladimirov2011-10-021-1/+1
* preserve entries order in dictionariesSergey Vladimirov2011-10-021-3/+4
* fix VT_LPWSTR supportSergey Vladimirov2011-10-021-8/+12
* fix VT_BOOL supportSergey Vladimirov2011-10-021-4/+8
* always pad properties to 4 bytesSergey Vladimirov2011-10-021-12/+9
* pad VT_BOOL to 4 bytesSergey Vladimirov2011-10-021-4/+5
* correctly add padding to 16-bit integersSergey Vladimirov2011-10-021-5/+12
* rollbackSergey Vladimirov2011-10-021-7/+0