Issue 22744 - script::XScriptEventsSupplier not supported by text::XTextDocument
Summary: script::XScriptEventsSupplier not supported by text::XTextDocument
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Linux, all
: P3 Trivial
Target Milestone: ---
Assignee: em2
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-22 22:23 UTC by em2
Modified: 2013-02-24 21:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description em2 2003-11-22 22:23:53 UTC
There seems to be no document-related service implementing
com::sun::star::script::XScriptEventsSupplier.

Therefore, it seems to be impossible to access event bindings from C++.

In particular, it's impossible to write an export filter which saves
the event bindings of a document.
Comment 1 ooo 2003-12-10 12:19:47 UTC
What you want is: com/sun/star/document/XEventsSupplier.idl which you can get 
from an OfficeDocument.

com::sun::star::script::XScriptEventsSupplier is only for controls in forms.
Comment 2 ooo 2003-12-10 12:21:36 UTC
returning issue
Comment 3 Joost Andrae 2004-02-25 21:36:33 UTC
JA: closing this issue as the problem has been clarified
Comment 4 Joost Andrae 2004-02-25 21:36:45 UTC
.