| 180 | } |
| 181 | |
| 182 | Worksheet::ExportFormat ExportWorksheetDialog::exportFormat() const { |
| 183 | return static_cast<Worksheet::ExportFormat>(ui->cbFormat->currentData().toInt()); |
| 184 | } |
| 185 | |
| 186 | Worksheet::ExportArea ExportWorksheetDialog::exportArea() const { |
| 187 | return Worksheet::ExportArea(ui->cbExportArea->currentData().toInt()); |
no outgoing calls
no test coverage detected