Lines Matching refs:nColCount
146 const sal_Int32 nColCount = xSourceTable->getColumnCountImpl(); in TableModel() local
149 init( nColCount, nRowCount ); in TableModel()
155 sal_Int32 nColumns = nColCount; in TableModel()
160 for( sal_Int32 nCol = 0; nCol < nColCount; ++nCol ) in TableModel()
640 const sal_Int32 nColCount = getColumnCountImpl(); in notifyModification() local
644 …fprintf( file, "<table columns=\"%ld\" rows=\"%ld\" updated=\"%s\">\n\r", nColCount, nRowCount, mb… in notifyModification()
646 for( sal_Int32 nCol = 0; nCol < nColCount; ++nCol ) in notifyModification()
655 for( sal_Int32 nCol = 0; nCol < nColCount; ++nCol ) in notifyModification()
812 sal_Int32 nColCount = getColumnCountImpl(); in removeColumns() local
814 if( mpTableObj && nCount && (nIndex >= 0) && (nIndex < nColCount) ) in removeColumns()
821 if( (nIndex + nCount) > nColCount ) in removeColumns()
822 nCount = nColCount - nIndex; in removeColumns()
854 nColCount = nIndex + nCount + 1; in removeColumns()
859 for( sal_Int32 nCol = 0; nCol < nColCount; ++nCol ) in removeColumns()
933 const sal_Int32 nColCount = getColumnCountImpl(); in insertRows() local
936 TableRowRef xNewRow( new TableRow( this, nIndex+nOffset, nColCount ) ); in insertRows()
952 for( sal_Int32 nCol = 0; nCol < nColCount; ++nCol ) in insertRows()
1017 const sal_Int32 nColCount = getColumnCountImpl(); in removeRows() local
1022 for( sal_Int32 nCol = 0; nCol < nColCount; ++nCol ) in removeRows()