summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 12:59:29 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 12:59:29 +0000
commit7576a2736e8be4fea0a92a431661c74f577dfda0 (patch)
treeecaf7025aea8fab1e9b2d646868d7ddde5547dd3 /extensions
parent771b8e55fcb42092670eca86986256c3e4fb1b46 (diff)
INTEGRATION: CWS dba204c (1.2.82); FILE MERGED
2006/07/27 11:23:10 fs 1.2.82.2: RESYNC: (1.2-1.3); FILE MERGED 2006/07/26 08:50:15 fs 1.2.82.1: #i67595# internally hold ScriptEventDescriptors as property values (instead of the previous ScriptCode only), to not lose additional information from the descriptor, such as the ScriptType
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/eventhandler.hxx26
1 files changed, 12 insertions, 14 deletions
diff --git a/extensions/source/propctrlr/eventhandler.hxx b/extensions/source/propctrlr/eventhandler.hxx
index 6bb4ac1015d8..096b94b29dcb 100644
--- a/extensions/source/propctrlr/eventhandler.hxx
+++ b/extensions/source/propctrlr/eventhandler.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: eventhandler.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2006-07-26 07:55:38 $
+ * last change: $Author: ihi $ $Date: 2006-08-04 13:59:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -249,21 +249,19 @@ namespace pcr
*/
sal_Int32 impl_getComponentIndexInParent_throw() const;
- /** sets a given script code as event handler at a form component, for a given event
- @param _rForEvent
- the event whose script code is to be set
- @param _rScriptCode
- the script code to set
+ /** sets a given script event as event handler at a form component
+
+ @param _rScriptEvent
+ the script event to set
*/
- void impl_setFormComponentScriptEvent_nothrow( const EventDescription& _rForEvent, const ::rtl::OUString& _rScriptCode );
+ void impl_setFormComponentScriptEvent_nothrow( const ::com::sun::star::script::ScriptEventDescriptor& _rScriptEvent );
+
+ /** sets a given script event as event handler at a dialog component
- /** sets a given script code as event handler at a dialog element, for a given event
- @param _rForEvent
- the event whose script code is to be set
- @param _rScriptCode
- the script code to set
+ @param _rScriptEvent
+ the script event to set
*/
- void impl_setDialogElementScriptEvent_nothrow( const EventDescription& _rForEvent, const ::rtl::OUString& _rScriptCode );
+ void impl_setDialogElementScriptEvent_nothrow( const ::com::sun::star::script::ScriptEventDescriptor& _rScriptEvent );
private:
EventHandler(); // never implemented