Lines Matching refs:getRowCount
434 if( !mxTable.is() || !hasSelectedCells() || (mxTable->getRowCount() <= 1) ) in GetState()
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()
869 const sal_Int32 nRowCount = mxTable->getRowCount(); in SetTableStyle()
1040 const sal_Int32 nRowCount = mxTable->getRowCount(); in SplitMarkedCells()
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()
1905 CellPos aPos1, aPos2( mxTable->getColumnCount()-1, mxTable->getRowCount()-1 ); in selectAll()
2215 const sal_Int32 nRowCount = mxTable->getRowCount(); in ApplyBorderAttr()
2469 sal_Int32 nPasteRows = xPasteTable->getRowCount(); in PasteObject()
2478 sal_Int32 nRows = mxTable->getRowCount(); in PasteObject()
2485 nRows = mxTable->getRowCount(); in PasteObject()
2628 CellPos aStart( column, 0 ), aEnd( column, mxTable->getRowCount() - 1 ); in selectColumn()
2646 CellPos aStart( column, 0 ), aEnd( column, mxTable->getRowCount() - 1 ); in deselectColumn()
2668 …(nColumn >= aFirstPos.mnCol && nColumn <= aLastPos.mnCol) && (mxTable->getRowCount() - 1 == aLastP… in isColumnSelected()