| 260 | } |
| 261 | |
| 262 | bool ExportSpreadsheetDialog::captions() const { |
| 263 | return ui->chkCaptions->isChecked(); |
| 264 | } |
| 265 | |
| 266 | bool ExportSpreadsheetDialog::exportLatexHeader() const { |
| 267 | return ui->chkHeaders->isChecked(); |
no outgoing calls
no test coverage detected