Searched defs:i_rowIndex (Results 1 – 7 of 7) sorted by relevance
/trunk/main/toolkit/source/controls/grid/ |
H A D | defaultgriddatamodel.cxx | 127 …l::RowData& DefaultGridDataModel::impl_getRowDataAccess_throw( sal_Int32 const i_rowIndex, size_t … in impl_getRowDataAccess_throw() 140 …ataModel::impl_getCellDataAccess_throw( sal_Int32 const i_columnIndex, sal_Int32 const i_rowIndex ) in impl_getCellDataAccess_throw() 175 …Sequence< Any > SAL_CALL DefaultGridDataModel::getRowData( ::sal_Int32 i_rowIndex ) throw (IndexOu… in getRowData() 280 …void SAL_CALL DefaultGridDataModel::removeRow( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBoundsExc… in removeRow() 313 …DefaultGridDataModel::updateCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex, const Any… in updateCellData() 327 …::updateRowData( const Sequence< ::sal_Int32 >& i_columnIndexes, ::sal_Int32 i_rowIndex, const Seq… in updateRowData() 367 …void SAL_CALL DefaultGridDataModel::updateRowHeading( ::sal_Int32 i_rowIndex, const Any& i_heading… in updateRowHeading() 384 …aultGridDataModel::updateCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex, const Any… in updateCellToolTip() 391 …void SAL_CALL DefaultGridDataModel::updateRowToolTip( ::sal_Int32 i_rowIndex, const Any& i_value )… in updateRowToolTip()
|
H A D | sortablegriddatamodel.cxx | 635 …void SAL_CALL SortableGridDataModel::removeRow( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBoundsEx… in removeRow() 659 …ortableGridDataModel::updateCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex, const Any… in updateCellData() 672 …::updateRowData( const Sequence< ::sal_Int32 >& i_columnIndexes, ::sal_Int32 i_rowIndex, const Seq… in updateRowData() 685 …void SAL_CALL SortableGridDataModel::updateRowHeading( ::sal_Int32 i_rowIndex, const Any& i_headin… in updateRowHeading() 698 …ableGridDataModel::updateCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex, const Any… in updateCellToolTip() 711 …void SAL_CALL SortableGridDataModel::updateRowToolTip( ::sal_Int32 i_rowIndex, const Any& i_value … in updateRowToolTip() 758 …L SortableGridDataModel::getCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (I… in getCellData() 771 …ortableGridDataModel::getCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (I… in getCellToolTip() 784 …Any SAL_CALL SortableGridDataModel::getRowHeading( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBound… in getRowHeading() 797 …Sequence< Any > SAL_CALL SortableGridDataModel::getRowData( ::sal_Int32 i_rowIndex ) throw (IndexO… in getRowData()
|
H A D | gridcontrol.cxx | 395 void SAL_CALL UnoGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (… in goToCell() 402 void SAL_CALL UnoGridControl::selectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, IndexOut… in selectRow() 414 void SAL_CALL UnoGridControl::deselectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, IndexO… in deselectRow()
|
/trunk/main/svtools/source/uno/ |
H A D | svtxgridcontrol.cxx | 167 void SAL_CALL SVTXGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw … in goToCell() 687 void SAL_CALL SVTXGridControl::selectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, IndexOu… in selectRow() 711 void SAL_CALL SVTXGridControl::deselectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, Index… in deselectRow()
|
/trunk/main/toolkit/qa/complex/toolkit/awtgrid/ |
H A D | TMutableGridDataModel.java | 434 private void impl_assertRowData( final int i_rowIndex ) throws IndexOutOfBoundsException in impl_assertRowData()
|
/trunk/main/svtools/source/table/ |
H A D | tablecontrol.cxx | 234 void TableControl::SelectRow( RowPos const i_rowIndex, bool const i_select ) in SelectRow()
|
H A D | tablecontrol_impl.cxx | 2548 bool TableControl_Impl::markRowAsDeselected( RowPos const i_rowIndex ) in markRowAsDeselected() 2561 bool TableControl_Impl::markRowAsSelected( RowPos const i_rowIndex ) in markRowAsSelected()
|
Completed in 65 milliseconds