Searched refs:pasteLines (Results 1 – 1 of 1) sorted by relevance
3474 const auto pasteLines = s.splitRef(QLatin1Char('\n')); in paste() local3477 … int endColumn = (pasteLines.count() == 1 ? pos.column() : 0) + pasteLines.last().length(); in paste()3478 removeText(KTextEditor::Range(pos, pos.line() + pasteLines.count() - 1, endColumn)); in paste()3480 int maxi = qMin(pos.line() + pasteLines.count(), this->lines()); in paste()3483 int pasteLength = pasteLines.at(i - pos.line()).length(); in paste()