Bug 61096 - [PATCH] Add support module type in VBAMacroReader
Summary: [PATCH] Add support module type in VBAMacroReader
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POIFS (show other bugs)
Version: 3.17-dev
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2017-05-15 09:53 UTC by Masahiko Murakami
Modified: 2017-10-07 06:11 UTC (History)
0 users



Attachments
Proposed patch (3.30 KB, application/x-gzip)
2017-05-15 09:53 UTC, Masahiko Murakami
Details

Note You need to log in before you can comment on or make changes to this bug.
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!