Searched defs:para_obj (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dtext-editing.cpp614 /** positions \a para_obj and \a text_iter to be pointing at the end
615 of the last string in the last leaf object of \a para_obj. If the last
617 static void move_to_end_of_paragraph(SPObject **para_obj, Glib::ustring::iterator *text_iter) argument
619 while ((*para_obj)->hasChildren())
620 *para_obj = (*para_obj)->lastChild();
621 if (SP_IS_STRING(*para_obj))
622 *text_iter = SP_STRING(*para_obj)->string.end();

Completed in 33 milliseconds