Home
last modified time | relevance | path

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

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmltext.c68 static GList * remove_spell_errors (GList *spell_errors, guint offset, guint len);
385 rvt->spell_errors = remove_spell_errors (rvt->spell_errors, 0, begin); in html_text_op_copy_helper()
386 rvt->spell_errors = remove_spell_errors (rvt->spell_errors, end, text->text_len - end); in html_text_op_copy_helper()
451 rvt->spell_errors = remove_spell_errors (rvt->spell_errors, 0, begin); in html_text_op_cut_helper()
452 rvt->spell_errors = remove_spell_errors (rvt->spell_errors, end, text->text_len - end); in html_text_op_cut_helper()
465 text->spell_errors = remove_spell_errors (text->spell_errors, begin, end - begin); in html_text_op_cut_helper()
472 text->spell_errors = remove_spell_errors (text->spell_errors, 0, text->text_len); in html_text_op_cut_helper()
782 HTML_TEXT (self)->spell_errors = remove_spell_errors (HTML_TEXT (self)->spell_errors, in object_split()
784 HTML_TEXT (dup)->spell_errors = remove_spell_errors (HTML_TEXT (dup)->spell_errors, in object_split()
2310 remove_spell_errors (GList *spell_errors, in remove_spell_errors() function