Bug 61096

Summary: [PATCH] Add support module type in VBAMacroReader
Product: POI Reporter: Masahiko Murakami <fossamagna2>
Component: POIFSAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: PatchAvailable
Priority: P2    
Version: 3.17-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Proposed patch

Description Masahiko Murakami 2017-05-15 09:53:56 UTC
Created attachment 34994 [details]
Proposed patch

This patch add support to read macro type (e.g: Standard Module, Class Module, Document Module) at VBAMacroReader.

I added Module interface as representation of VBA Module. It will allow to get module type and content via getModuleType and getContent method.
Comment 1 Tim Allison 2017-06-16 18:52:39 UTC
Ugh.  I missed this.  Thank you, Dominik, for your curation of the issues!

Masahiko, I really like this.  I'll try to work on it next week.  Thank you!
Comment 2 Dominik Stadler 2017-10-07 06:11:34 UTC
Applied now via r1811383, thanks a lot for the patch!