Home
last modified time | relevance | path

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

/dports/editors/tea/tea-qt-60.5.1/
H A Ddocument.h254 void rect_sel_replace (const QString &s, bool insert = false);
H A Ddocument.cpp1662 void CDocument::rect_sel_replace (const QString &s, bool insert) in rect_sel_replace() function in CDocument
H A Dtea.cpp1866 d->rect_sel_replace (QApplication::clipboard()->text()); in ed_block_paste()