Home
last modified time | relevance | path

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

/dports/deskutils/gnote/gnote-41.1/src/
H A Dnotebuffer.cpp44 #define NUM_INDENT_BULLETS 3 macro
45 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()