Home
last modified time | relevance | path

Searched refs:getRowCount (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java73 …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 …]
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx94 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 Dsvdotable.cxx240 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 Dtablecontroller.cxx523 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 Dcellcursor.cxx115 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 Daccessibletableshape.cxx130 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 Dtablerows.cxx101 return mxTableModel->getRowCount(); in getCount()
127 return mxTableModel->getRowCount() != 0; in hasElements()
H A Dtablemodel.cxx228 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 Dcellrange.cxx110 const sal_Int32 nMaxRows = (mnBottom == -1) ? mxTable->getRowCount() : mnBottom; in getCellRangeByPosition()
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx617 …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 DInternalData.cxx351 insertRow( getRowCount() - 1 ); in appendRow()
352 return getRowCount() - 1; in appendRow()
471 sal_Int32 InternalData::getRowCount() const in getRowCount() function in chart::InternalData
/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx89 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 Ddefaultgriddatamodel.cxx97 …::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()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx110 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 Dtablecontrol.cxx236 … ENSURE_OR_RETURN_VOID( ( i_rowIndex >= 0 ) && ( i_rowIndex < m_pImpl->getModel()->getRowCount() ), in SelectRow()
591 return GetModel()->getRowCount(); in GetRowCount()
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java388 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()
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java115 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 DVersion.java88 if (tableModel.getRowCount() == 0) in initComponents()
310 public int getRowCount() { in getRowCount() method in MyTableModel
319 if (row < 0 || row > getRowCount() || in getValueAt()
/trunk/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx191 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()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2501 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 …]
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1080 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
/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java118 for ( int n = 0; n < aTable.getRowCount() ; n++ ){ in clearAllRows()
132 for ( int n = 1; n < recTable.getRowCount() ; n++ ){ in updateData()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DDataSource.java37 int getRowCount() throws DataSourceException; in getRowCount() method
/trunk/main/xmlsecurity/tools/uno/
H A DUnsolvedReferenceTableModel.java50 public int getRowCount() in getRowCount() method in UnsolvedReferenceTableModel
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarReportData.java46 this.rowCount = dataSource.getRowCount(); in StarReportData()

Completed in 203 milliseconds

123