Issue 108880

Summary: [From Symphony]Implements API Application.EnableEvents
Product: App Dev Reporter: lihuiibm <lihuibj>
Component: vbaAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Fix for this issue none

Description lihuiibm 2010-02-03 07:08:17 UTC
Implements API Application.EnableEvents
Comment 1 lihuiibm 2010-02-03 07:08:54 UTC
Created attachment 67560 [details]
Fix for this issue
Comment 2 lihuiibm 2010-02-03 08:20:44 UTC
New API, I have delivered into cws vbasupportdev300_hg
Comment 3 noel.power 2010-02-19 16:38:39 UTC
couldn't we avoid introducing m_xApplication into ScVbaEventsHelper by making
the ScVbaEventsHelper implementation use InheritedHelperInterfaceImpl1, that way
you avoid duplicating the code for creating/accessing the Application object
Comment 4 lihuiibm 2010-03-16 08:24:40 UTC
I tried to make ScVbaEventsHelper inherit InheritedHelperInterfaceImpl1, and get
the XApplication by:
const uno::Reference< ov::excel::XApplication > xApplication( Application(),
uno::UNO_QUERY );
The xApplication is NULL, it seems can't get the Application instance through
the XComponentContext instance of ScVbaEventsHelper.
Comment 5 noel.power 2010-03-16 12:58:44 UTC
>it seems can't get the Application instance through the XComponentContext 
>instance of ScVbaEventsHelper.
That, sounds like a bug
Comment 6 Marcus 2017-05-20 11:29:33 UTC
Reset assigne to the default "issues@openoffice.apache.org".