Results 1 issues of Jakub

The issue was the calling of `WTableRow::rowNum()` for every added cell, which iterated over the whole table. The methods `WTableRow::createCell()`, `WTableRow::insertColumn()` and `WTableRow::expand()` got the new row argument defaulting to...