44 Commits (24f2dcf6cb4491e1661140319fdf81fcb1bf483f)

Author SHA1 Message Date
  Andreas Beeker 24f2dcf6cb #52372 - OutOfMemoryError parsing a word file 7 years ago
  Dominik Stadler 5ca0b239bf Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
  Andreas Beeker da20cf5d63 Sonarqube fixes - Cast one of the operands of this multiplication operation to a ... 7 years ago
  Andreas Beeker 00d574164e #60331 - Remove deprecated classes - deprecate Mutable* property classes 7 years ago
  Andreas Beeker 3930739eab fixing javadocs errors (in JDK8) 8 years ago
  Andreas Beeker 012cfb107c sonar fixes 8 years ago
  Andreas Beeker fad6546d8a sonar fixes 8 years ago
  Andreas Beeker aacf48d5aa sonar fixes 8 years ago
  Dominik Stadler 82eff19e00 Fix some Eclipse warnings and adjust use of Generics, Comments, close() 8 years ago
  Dominik Stadler ca12a21163 Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 years ago
  Andreas Beeker 2e6de07eb1 FindBugs fix 10 years ago
  Nick Burch 878e9880a5 Remove some generics warnings from the HPSF custom properties and sections parts 14 years ago
  Josh Micich 78e643fe21 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
  Yegor Kozlov 4d835fbda7 Avoid exception when reading ClipboardData packet in OLE property sets, see bugzilla 45583 14 years ago
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else 14 years ago
  Josh Micich 4d3fd6fff5 removed '@version $Id:$' tags (all were in javadoc comments) 15 years ago
  Ugo Cei 63879b5ec7 Merged revisions 618680-620582 via svnmerge from 16 years ago
  Rainer Klute 2ae2bf346f - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summary Information stream. RuntimeExceptions that occured when trying to read bogus data are now caught. Dictionary entries up to but not including the bogus one are preserved, the rest is ignored. 16 years ago
  Rainer Klute ce9f8ceb88 Consistency check added when reading property set stream. An IllegalPropertyDataException is thrown if the property set stream is larger than it claims to be. 17 years ago
  Henri Yandell b8f7a14477 Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 17 years ago
  Rainer Klute 73a9af683f * Writing support added to the SummaryInformation and DocumentSummaryInformation classes. These classes now have methods for setting and removing properties. Coherent extensions are: 18 years ago
  Rainer Klute 14befc7fea Fixed a bug where the logical comparison of two sections returned false only because one of them had property 1 (codepage) and the other had not. Now two sections are equal if their property values are equal disregarding property 1. 20 years ago
  Rainer Klute 8fc4b6ba05 - Fix: HPSF now ensures that string properties are always written with the type Variant.VT_LPWSTR instead of Variant.VT_LPSTR if the codepage is 1200 (Unicode). 20 years ago
  Glen Stampoultzis 58f1c92183 New licence changes. 20 years ago
  Rainer Klute 319c1c1fe8 HPSF: codepage support added 20 years ago
  Rainer Klute 6d1eefc2ea - Added Robert Flaherty's method getCustomProperties() (refactored) 20 years ago
  Rainer Klute bb343314a6 - Comparing sections refined: For the dictionary (property 0) only the value (Map) is relevant. The dictionary's codepage (property 1) is disregarded. 20 years ago
  Rainer Klute 8f08b03cf0 These changes introduce the following HPSF enhancements and fixes: 20 years ago
  Rainer Klute d99a03d6d9 - PropertySetFactory.create(InputStream) no longer throws an UnexpectedPropertySetTypeException. 20 years ago
  Rainer Klute 1de48575d0 Writing: API enhanced, bugs fixed, performance improvements, code simplifications, two new testcases, more int to long promotions. 21 years ago
  Rainer Klute 16bacce309 Property ID handling fixed (long vs. int). 21 years ago
  Rainer Klute 468615d2d9 HPSF writing capability added. 21 years ago
  Rainer Klute a32efda12e - Fixed a bug that occured when reading a section with properties that are not stored with ascending offsets in the property list. 21 years ago
  Rainer Klute 73e9bc7c93 Writing preparations 21 years ago
  Rainer Klute a47c0bb61d Javadoc, formatting and style improvements 21 years ago
  Rainer Klute dbc26d7625 First preparations for HPSF writing functionality. 21 years ago
  Rainer Klute 15f8d2c185 Comment improved. 21 years ago
  Rainer Klute cb45ae088b HPSF: Reading Unicode properties are supported now. 21 years ago
  Rainer Klute b509a3fe4c Broken HPSF usage of POI's general little-endian classes fixed. 22 years ago
  Andrew C. Oliver 8ecb76b142 Finished my work converting HPSF to use the org.apache.poi.util.LittleEndian 22 years ago
  Andrew C. Oliver 7e07780e8a surgery 22 years ago
  Rainer Klute 8f6a623558 Enhancements from Drew for boolean properties. Plus doc change for DWord. 22 years ago
  Rainer Klute e57c0ac37b Added Drew's thumbnail enhancements. 22 years ago
  Andrew C. Oliver 883552de53 applied 8632 22 years ago
  Mark Johnson e2841de795 Added Rainer Klute's poibrowser utility and hpsf packages 22 years ago