| 280 | } |
| 281 | |
| 282 | bool ExportSpreadsheetDialog::entireSpreadheet() const { |
| 283 | return ui->cbLaTeXExport->currentIndex() == 0; |
| 284 | } |
| 285 | |
| 286 | bool ExportSpreadsheetDialog::matrixHorizontalHeader() const { |
| 287 | return ui->chkMatrixHHeader->isChecked(); |
no test coverage detected