Searched refs:NUM_INDENT_BULLETS (Results 1 – 1 of 1) sorted by relevance
44 #define NUM_INDENT_BULLETS 3 macro45 const gunichar NoteBuffer::s_indent_bullets[NUM_INDENT_BULLETS] = { 0x2022, 0x2218, 0x2023 };49 for (int i = 0; i < NUM_INDENT_BULLETS; ++i) in is_bullet()937 Glib::ustring(1, s_indent_bullets [depth % NUM_INDENT_BULLETS]) + " "; in insert_bullet()