Home
last modified time | relevance | path

Searched refs:_rScriptEvent (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/extensions/source/propctrlr/
H A Deventhandler.cxx403 m_aEventNameAccess.insert( EventMap::value_type( _rEventName, _rScriptEvent ) ); in addEvent()
1158 …ventHandler::impl_setFormComponentScriptEvent_nothrow( const ScriptEventDescriptor& _rScriptEvent ) in impl_setFormComponentScriptEvent_nothrow() argument
1162 ::rtl::OUString sScriptCode( _rScriptEvent.ScriptCode ); in impl_setFormComponentScriptEvent_nothrow()
1163 ::rtl::OUString sScriptType( _rScriptEvent.ScriptType ); in impl_setFormComponentScriptEvent_nothrow()
1176 if ( ( pEvent->EventMethod == _rScriptEvent.EventMethod ) in impl_setFormComponentScriptEvent_nothrow()
1177 && ( lcl_endsWith( _rScriptEvent.ListenerType, pEvent->ListenerType ) ) in impl_setFormComponentScriptEvent_nothrow()
1202 aEvents[ eventCount ] = _rScriptEvent; in impl_setFormComponentScriptEvent_nothrow()
1221 ::rtl::OUString sScriptCode( _rScriptEvent.ScriptCode ); in impl_setDialogElementScriptEvent_nothrow()
1228 aCompleteName.append( _rScriptEvent.ListenerType ); in impl_setDialogElementScriptEvent_nothrow()
1230 aCompleteName.append( _rScriptEvent.EventMethod ); in impl_setDialogElementScriptEvent_nothrow()
[all …]
H A Deventhandler.hxx230 …mponentScriptEvent_nothrow( const ::com::sun::star::script::ScriptEventDescriptor& _rScriptEvent );
237 …ElementScriptEvent_nothrow( const ::com::sun::star::script::ScriptEventDescriptor& _rScriptEvent );

Completed in 26 milliseconds