Searched refs:del_pair (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dtext-tool.cpp948 iterator_pair del_pair; local
949 bool success = sp_te_delete(this->text, this->text_sel_start, this->text_sel_end, del_pair);
952 this->text_sel_start = this->text_sel_end = del_pair.first;
955 this->text_sel_start = this->text_sel_end = del_pair.first;
957 this->text_sel_start = del_pair.first;
958 this->text_sel_end = del_pair.second;

Completed in 19 milliseconds