Lines Matching refs:_rScriptEvent

362 …nt( EventId _nId, const ::rtl::OUString& _rEventName, const ScriptEventDescriptor& _rScriptEvent );
400 …ent( EventId _nId, const ::rtl::OUString& _rEventName, const ScriptEventDescriptor& _rScriptEvent ) in addEvent() argument
403 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()
1217 …ventHandler::impl_setDialogElementScriptEvent_nothrow( const ScriptEventDescriptor& _rScriptEvent ) in impl_setDialogElementScriptEvent_nothrow() argument
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()
1242 Any aNewValue; aNewValue <<= _rScriptEvent; in impl_setDialogElementScriptEvent_nothrow()