Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/sheets/dialogs/
H A DConsolidateDialog.cpp138 Sheet *const destinationSheet = d->selection->activeSheet(); in accept() local
148 const Region region(address, map, destinationSheet); in accept()
219 if (sheet == destinationSheet && range.intersects(destinationRange)) { in accept()
273 if (sheet == destinationSheet && range.intersects(destinationRange)) { in accept()
284 d->setContent(destinationSheet, dy, dx + col, columnHeader, command); in accept()
297 const bool fullName = sheet != destinationSheet; in accept()
328 if (sheet == destinationSheet && range.intersects(destinationRange)) { in accept()
339 d->setContent(destinationSheet, dy + row, dx, rowHeader, command); in accept()
352 const bool fullName = sheet != destinationSheet; in accept()
399 if (sheet == destinationSheet && range.intersects(destinationRange)) { in accept()
[all …]