20 Commits (9eef74edd1d49ef6b7245faa938c817a7fda2967)

Author SHA1 Message Date
  Tim Allison 9eef74edd1 BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to Andreas Beeker for this patch. Problems are mine. 7 years ago
  Dominik Stadler 41993f6374 Fix some IDE warnings/javadoc/... 7 years ago
  Javen O'Neal 8d279d1f92 add data type to UTF_16LE 7 years ago
  Javen O'Neal 2b10e019ad remove java.nio.charset.StandardCharsets which is not available until Java 7 7 years ago
  Tim Allison 8e3a70d4b1 BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader 7 years ago
  Tim Allison 6405134949 BUG 59858 -- avoid npe when there's a collision of record names 7 years ago
  Tim Allison 1ec787c356 BUG 59830 -- incorrect reading of unicode stream name 7 years ago
  Tim Allison 6234c859d4 BUG 60158 -- AIOOBE in VBAMacroReader 7 years ago
  Javen O'Neal dee56fc6c0 bug 59858: describe why VBA macro reading failed 8 years ago
  Javen O'Neal ab9ecf9373 bug 52949,59830: move module storage and decompressing into a standalone function 8 years ago
  Javen O'Neal c220067619 bug 52949,59830: move module storage and decompressing into a standalone function 8 years ago
  Javen O'Neal 50e4a82230 bug 59830: attach context to any IOException (likely a result of reaching EOF on input stream) 8 years ago
  Javen O'Neal 1f76abf1b6 bug 59830: add context to why no more bytes could be read from input stream 8 years ago
  Javen O'Neal f36d63aff1 findbugs: DocumentInputStream.skip(long) result not checked; close DocumentInputStream even if exception is thrown 8 years ago
  Javen O'Neal 6a2024646f whitespace and +svn:eol-style=native 8 years ago
  Javen O'Neal b302d10d8c fix javadocs and findbugs warnings 8 years ago
  Javen O'Neal e869575af9 bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE directories as case-insensitive 8 years ago
  Nick Burch 5a3c735215 Javadoc tweaks 8 years ago
  Nick Burch f5091846ff Unit test for VBA macro reading #52949 8 years ago
  Nick Burch 74c03a3f7b Start to refactor VBAMacroExtractor into a more general class 8 years ago
  Nick Burch 9deca1afc7 VBA extraction support from bug #52949 from Barry Lagerweij 8 years ago