Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/sheets/
H A DSheet.cpp684 sheet->changeNameCellRef(QPoint(rect.left(), i), false, in insertShiftRight()
695 sheet->changeNameCellRef(QPoint(i, rect.top()), false, in insertShiftDown()
706 sheet->changeNameCellRef(QPoint(i, rect.top()), false, in removeShiftUp()
717 sheet->changeNameCellRef(QPoint(rect.left(), i), false, in removeShiftLeft()
736 sheet->changeNameCellRef(QPoint(col, 1), true, in insertColumns()
749 sheet->changeNameCellRef(QPoint(1, row), true, in insertRows()
769 sheet->changeNameCellRef(QPoint(col, 1), true, in removeColumns()
782 sheet->changeNameCellRef(QPoint(1, row), true, in removeRows()
912 void Sheet::changeNameCellRef(const QPoint& pos, bool fullRowOrColumn, ChangeRef ref, in changeNameCellRef() function in Calligra::Sheets::Sheet
H A DSheet.h653 void changeNameCellRef(const QPoint& pos, bool fullRowOrColumn, ChangeRef ref,