| 184 | } |
| 185 | |
| 186 | Worksheet::ExportArea ExportWorksheetDialog::exportArea() const { |
| 187 | return Worksheet::ExportArea(ui->cbExportArea->currentData().toInt()); |
| 188 | } |
| 189 | |
| 190 | bool ExportWorksheetDialog::exportBackground() const { |
| 191 | return ui->chkExportBackground->isChecked(); |