Searched refs:DSPELL (Results 1 – 1 of 1) sorted by relevance
/haiku/src/apps/mail/ |
H A D | Content.cpp | 77 # define DSPELL(x) x macro 79 # define DSPELL(x) ; macro 2713 DSPELL(printf("Offset %ld, start %ld, end %ld\n", offset, start, end)); in InsertText() 2714 DSPELL(printf("\t\"%10.10s...\"\n", text + start)); in InsertText() 2825 DSPELL(printf("Testing: \"%s\"\n", testWord.String())); in CheckSpelling() 2905 DSPELL(printf("UpdateSpellMarks: offset = %ld, length = %ld\n", offset, length)); in UpdateSpellMarks() 2909 DSPELL(printf("\tfound: %ld - %ld\n", spellMark->start, spellMark->end)); in UpdateSpellMarks() 2919 DSPELL(printf("\t-> reset: %ld - %ld\n", spellMark->start, spellMark->end)); in UpdateSpellMarks() 2927 DSPELL(printf("AddSpellMark: start = %ld, end = %ld\n", start, end)); in AddSpellMark() 2933 DSPELL(printf("\tfound one\n")); in AddSpellMark() [all …]
|