| 139 | } |
| 140 | |
| 141 | void WorksheetElement::changeVisibility() { |
| 142 | Q_D(const WorksheetElement); |
| 143 | this->setVisible(!d->isVisible()); |
| 144 | } |
| 145 | |
| 146 | void WorksheetElement::changeLocking() { |
| 147 | this->setLock(!isLocked()); |
nothing calls this directly
no test coverage detected