| /AOO41X/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() 495 … if ( ( dataType.getTypeClass() == TypeClass_VOID ) && aColumnData[ rowIndex ].hasValue() ) in impl_reIndex_nothrow() 496 dataType = aColumnData[ rowIndex ].getValueType(); in impl_reIndex_nothrow() 612 …::sal_Int32 const rowIndex = i_index == getRowCount() ? i_index : impl_getPrivateRowIndex_throw( i… in insertRow() 617 delegator->insertRow( rowIndex, i_heading, i_data ); in insertRow() 626 …::sal_Int32 const rowIndex = i_index == getRowCount() ? i_index : impl_getPrivateRowIndex_throw( i… in insertRows() 631 delegator->insertRows( rowIndex, i_headings, i_data ); in insertRows() 640 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in removeRow() [all …]
|
| /AOO41X/main/migrationanalysis/src/driver_docs/sources/ |
| H A D | AnalysisDriver.bas | 1244 Dim rowIndex As Long variable 1245 rowIndex = row + mDocPropRowOffset 1248 SetWorksheetCellValueToString wsPgStats, rowIndex, CDOCINFONAME, fileName 1249 … SetWorksheetCellValueToString wsPgStats, rowIndex, CDOCINFOAPPLICATION, aAnalysis.Application 1250 SetWorksheetCellValueToString wsPgStats, rowIndex, CDOCINFONAMEANDPATH, aAnalysis.name 1256 SetWorksheetCellValueToString wsPgStats, rowIndex, CDOCINFONAME, fileName 1257 … SetWorksheetCellValueToString wsPgStats, rowIndex, CDOCINFOAPPLICATION, aAnalysis.Application 1259 … SetWorksheetCellValueToLong wsPgStats, rowIndex, CDOCINFODOCISSUECOSTS, aAnalysis.DocIssuesCosts 1260 …SetWorksheetCellValueToLong wsPgStats, rowIndex, CDOCINFOPREPARABLEISSUECOSTS, aAnalysis.Preparabl… 1261 … SetWorksheetCellValueToLong wsPgStats, rowIndex, CDOCINFOMACROISSUECOSTS, aAnalysis.MacroCosts [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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
|