/aoo41x/main/toolkit/qa/complex/toolkit/awtgrid/ |
H A D | TMutableGridDataModel.java | 73 …recondition not met: call this directly after testAddRow, please!", 2, m_dataModel.getRowCount() ); in testAddRows() 83 …del's row count is not adjusted when adding rows", m_rowValues.length, m_dataModel.getRowCount() ); in testAddRows() 104 …met: call this directly after testAddRows, please!", expectedRowCount, m_dataModel.getRowCount() ); in testInsertRow() 113 expectedRowCount, m_dataModel.getRowCount() ); in testInsertRow() 166 …t: call this directly after testInsertRow, please!", expectedRowCount, m_dataModel.getRowCount() ); in testInsertRows() 251 …s row count does not reflect the removed row", m_rowValues.length - 1, m_dataModel.getRowCount() ); in testRemoveRow() 264 …m_dataModel, "removeRow", new Object[] { m_dataModel.getRowCount() }, IndexOutOfBoundsException.cl… in testRemoveRow() 289 …tion not met: call this directly after testRemoveAllRows, please!", 0, m_dataModel.getRowCount() ); in testUpdateCellData() 322 … new Object[] { 0, m_dataModel.getRowCount(), "text" }, IndexOutOfBoundsException.class ); in testUpdateCellData() 412 final int rowCount = m_dataModel.getRowCount(); in impl_getCurrentData() [all …]
|
/aoo41x/main/svx/source/table/ |
H A D | tablelayouter.cxx | 94 sal_Int32 nRowCount = getRowCount(); in getCellSize() 245 if( (nEdgeY >= 0) && (nEdgeY <= getRowCount() ) ) in getHorizontalEdge() 248 if( nEdgeY == getRowCount() ) in getHorizontalEdge() 253 if( (nEdgeY > 0) && (nEdgeY <= getRowCount() ) ) in getHorizontalEdge() 542 const sal_Int32 nRowCount = getRowCount(); in LayoutTableWidth() 695 const sal_Int32 nRowCount = getRowCount(); in LayoutTableHeight() 847 const sal_Int32 nRowCount = mxTable->getRowCount(); in LayoutTable() 876 const sal_Int32 nRowCount = getRowCount(); in updateCells() 1021 const sal_Int32 nRowCount = getRowCount() + 1; in ResizeBorderLayout() 1041 const sal_Int32 nRowCount = getRowCount(); in UpdateBorderLayout() [all …]
|
H A D | svdotable.cxx | 240 sal_Int32 getRowCount() const; 374 const sal_Int32 nRowCount = getRowCount(); in ApplyCellStyles() 480 if( (nEdge >= 0) && (nEdge < getRowCount()) ) in DragEdge() 544 if(maEditPos.mnRow >= getRowCount()) in update() 545 maEditPos.mnRow = getRowCount()-1; in update() 642 sal_Int32 SdrTableObjImpl::getRowCount() const in getRowCount() function in sdr::table::SdrTableObjImpl 644 return mxTable.is() ? mxTable->getRowCount() : 0; in getRowCount() 803 aPos.mnRow = mpImpl->getRowCount()-1; in getLastCell() 964 aPos.mnRow = mpImpl->mxTable->getRowCount()-1; in getPreviousRow() 1584 sal_Int32 SdrTableObj::getRowCount() const in getRowCount() function in sdr::table::SdrTableObj [all …]
|
H A D | tablecontroller.cxx | 523 aStart.mnRow = mxTable->getRowCount() - 1; in onInsert() 568 aEnd.mnRow = mxTable->getRowCount() - 1; in onInsert() 655 if( nRemovedRows == mxTable->getRowCount() ) in onDelete() 681 const sal_Int32 nRowCount = mxTable->getRowCount(); in onSelect() 1071 aEnd.mnRow += mxTable->getRowCount() - nRowCount; in SplitMarkedCells() 1634 if( rPos.mnRow >= mxTable->getRowCount() ) in checkCell() 1635 rPos.mnRow = mxTable->getRowCount()-1; in checkCell() 1853 rLast.mnRow = mxTable->getRowCount()-1; in getSelectedCells() 2469 sal_Int32 nPasteRows = xPasteTable->getRowCount(); in PasteObject() 2478 sal_Int32 nRows = mxTable->getRowCount(); in PasteObject() [all …]
|
H A D | cellcursor.cxx | 115 if( mnTop >= mxTable->getRowCount() ) in gotoNext() 165 if( (nTop >= 0) && (nTop < mxTable->getRowCount()) ) in gotoOffset() 292 const sal_Int32 nRowCount = mxTable->getRowCount(); in split_column() 396 const sal_Int32 nRowCount = mxTable->getRowCount(); in split_horizontal()
|
H A D | tablerows.cxx | 101 return mxTableModel->getRowCount(); in getCount() 127 return mxTableModel->getRowCount() != 0; in hasElements()
|
H A D | accessibletableshape.cxx | 130 mRowCount = mxTable->getRowCount(); in init() 213 if( rnRow < mxTable->getRowCount() ) in getColumnAndRow() 231 const sal_Int32 nRowCount = mxTable->getRowCount(); in modified() 429 …return mxImpl->mxTable.is() ? mxImpl->mxTable->getRowCount() * mxImpl->mxTable->getColumnCount() :… in getAccessibleChildCount() 471 return mxImpl->mxTable.is() ? mxImpl->mxTable->getRowCount() : 0; in getAccessibleRowCount() 1077 …ble.is() && (nCol < mxImpl->mxTable->getColumnCount()) && (nRow < mxImpl->mxTable->getRowCount()) ) in checkCellPosition()
|
H A D | tablemodel.cxx | 228 return getRowCount(); in getBottom() 338 sal_Int32 SAL_CALL TableModel::getRowCount() throw (RuntimeException) in getRowCount() function in sdr::table::TableModel 1197 if( (nLastRow > getRowCount()) || (nLastCol > getRowCount() ) ) in merge()
|
H A D | cellrange.cxx | 110 const sal_Int32 nMaxRows = (mnBottom == -1) ? mxTable->getRowCount() : mnBottom; in getCellRangeByPosition()
|
/aoo41x/main/chart2/source/tools/ |
H A D | InternalDataProvider.cxx | 617 …al_Int32 nCount = (bUseColumns ? m_aInternalData.getColumnCount() : m_aInternalData.getRowCount()); in createDataSource() 712 : m_aInternalData.getRowCount()) - 1; in createDataSequenceByRangeRepresentation() 746 … = (nIndex < (m_bDataInColumns ? m_aInternalData.getColumnCount(): m_aInternalData.getRowCount())); in hasDataByRangeRepresentation() 907 lcl_increaseMapReferences( nAfterIndex + 1, m_aInternalData.getRowCount()); in insertSequence() 924 lcl_decreaseMapReferences( nAtIndex + 1, m_aInternalData.getRowCount()); in deleteSequence() 985 nMaxRep = m_aInternalData.getRowCount(); in insertDataPointForAllSequences() 1009 nMaxRep = m_aInternalData.getRowCount(); in deleteDataPointForAllSequences() 1030 : m_aInternalData.getRowCount()); in swapDataPointWithNextOneForAllSequences() 1070 aRange.aLowerRight.nRow = m_aInternalData.getRowCount(); in convertRangeToXML() 1103 aRange.aLowerRight.nRow = m_aInternalData.getRowCount(); in convertRangeToXML() [all …]
|
H A D | InternalData.cxx | 351 insertRow( getRowCount() - 1 ); in appendRow() 352 return getRowCount() - 1; in appendRow() 471 sal_Int32 InternalData::getRowCount() const in getRowCount() function in chart::InternalData
|
/aoo41x/main/toolkit/source/controls/grid/ |
H A D | sortablegriddatamodel.cxx | 89 if ( m_publicToPrivateRowIndex.size() != size_t( m_delegator->getRowCount() ) ) in checkInvariants() 345 GridDataEvent const aAdditionEvent( *this, -1, -1, 0, m_delegator->getRowCount() - 1 ); in impl_rebuildIndexesAndNotify() 481 ::sal_Int32 const rowCount( getRowCount() ); in impl_reIndex_nothrow() 612 …::sal_Int32 const rowIndex = i_index == getRowCount() ? i_index : impl_getPrivateRowIndex_throw( i… in insertRow() 626 …::sal_Int32 const rowIndex = i_index == getRowCount() ? i_index : impl_getPrivateRowIndex_throw( i… in insertRows() 736 ::sal_Int32 SAL_CALL SortableGridDataModel::getRowCount() throw (RuntimeException) in getRowCount() function in toolkit::SortableGridDataModel 743 return delegator->getRowCount(); in getRowCount() 864 if ( ( i_publicRowIndex < 0 ) || ( i_publicRowIndex >= m_delegator->getRowCount() ) ) in impl_getPrivateRowIndex_throw()
|
H A D | defaultgriddatamodel.cxx | 97 …::sal_Int32 SAL_CALL DefaultGridDataModel::getRowCount() throw (::com::sun::star::uno::RuntimeExce… in getRowCount() function in toolkit::DefaultGridDataModel 208 insertRow( getRowCount(), i_heading, i_data ); in addRow() 214 insertRows( getRowCount(), i_headings, i_data ); in addRows()
|
/aoo41x/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 110 virtual TableSize getRowCount() const in getRowCount() function in svt::table::EmptyTableModel 317 if ( m_pModel->getRowCount() != m_nRowCount ) in impl_checkInvariants() 340 if ( m_aSelectedRows.size() > size_t( m_pModel->getRowCount() ) ) in impl_checkInvariants() 549 m_nRowCount = m_pModel->getRowCount(); in rowsInserted() 605 m_nRowCount = m_pModel->getRowCount(); in rowsRemoved() 820 m_nRowCount = m_pModel->getRowCount(); in impl_ni_updateCachedModelValues() 1438 m_nRowCount = m_pModel->getRowCount(); in doPaintContent() 2544 return row < m_pModel->getRowCount() ? row : ROW_INVALID; in impl_getRowForAbscissa() 2610 if ( m_aSelectedRows.size() == size_t( m_pModel->getRowCount() ) ) in markAllRowsAsSelected() 2613 for ( TableSize row = 0; row < m_pModel->getRowCount(); ++row ) in markAllRowsAsSelected() [all …]
|
H A D | tablecontrol.cxx | 236 … ENSURE_OR_RETURN_VOID( ( i_rowIndex >= 0 ) && ( i_rowIndex < m_pImpl->getModel()->getRowCount() ), in SelectRow() 591 return GetModel()->getRowCount(); in GetRowCount()
|
/aoo41x/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 388 assertEquals( rowCount, m_dataModel.getRowCount() ); in testSortableDataModel() 470 …assertEquals( "wrong 'current row' (2)", dataModel.getRowCount() - 1, gridControl.getCurrentRow() … in testView() 552 …s( "data model comparison: wrong row counts", i_reference.getRowCount(), i_compare.getRowCount() ); in impl_assertEquality() 554 for ( int row = 0; row < i_reference.getRowCount(); ++row ) in impl_assertEquality() 558 for ( int col = 0; col < i_reference.getRowCount(); ++col ) in impl_assertEquality()
|
/aoo41x/main/scripting/workben/installer/ |
H A D | IdeVersion.java | 115 if (tableModel.getRowCount() == 0) in initComponents() 319 public int getRowCount() { in getRowCount() method in MyTableModelIDE 328 if (row < 0 || row > getRowCount() || in getValueAt()
|
H A D | Version.java | 88 if (tableModel.getRowCount() == 0) in initComponents() 310 public int getRowCount() { in getRowCount() method in MyTableModel 319 if (row < 0 || row > getRowCount() || in getValueAt()
|
/aoo41x/main/svtools/source/uno/ |
H A D | unocontroltablemodel.cxx | 191 TableSize UnoControlTableModel::getRowCount() const in getRowCount() function in svt::table::UnoControlTableModel 200 nRowCount = xDataModel->getRowCount(); in getRowCount() 943 RowPos const lastRow = i_event.FirstRow == -1 ? getRowCount() - 1 : i_event.LastRow; in notifyDataChanged() 964 (*loop)->cellsUpdated( 0, getColumnCount() - 1, 0, getRowCount() - 1 ); in notifyAllDataChanged()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 2501 sal_Int16 nRowCount = getRowCount(); in getDataArray() 2627 sal_Int16 nRowCount = getRowCount(); in getData() 2669 sal_Int16 nRowCount = getRowCount(); in setData() 2716 sal_Int16 nRowCount = getRowCount(); in getRowDescriptions() 2759 sal_Int16 nRowCount = getRowCount(); in setRowDescriptions() 4109 sal_Int16 nRowCount = getRowCount(); in getDataArray() 4171 sal_Int16 nRowCount = getRowCount(); in setDataArray() 4233 sal_Int16 nRowCount = getRowCount(); in getData() 4273 sal_Int16 nRowCount = getRowCount(); in setData() 4316 sal_Int16 nRowCount = getRowCount(); in getRowDescriptions() [all …]
|
/aoo41x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 1080 int rowsCount = getRowCount(UnoRuntime.queryInterface(XTextTable.class, table)); in write() 1226 int rows = getRowCount(table); in Topics() 1314 int rows = getRowCount(table); in write2() 1655 public static int getRowCount(XTextTable table) in getRowCount() method in AgendaTemplate
|
/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/ |
H A D | EditorController.java | 118 for ( int n = 0; n < aTable.getRowCount() ; n++ ){ in clearAllRows() 132 for ( int n = 1; n < recTable.getRowCount() ; n++ ){ in updateData()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/ |
H A D | DataSource.java | 37 int getRowCount() throws DataSourceException; in getRowCount() method
|
/aoo41x/main/xmlsecurity/tools/uno/ |
H A D | UnsolvedReferenceTableModel.java | 50 public int getRowCount() in getRowCount() method in UnsolvedReferenceTableModel
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | StarReportData.java | 46 this.rowCount = dataSource.getRowCount(); in StarReportData()
|