Spreadsheet: add a few context menu options
This commit is contained in:
@@ -792,6 +792,12 @@ void Sheet::touchCells(Range range) {
|
||||
}while(range.next());
|
||||
}
|
||||
|
||||
void Sheet::recomputeCells(Range range) {
|
||||
do {
|
||||
recomputeCell(*range);
|
||||
}while(range.next());
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Recompute cell at address \a p.
|
||||
* @param p Address of cell.
|
||||
|
||||
Reference in New Issue
Block a user