Lines Matching refs:aEvents
605 Sequence< ScriptEventDescriptor > aEvents; in getPropertyValue() local
606 impl_getComponentScriptEvents_nothrow( aEvents ); in getPropertyValue()
608 sal_Int32 nEventCount = aEvents.getLength(); in getPropertyValue()
609 const ScriptEventDescriptor* pEvents = aEvents.getConstArray(); in getPropertyValue()
1169 … Sequence< ScriptEventDescriptor > aEvents( xEventManager->getScriptEvents( nObjectIndex ) ); in impl_setFormComponentScriptEvent_nothrow() local
1172 ScriptEventDescriptor* pEvent = aEvents.getArray(); in impl_setFormComponentScriptEvent_nothrow()
1173 sal_Int32 eventCount = aEvents.getLength(), event = 0; in impl_setFormComponentScriptEvent_nothrow()
1191 ::std::copy( pEvent + 1, aEvents.getArray() + eventCount, pEvent ); in impl_setFormComponentScriptEvent_nothrow()
1192 aEvents.realloc( eventCount - 1 ); in impl_setFormComponentScriptEvent_nothrow()
1201 aEvents.realloc( eventCount + 1 ); in impl_setFormComponentScriptEvent_nothrow()
1202 aEvents[ eventCount ] = _rScriptEvent; in impl_setFormComponentScriptEvent_nothrow()
1206 xEventManager->registerScriptEvents( nObjectIndex, aEvents ); in impl_setFormComponentScriptEvent_nothrow()