27 Commits (f395630abd891b9d4ee09932c309d566d8360860)

Author SHA1 Message Date
  Andreas Beeker f395630abd Bug 62092 - Text not extracted from grouped text shapes in HSLF 6 years ago
  Dominik Stadler 399381da8d Remove unnecessary local variables 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Andreas Beeker 2ed838fe7c Sonarqube fixes 7 years ago
  Andreas Beeker c6fa344c54 Regression fixes for H/XSLF and HWMF 8 years ago
  Andreas Beeker b9851d98b9 #56570 - RecordType has repeat by code type 3009 8 years ago
  Andreas Beeker 0839a097e3 - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 9 years ago
  Andreas Beeker 334aaad728 FindBugs fix 10 years ago
  Yegor Kozlov e0b6a9975c Bug 52628 - Replace System.err info messages with a POILogger 11 years ago
  Nick Burch 77e11df1be Fix more HSLF generics warnings 13 years ago
  Josh Micich 78e643fe21 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
  Josh Micich 852e34bfea Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and formatting 15 years ago
  Nick Burch 5a48e27b4c Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-645951,645953-646193,646195-646311,646313-646404,646406-646665,646667-646853,646855-646869,646871-647151,647153-647185,647187-647277,647279-647566,647568-647573,647575,647578-647711,647714-647737,647739-647832 via svnmerge from 16 years ago
  Yegor Kozlov f98e88e706 make sure all hslf classes use POI loggers 16 years ago
  Nick Burch 3864fc28f8 Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-645951,645953-646193,646195-646311,646313-646404,646406-646665,646667-646853,646855-646869,646871-647151,647153-647185,647187-647277,647279-647566,647568-647573,647575,647578-647740 via svnmerge from 16 years ago
  Yegor Kozlov 52421e20b9 use commons logging throughout the code 16 years ago
  Nick Burch 626b75ac7e Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-646236 via svnmerge from 16 years ago
  Yegor Kozlov e77898fa7c fix bug #44770: RuntimeException: Couldn't instantiate the class for type with id 1036 on class class org.apache.poi.hslf.record.PPDrawing 16 years ago
  Yegor Kozlov 78caeba658 use POILogger instead of System.err in hslf records. If users want verbose output they should explicitly enable it through -Dorg.apache.poi.util.POILogger option. P.S. I think this should be done through the whole HSLF, i.e. no direct calls of System.out and Sysrtem.err 17 years ago
  Yegor Kozlov 12dfa56565 fixed bug 41384: Array index wrong in record creation 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
  Jason Height 0ab20fa068 Just removed a bunch of unused imports etc. Reduces eclipse warnings 18 years ago
  Nick Burch 662a34291b Add correct detection for encrypted powerpoint files. An exception will be thrown if they are encountered.\n(As we don't know how the encryption is done, we can't do any decryption of these files) 18 years ago
  Nick Burch 770a5bffa8 Fix for bug 38526 - If the record claims to be longer than the remaining data, just return null and ignore it 18 years ago
  Nick Burch 37d91a5084 Add (and throw) an exception if the powerpoint file is corrupt in a way that some seem to be (first record is of type 0000, and length is 0xFFFF) 18 years ago
  Nick Burch 7fb084c8cc Move from having the list of classes to use for records from being in here, to being in RecordTypes 19 years ago
  Nick Burch 46222b013c Record support for ColorSchemeAtom (no model support as yet) 19 years ago
  Nick Burch c2a52394df Support for DocumentAtom 19 years ago
  Nick Burch 396e06e685 Improved handling of byte position sensitive records 19 years ago
  Avik Sengupta 6424e17b17 Initial Powerpoint support, by Nick Burch 19 years ago