Home
last modified time | relevance | path

Searched refs:lockedCells (Results 1 – 5 of 5) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/
H A DCell.h462 QRect lockedCells() const;
H A DRecalcManager.cpp254 const QRect rect = cells.value(c).lockedCells(); in recalc()
H A DCellStorage.h236 QRect lockedCells(int column, int row) const;
H A DCell.cpp917 QRect Cell::lockedCells() const in lockedCells() function in Cell
919 return sheet()->cellStorage()->lockedCells(d->column, d->row); in lockedCells()
H A DCellStorage.cpp920 QRect CellStorage::lockedCells(int column, int row) const in lockedCells() function in CellStorage