Searched refs:rowIndex (Results 1 – 9 of 9) sorted by relevance
/trunk/main/toolkit/source/controls/grid/ |
H A D | sortablegriddatamodel.cxx | 489 for ( ::sal_Int32 rowIndex = 0; rowIndex < rowCount; ++rowIndex ) in impl_reIndex_nothrow() 491 aColumnData[ rowIndex ] = m_delegator->getCellData( i_columnIndex, rowIndex ); in impl_reIndex_nothrow() 492 aPublicToPrivate[ rowIndex ] = rowIndex; in impl_reIndex_nothrow() 617 delegator->insertRow( rowIndex, i_heading, i_data ); in insertRow() 631 delegator->insertRows( rowIndex, i_headings, i_data ); in insertRows() 644 delegator->removeRow( rowIndex ); in removeRow() 694 delegator->updateRowHeading( rowIndex, i_heading ); in updateRowHeading() 720 delegator->updateRowToolTip( rowIndex, i_value ); in updateRowToolTip() 767 return delegator->getCellData( i_columnIndex, rowIndex ); in getCellData() 793 return delegator->getRowHeading( rowIndex ); in getRowHeading() [all …]
|
/trunk/main/migrationanalysis/src/driver_docs/sources/ |
H A D | AnalysisDriver.bas | 1244 Dim rowIndex As Long variable 1245 rowIndex = row + mDocPropRowOffset 1392 Dim rowIndex As Long variable 1396 rowIndex = DetailsRow 1421 rowIndex = rowIndex + 1 1705 Dim rowIndex As Long variable 1706 rowIndex = DetailsRow 1715 rowIndex = rowIndex + 1 1720 WriteDocRefDetails = rowIndex 1783 " : rowIndex " & rowIndex & ": " & _ [all …]
|
/trunk/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 409 for ( int rowIndex = 0; rowIndex < rowCount - 1; ++rowIndex ) in testSortableDataModel() 411 final Object currentValue = m_dataModel.getCellData( colIndex, rowIndex ); in testSortableDataModel() 413 final Object nextValue = m_dataModel.getCellData( colIndex, rowIndex + 1 ); in testSortableDataModel() 415 …assertTrue( "data in row " + rowIndex + " is actually not sorted " + ( ascending ? "ascending" : "… in testSortableDataModel() 420 final Object rowHeading = m_dataModel.getRowHeading( rowIndex ); in testSortableDataModel() 424 …assertEquals( "sorted row " + rowIndex + ", unsorted row " + unsortedRowIndex + ", col " + innerCo… in testSortableDataModel() 426 … data[unsortedRowIndex][innerColIndex], m_dataModel.getCellData( innerColIndex, rowIndex ) ); in testSortableDataModel()
|
/trunk/main/xmloff/source/table/ |
H A D | XMLTableExport.cxx | 347 for ( sal_Int32 rowIndex = 0; rowIndex < rowCount; rowIndex++ ) in exportTable() local 350 Reference< XCellRange > xCellRange( xIndexAccess->getByIndex(rowIndex), UNO_QUERY_THROW ); in exportTable() 362 sDefaultCellStyle = pTableInfo->maDefaultRowCellStyles[rowIndex]; in exportTable()
|
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccTable.h | 145 STDMETHOD(get_rowIndex)(long childIndex, long * rowIndex); 147 STDMETHOD(get_childIndex)(long rowIndex,long columnIndex, long * childIndex);
|
H A D | AccTable.cpp | 922 STDMETHODIMP CAccTable::get_rowIndex(long childIndex, long * rowIndex) in get_rowIndex() argument 930 if(rowIndex == NULL) in get_rowIndex() 937 *rowIndex = GetXInterface()->getAccessibleRow(childIndex); in get_rowIndex()
|
/trunk/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 1079 int rowIndex = getRowIndex(cursor); in write() local 1087 if (rowsCount >= rowIndex) in write() 1089 removeTableRows(table, rowIndex - 1, (rowsCount - rowIndex) + 1); in write()
|
/trunk/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 2893 RowPos const rowIndex = m_pTableControl->getSelectedRowIndex(i); in DeselectAll() local 2894 m_pTableControl->invalidateRow( rowIndex ); in DeselectAll()
|
/trunk/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 3777 will return the child index which then can be used when calling IAccessibleTable::rowIndex 3836 @param [in] rowIndex 3851 [in] long rowIndex, 4036 @param [out] rowIndex 4041 [propget] HRESULT rowIndex 4044 [out, retval] long *rowIndex 4778 @param [out] rowIndex 4783 [propget] HRESULT rowIndex 4785 [out, retval] long *rowIndex
|
Completed in 100 milliseconds