Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx479 …bool SortableGridDataModel::impl_reIndex_nothrow( ::sal_Int32 const i_columnIndex, sal_Bool const … in impl_reIndex_nothrow() argument
491 aColumnData[ rowIndex ] = m_delegator->getCellData( i_columnIndex, rowIndex ); in impl_reIndex_nothrow()
530 if ( ( i_columnIndex < 0 ) || ( i_columnIndex >= getColumnCount() ) ) in sortByColumn()
533 if ( !impl_reIndex_nothrow( i_columnIndex, i_sortAscending ) ) in sortByColumn()
536 m_currentSortColumn = i_columnIndex; in sortByColumn()
668 delegator->updateCellData( i_columnIndex, rowIndex, i_value ); in updateCellData()
707 delegator->updateCellToolTip( i_columnIndex, rowIndex, i_value ); in updateCellToolTip()
758 …Any SAL_CALL SortableGridDataModel::getCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex… in getCellData() argument
767 return delegator->getCellData( i_columnIndex, rowIndex ); in getCellData()
771 …Any SAL_CALL SortableGridDataModel::getCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIn… in getCellToolTip() argument
[all …]
H A Ddefaultgriddatamodel.cxx140 …& DefaultGridDataModel::impl_getCellDataAccess_throw( sal_Int32 const i_columnIndex, sal_Int32 con… in impl_getCellDataAccess_throw() argument
142 if ( ( i_columnIndex < 0 ) || ( i_columnIndex >= m_nColumnCount ) ) in impl_getCellDataAccess_throw()
145 RowData& rRowData( impl_getRowDataAccess_throw( i_rowIndex, size_t( i_columnIndex + 1 ) ) ); in impl_getCellDataAccess_throw()
146 return rRowData[ i_columnIndex ]; in impl_getCellDataAccess_throw()
313 …void SAL_CALL DefaultGridDataModel::updateCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIn… in updateCellData() argument
317 impl_getCellDataAccess_throw( i_columnIndex, i_rowIndex ).first = i_value; in updateCellData()
320 GridDataEvent( *this, i_columnIndex, i_columnIndex, i_rowIndex, i_rowIndex ), in updateCellData()
384 …void SAL_CALL DefaultGridDataModel::updateCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_ro… in updateCellToolTip() argument
387 impl_getCellDataAccess_throw( i_columnIndex, i_rowIndex ).second = i_value; in updateCellToolTip()
H A Ddefaultgridcolumnmodel.cxx159 …void SAL_CALL DefaultGridColumnModel::removeColumn( ::sal_Int32 i_columnIndex ) throw (RuntimeExc… in removeColumn() argument
163 if ( ( i_columnIndex < 0 ) || ( size_t( i_columnIndex ) >= m_aColumns.size() ) ) in removeColumn()
166 Columns::iterator const pos = m_aColumns.begin() + i_columnIndex; in removeColumn()
171 sal_Int32 columnIndex( i_columnIndex ); in removeColumn()
185 aEvent.Accessor <<= i_columnIndex; in removeColumn()
H A Ddefaultgriddatamodel.hxx110 …CellData const & impl_getCellData_throw( sal_Int32 const i_columnIndex, sal_Int32 const i_rowIn…
111 …CellData& impl_getCellDataAccess_throw( sal_Int32 const i_columnIndex, sal_Int32 const i…
H A Dgridcontrol.cxx395 void SAL_CALL UnoGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (… in goToCell() argument
398 xGrid->goToCell( i_columnIndex, i_rowIndex ); in goToCell()
H A Ddefaultgridcolumnmodel.hxx65 …virtual void SAL_CALL removeColumn( ::sal_Int32 i_columnIndex ) throw (::com::sun::star::uno::Run…
H A Dgridcontrol.hxx102 …virtual void SAL_CALL goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (::com::…
H A Dsortablegriddatamodel.hxx158 … bool impl_reIndex_nothrow( ::sal_Int32 const i_columnIndex, sal_Bool const i_sortAscending );
/trunk/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java196 RowSetColumnValueGetter( final int i_columnIndex ) in RowSetColumnValueGetter() argument
198 m_columnIndex = i_columnIndex; in RowSetColumnValueGetter()
206 RowSetIntGetter( final int i_columnIndex ) in RowSetIntGetter() argument
208 super( i_columnIndex ); in RowSetIntGetter()
219 RowSetDateGetter( final int i_columnIndex ) in RowSetDateGetter() argument
221 super( i_columnIndex ); in RowSetDateGetter()
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx105 …olumnIndex_throw( ::svt::table::TableControl const & i_table, sal_Int32 const i_columnIndex ) const in impl_checkColumnIndex_throw()
107 if ( ( i_columnIndex < 0 ) || ( i_columnIndex >= i_table.GetColumnCount() ) ) in impl_checkColumnIndex_throw()
167 void SAL_CALL SVTXGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw … in goToCell() argument
174 impl_checkColumnIndex_throw( *pTable, i_columnIndex ); in goToCell()
177 pTable->GoTo( i_columnIndex, i_rowIndex ); in goToCell()
H A Dsvtxgridcontrol.hxx89 …virtual void SAL_CALL goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (::com::…
120 …lumnIndex_throw( ::svt::table::TableControl const & i_table, sal_Int32 const i_columnIndex ) const;

Completed in 51 milliseconds