aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf/CustomProperties.java
Commit message (Expand)AuthorAgeFilesLines
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-111-7/+4
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-5/+5
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-141-1/+1
* HPSF: Change CustomProperties to delegateAndreas Beeker2017-05-031-121/+151
* HPSF: Use LittleEndianStream instead of offset calculationAndreas Beeker2017-05-021-20/+47
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-271-195/+116
* javadocs fixes (jdk8)Andreas Beeker2016-07-031-14/+25
* fixing javadocs errors (in JDK8)Andreas Beeker2016-06-121-3/+0
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-7/+7
* Remove some generics warnings from the HPSF custom properties and sections partsNick Burch2010-01-131-19/+64
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-23/+22
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-011-3/+1
* New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra...Nick Burch2008-08-121-1/+12
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* * Writing support added to the SummaryInformation and DocumentSummaryInformat...Rainer Klute2006-03-031-0/+367