Comment 11 for bug 1342175

Revision history for this message
In , Gquigs+bugs (gquigs+bugs) wrote :

This call in (table6.cxx)
aCol[nCol].SetString(nRow, nTab, aString, pDocument->GetAddressConvention()); is very slow, and appears to be further to the cause...

Also in a ReplaceAll, for an reason I don't understand SetString is also called somewhere here:
ScAddress aAdr( nCol, nRow, nTab );
aCell.commit(*pUndoDoc, aAdr);