aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf/MutableSection.java
Commit message (Expand)AuthorAgeFilesLines
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-141-43/+0
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-271-668/+12
* FindBugs fixesAndreas Beeker2015-10-311-4/+3
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-1/+2
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-1/+1
* Deprecate the old HPSF codepage Constants list, and change the code to use th...Nick Burch2013-06-261-7/+6
* Remove some generics warnings from the HPSF custom properties and sections partsNick Burch2010-01-131-25/+13
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-27/+26
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-011-4/+1
* 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-22/+124
* Bug 34247 fixed. Dictionaries are read with the specified codepage now.Rainer Klute2005-04-011-10/+14
* - A section's size is a multiple of 4 now. The Windows explorer seems to be c...Rainer Klute2004-08-311-28/+50
* Some code and documentation cleanup.Rainer Klute2004-08-151-4/+3
* Fixed a bug where a mutable section's format ID was written in the wrong byte...Rainer Klute2004-08-131-1/+7
* - Fix: HPSF now ensures that string properties are always written with the ty...Rainer Klute2004-06-221-5/+2
* - Write properties sorted by property ID now. This hopefully fixes M$ Word co...Rainer Klute2004-06-091-2/+20
* New licence changes.Glen Stampoultzis2004-04-091-54/+17
* HPSF: codepage support addedRainer Klute2003-12-021-5/+5
* - Added Robert Flaherty's method getCustomProperties() (refactored)Rainer Klute2003-10-231-2/+2
* These changes introduce the following HPSF enhancements and fixes:Rainer Klute2003-09-181-7/+179
* *** empty log message ***Rainer Klute2003-09-161-0/+1
* - PropertySetFactory.create(InputStream) no longer throws an UnexpectedProper...Rainer Klute2003-09-131-1/+0
* Writing: API enhanced, bugs fixed, performance improvements, code simplificat...Rainer Klute2003-09-041-70/+76
* HPSF writing capability added.Rainer Klute2003-08-301-0/+426