Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ skipEmptyRows
Method
skipEmptyRows
src/frontend/spreadsheet/ExportSpreadsheetDialog.cpp:274–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
bool ExportSpreadsheetDialog::skipEmptyRows() const {
275
return ui->chkEmptyRows->isChecked();
276
}
277
278
bool ExportSpreadsheetDialog::exportSelection() const {
279
return ui->cbLaTeXExport->currentIndex() == 1;
Callers
1
exportView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected