Home
last modified time | relevance | path

Searched refs:fusionStorage (Results 1 – 4 of 4) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/
H A DCellStorage.cpp76 , fusionStorage(new FusionStorage(sheet->map())) in Private()
99 , fusionStorage(new FusionStorage(*other.fusionStorage)) in Private()
121 delete fusionStorage; in ~Private()
141 FusionStorage* fusionStorage; member in CellStorage::Private
754 d->fusionStorage->insert(Region(pair.first.toRect()), false); in mergeCells()
1202 QList< QPair<QRectF, bool> > fusions = d->fusionStorage->removeShiftLeft(rect); in removeShiftLeft()
1325 QList< QPair<QRectF, bool> > fusions = d->fusionStorage->removeShiftUp(rect); in removeShiftUp()
1583 max = qMax(max, d->fusionStorage->usedArea().right()); in columns()
1604 max = qMax(max, d->fusionStorage->usedArea().bottom()); in rows()
1649 const FusionStorage* CellStorage::fusionStorage() const in fusionStorage() function in CellStorage
[all …]
H A DSheet.h408 const FusionStorage* fusionStorage() const;
H A DCellStorage.h380 const FusionStorage* fusionStorage() const;
H A DSheet.cpp459 const FusionStorage* Sheet::fusionStorage() const in fusionStorage() function in Calligra::Sheets::Sheet
461 return d->cellStorage->fusionStorage(); in fusionStorage()