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

/haiku/src/apps/mail/
H A DContent.cpp77 # define DSPELL(x) x macro
79 # define DSPELL(x) ; macro
2713 DSPELL(printf("Offset %ld, start %ld, end %ld\n", offset, start, end));
2714 DSPELL(printf("\t\"%10.10s...\"\n", text + start));
2825 DSPELL(printf("Testing: \"%s\"\n", testWord.String()));
2905 DSPELL(printf("UpdateSpellMarks: offset = %ld, length = %ld\n", offset, length));
2909 DSPELL(printf("\tfound: %ld - %ld\n", spellMark->start, spellMark->end));
2919 DSPELL(printf("\t-> reset: %ld - %ld\n", spellMark->start, spellMark->end));
2927 DSPELL(printf("AddSpellMark: start = %ld, end = %ld\n", start, end));
2933 DSPELL(print
[all...]

Completed in 31 milliseconds