18 , newRunThrough(runThrough)
19 , newDistanceLeft(distanceLeft)
20 , newDistanceTop(distanceTop)
21 , newDistanceRight(distanceRight)
22 , newDistanceBottom(distanceBottom)
23 , newThreshold(threshold)
25 , oldSide(shape->textRunAroundSide())
26 , oldRunThrough(shape->runThrough())
27 , oldDistanceLeft(shape->textRunAroundDistanceLeft())
28 , oldDistanceTop(shape->textRunAroundDistanceTop())
29 , oldDistanceRight(shape->textRunAroundDistanceRight())
30 , oldDistanceBottom(shape->textRunAroundDistanceBottom())
31 , oldThreshold(shape->textRunAroundThreshold())
32 , oldContour(shape->textRunAroundContour())