Home
last modified time | relevance | path

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

/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx425 ScriptEventDescriptor* pChildEvents = aChildEvents.getArray(); in transformEvents() local
426 ScriptEventDescriptor* pChildEventsEnd = pChildEvents + aChildEvents.getLength(); in transformEvents()
430 ::std::for_each( pChildEvents, pChildEventsEnd, TransformEventTo60Format() ); in transformEvents()
432 ::std::for_each( pChildEvents, pChildEventsEnd, TransformEventTo52Format() ); in transformEvents()

Completed in 24 milliseconds