Lines Matching refs:i_event
607 void SAL_CALL SVTXGridControl::rowsInserted( const GridDataEvent& i_event ) throw (RuntimeException) in rowsInserted() argument
610 m_pTableModel->notifyRowsInserted( i_event ); in rowsInserted()
615 SVTXGridControl::rowsRemoved( const GridDataEvent& i_event ) throw (RuntimeException) in rowsRemoved() argument
618 m_pTableModel->notifyRowsRemoved( i_event ); in rowsRemoved()
622 void SAL_CALL SVTXGridControl::dataChanged( const GridDataEvent& i_event ) throw (RuntimeException) in dataChanged() argument
626 m_pTableModel->notifyDataChanged( i_event ); in dataChanged()
636 void SAL_CALL SVTXGridControl::rowHeadingChanged( const GridDataEvent& i_event ) throw (RuntimeExce… in rowHeadingChanged() argument
639 OSL_UNUSED( i_event ); in rowHeadingChanged()
649 void SAL_CALL SVTXGridControl::elementInserted( const ContainerEvent& i_event ) throw (RuntimeExcep… in elementInserted() argument
653 Reference< XGridColumn > const xGridColumn( i_event.Element, UNO_QUERY_THROW ); in elementInserted()
656 OSL_VERIFY( i_event.Accessor >>= nIndex ); in elementInserted()
661 void SAL_CALL SVTXGridControl::elementRemoved( const ContainerEvent& i_event ) throw (RuntimeExcept… in elementRemoved() argument
666 OSL_VERIFY( i_event.Accessor >>= nIndex ); in elementRemoved()
671 void SAL_CALL SVTXGridControl::elementReplaced( const ContainerEvent& i_event ) throw (RuntimeExcep… in elementReplaced() argument
675 OSL_UNUSED( i_event ); in elementReplaced()