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

/inkscape/src/
H A Dtext-editing.h59 bool sp_te_delete (SPItem *item, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, iterator_pair &iter_pair);
H A Dtext-editing.cpp179 sp_te_delete(item, start, end, pair);
736 sp_te_delete (SPItem *item, Inkscape::Text::Layout::iterator const &start, function
/inkscape/src/ui/tools/
H A Dtext-tool.cpp878 bool success = sp_te_delete(this->text, this->text_sel_start, this->text_sel_end, enter_pair);
908 bool success = sp_te_delete(this->text, this->text_sel_start, this->text_sel_end, bspace_pair);
949 bool success = sp_te_delete(this->text, this->text_sel_start, this->text_sel_end, del_pair);
1380 bool success = sp_te_delete(tc->text, tc->text_sel_start, tc->text_sel_end, pair);

Completed in 31 milliseconds