aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/macros/VBAMacroReader.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-834/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-10/+9
* Sonar fixes - a few "Try-with-resources should be used"Andreas Beeker2020-10-241-29/+23
* Bug 63330 -- use skipfully instead of hoping skip() worksTim Allison2019-04-101-4/+1
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-1/+1
* bug 62624 -- further cleanupTim Allison2018-11-011-29/+27
* bug 62624 -- ensure streams are closed...thanks to LGTM, and PJ!Tim Allison2018-10-311-6/+9
* bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity che...Tim Allison2018-10-311-26/+34
* bug 62624 -- fix recursionTim Allison2018-10-301-14/+4
* bug 62625 -- clean up importsTim Allison2018-10-301-1/+0
* bug 62625 -- add special handling for REFERENCE_NAME record that may onlyTim Allison2018-10-301-4/+51
* bug 62624 -- fix npe by adding processing of module name mapping in VBAMacroR...Tim Allison2018-10-291-16/+143
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-6/+6
* bug 62608 -- avoid ioobe in VBAMacroReaderTim Allison2018-08-081-3/+5
* use try with resourcesPJ Fanning2018-06-071-15/+15
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-071-42/+87
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Update third party libs to latest versionsDominik Stadler2017-09-151-0/+1
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-105/+361
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-8/+7
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...Tim Allison2016-10-191-1/+8
* Fix some IDE warnings/javadoc/...Dominik Stadler2016-10-191-9/+15
* add data type to UTF_16LEJaven O'Neal2016-10-191-1/+1
* remove java.nio.charset.StandardCharsets which is not available until Java 7Javen O'Neal2016-10-191-2/+3
* BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReaderTim Allison2016-10-181-1/+2
* BUG 59858 -- avoid npe when there's a collision of record namesTim Allison2016-10-181-1/+1
* BUG 59830 -- incorrect reading of unicode stream nameTim Allison2016-10-181-0/+17
* BUG 60158 -- AIOOBE in VBAMacroReaderTim Allison2016-10-181-0/+3
* bug 59858: describe why VBA macro reading failedJaven O'Neal2016-07-151-0/+4
* bug 52949,59830: move module storage and decompressing into a standalone func...Javen O'Neal2016-07-091-31/+36
* bug 52949,59830: move module storage and decompressing into a standalone func...Javen O'Neal2016-07-091-15/+34
* bug 59830: attach context to any IOException (likely a result of reaching EOF...Javen O'Neal2016-07-091-44/+69
* bug 59830: add context to why no more bytes could be read from input streamJaven O'Neal2016-07-091-1/+5
* findbugs: DocumentInputStream.skip(long) result not checked; close DocumentIn...Javen O'Neal2016-07-021-61/+69
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-021-243/+243
* fix javadocs and findbugs warningsJaven O'Neal2016-04-121-7/+32
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-111-8/+35
* Javadoc tweaksNick Burch2016-04-101-1/+1
* Unit test for VBA macro reading #52949Nick Burch2016-04-101-105/+123
* Start to refactor VBAMacroExtractor into a more general classNick Burch2016-04-101-0/+199