Lines Matching refs:SVTXGridControl
85 SVTXGridControl::SVTXGridControl() in SVTXGridControl() function in SVTXGridControl
93 SVTXGridControl::~SVTXGridControl() in ~SVTXGridControl()
98 void SVTXGridControl::SetWindow( Window* pWindow ) in SetWindow()
105 void SVTXGridControl::impl_checkColumnIndex_throw( ::svt::table::TableControl const & i_table, sal_… in impl_checkColumnIndex_throw()
108 … throw IndexOutOfBoundsException( ::rtl::OUString(), *const_cast< SVTXGridControl* >( this ) ); in impl_checkColumnIndex_throw()
112 void SVTXGridControl::impl_checkRowIndex_throw( ::svt::table::TableControl const & i_table, sal_Int… in impl_checkRowIndex_throw()
115 … throw IndexOutOfBoundsException( ::rtl::OUString(), *const_cast< SVTXGridControl* >( this ) ); in impl_checkRowIndex_throw()
119 sal_Int32 SAL_CALL SVTXGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeExcep… in getRowAtPoint()
131 sal_Int32 SAL_CALL SVTXGridControl::getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeEx… in getColumnAtPoint()
143 sal_Int32 SAL_CALL SVTXGridControl::getCurrentColumn( ) throw (RuntimeException) in getCurrentColumn()
155 sal_Int32 SAL_CALL SVTXGridControl::getCurrentRow( ) throw (RuntimeException) in getCurrentRow()
167 void SAL_CALL SVTXGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw … in goToCell()
181 void SAL_CALL SVTXGridControl::addSelectionListener(const Reference< XGridSelectionListener > & lis… in addSelectionListener()
187 void SAL_CALL SVTXGridControl::removeSelectionListener(const Reference< XGridSelectionListener > & … in removeSelectionListener()
193 void SVTXGridControl::setProperty( const ::rtl::OUString& PropertyName, const Any& aValue) throw(Ru… in setProperty()
423 void SVTXGridControl::impl_checkTableModelInit() in impl_checkTableModelInit()
457 Any SVTXGridControl::getProperty( const ::rtl::OUString& PropertyName ) throw(RuntimeException) in getProperty()
585 void SVTXGridControl::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
607 void SAL_CALL SVTXGridControl::rowsInserted( const GridDataEvent& i_event ) throw (RuntimeException) in rowsInserted()
615 SVTXGridControl::rowsRemoved( const GridDataEvent& i_event ) throw (RuntimeException) in rowsRemoved()
622 void SAL_CALL SVTXGridControl::dataChanged( const GridDataEvent& i_event ) throw (RuntimeException) in dataChanged()
636 void SAL_CALL SVTXGridControl::rowHeadingChanged( const GridDataEvent& i_event ) throw (RuntimeExce… in rowHeadingChanged()
649 void SAL_CALL SVTXGridControl::elementInserted( const ContainerEvent& i_event ) throw (RuntimeExcep… in elementInserted()
661 void SAL_CALL SVTXGridControl::elementRemoved( const ContainerEvent& i_event ) throw (RuntimeExcept… in elementRemoved()
671 void SAL_CALL SVTXGridControl::elementReplaced( const ContainerEvent& i_event ) throw (RuntimeExcep… in elementReplaced()
681 void SAL_CALL SVTXGridControl::disposing( const EventObject& Source ) throw(RuntimeException) in disposing()
687 void SAL_CALL SVTXGridControl::selectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, IndexOu… in selectRow()
700 void SAL_CALL SVTXGridControl::selectAllRows() throw (RuntimeException) in selectAllRows()
711 void SAL_CALL SVTXGridControl::deselectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, Index… in deselectRow()
724 void SAL_CALL SVTXGridControl::deselectAllRows() throw (RuntimeException) in deselectAllRows()
735 Sequence< ::sal_Int32 > SAL_CALL SVTXGridControl::getSelectedRows() throw (RuntimeException) in getSelectedRows()
750 ::sal_Bool SAL_CALL SVTXGridControl::hasSelectedRows() throw (RuntimeException) in hasSelectedRows()
761 ::sal_Bool SAL_CALL SVTXGridControl::isRowSelected( ::sal_Int32 index ) throw (RuntimeException) in isRowSelected()
772 void SVTXGridControl::dispose() throw(RuntimeException) in dispose()
781 void SVTXGridControl::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
858 void SVTXGridControl::setEnable( sal_Bool bEnable ) throw(::com::sun::star::uno::RuntimeException) in setEnable()
872 void SVTXGridControl::ImplCallItemListeners() in ImplCallItemListeners()
891 void SVTXGridControl::impl_updateColumnsFromModel_nothrow() in impl_updateColumnsFromModel_nothrow()