Home
last modified time | relevance | path

Searched refs:getRowCountImpl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/table/
H A Dtablemodel.cxx147 const sal_Int32 nRowCount = xSourceTable->getRowCountImpl(); in TableModel()
275 sal_Int32 nRows = getRowCountImpl(); in UndoInsertColumns()
300 sal_Int32 nRows = getRowCountImpl(); in UndoRemoveColumns()
341 return getRowCountImpl(); in getRowCount()
459 … nLeft) && (nBottom >= nTop) && (nRight < getColumnCountImpl()) && (nBottom < getRowCountImpl() ) ) in getCellRangeByPosition()
542 sal_Int32 TableModel::getRowCountImpl() const in getRowCountImpl() function in sdr::table::TableModel
641 const sal_Int32 nRowCount = getRowCountImpl(); in notifyModification()
686 … if( ((nRow >= 0) && (nRow < getRowCountImpl())) && (nCol >= 0) && (nCol < getColumnCountImpl()) ) in getCell()
740 sal_Int32 nRows = getRowCountImpl(); in insertColumns()
760 nRows = getRowCountImpl(); in insertColumns()
[all …]
H A Dtablemodel.hxx155 sal_Int32 getRowCountImpl() const;