Lines Matching refs:i_event
442 …void SAL_CALL AnimatedImagesPeer::elementInserted( const ContainerEvent& i_event ) throw (RuntimeE… in elementInserted() argument
445 Reference< XAnimatedImages > xAnimatedImages( i_event.Source, UNO_QUERY_THROW ); in elementInserted()
448 OSL_VERIFY( i_event.Accessor >>= nPosition ); in elementInserted()
457 OSL_VERIFY( i_event.Element >>= aImageURLs ); in elementInserted()
465 …void SAL_CALL AnimatedImagesPeer::elementRemoved( const ContainerEvent& i_event ) throw (RuntimeEx… in elementRemoved() argument
468 Reference< XAnimatedImages > xAnimatedImages( i_event.Source, UNO_QUERY_THROW ); in elementRemoved()
471 OSL_VERIFY( i_event.Accessor >>= nPosition ); in elementRemoved()
484 …void SAL_CALL AnimatedImagesPeer::elementReplaced( const ContainerEvent& i_event ) throw (RuntimeE… in elementReplaced() argument
487 Reference< XAnimatedImages > xAnimatedImages( i_event.Source, UNO_QUERY_THROW ); in elementReplaced()
490 OSL_VERIFY( i_event.Accessor >>= nPosition ); in elementReplaced()
499 OSL_VERIFY( i_event.Element >>= aImageURLs ); in elementReplaced()
507 … void SAL_CALL AnimatedImagesPeer::disposing( const EventObject& i_event ) throw (RuntimeException) in disposing() argument
509 VCLXWindow::disposing( i_event ); in disposing()
513 … void SAL_CALL AnimatedImagesPeer::modified( const EventObject& i_event ) throw (RuntimeException) in modified() argument
515 impl_updateImages_nolck( i_event.Source ); in modified()