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

/inkscape/src/
H A Dtext-editing.h58 Inkscape::Text::Layout::iterator sp_te_insert_line (SPItem *text, Inkscape::Text::Layout::iterator const &position);
H A Dtext-editing.cpp388 Inkscape::Text::Layout::iterator sp_te_insert_line (SPItem *item, Inkscape::Text::Layout::iterator const &position) function
492 cannot be inserted using this function, see sp_te_insert_line(). Returns
/inkscape/src/ui/tools/
H A Dtext-tool.cpp882 this->text_sel_start = this->text_sel_end = sp_te_insert_line(this->text, this->text_sel_start);
1319 tc->text_sel_start = tc->text_sel_end = sp_te_insert_line(tc->text, tc->text_sel_start);

Completed in 27 milliseconds