Lines Matching refs:nRowCount
147 const sal_Int32 nRowCount = xSourceTable->getRowCountImpl(); in TableModel() local
149 init( nColCount, nRowCount ); in TableModel()
151 sal_Int32 nRows = nRowCount; in TableModel()
162 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in TableModel()
641 const sal_Int32 nRowCount = getRowCountImpl(); in notifyModification() local
644 …, "<table columns=\"%ld\" rows=\"%ld\" updated=\"%s\">\n\r", nColCount, nRowCount, mbNotifyPending… in notifyModification()
652 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in notifyModification()
774 const sal_Int32 nRowCount = getRowCountImpl(); in insertColumns() local
778 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in insertColumns()
856 const sal_Int32 nRowCount = getRowCountImpl(); in removeColumns() local
861 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in removeColumns()
985 sal_Int32 nRowCount = getRowCountImpl(); in removeRows() local
987 if( mpTableObj && nCount && (nIndex >= 0) && (nIndex < nRowCount) ) in removeRows()
997 if( (nIndex + nCount) > nRowCount ) in removeRows()
998 nCount = nRowCount - nIndex; in removeRows()
1015 nRowCount = nIndex + nCount + 1; in removeRows()
1020 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in removeRows()