ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
Classes | |
struct | PREFIX_INFO |
struct | RANGE |
Macros | |
#define | CX_LIST 30160 |
#define | CY_LIST 288 |
#define | CY_ITEM 18 |
#define | MAX_ITEM_COUNT 1000 |
#define | WATCH_TIMER_ID 0xFEEDBEEF |
#define | WATCH_INTERVAL 300 |
Typedefs | |
typedef CSimpleArray< CStringW > | list_t |
Variables | |
static HHOOK | s_hMouseHook = NULL |
static HWND | s_hWatchWnd = NULL |
static const PREFIX_INFO | s_prefixes [] |
#define CX_LIST 30160 |
Definition at line 34 of file CAutoComplete.cpp.
#define CY_ITEM 18 |
Definition at line 36 of file CAutoComplete.cpp.
#define CY_LIST 288 |
Definition at line 35 of file CAutoComplete.cpp.
#define MAX_ITEM_COUNT 1000 |
Definition at line 37 of file CAutoComplete.cpp.
#define WATCH_INTERVAL 300 |
Definition at line 39 of file CAutoComplete.cpp.
#define WATCH_TIMER_ID 0xFEEDBEEF |
Definition at line 38 of file CAutoComplete.cpp.
typedef CSimpleArray<CStringW> list_t |
Definition at line 126 of file CAutoComplete.cpp.
Definition at line 2007 of file CAutoComplete.cpp.
Definition at line 128 of file CAutoComplete.cpp.
Referenced by DoUnique(), partition(), and pivot().
Definition at line 73 of file CAutoComplete.cpp.
Referenced by CAutoComplete::ExtractInnerList().
Definition at line 182 of file CAutoComplete.cpp.
Referenced by CAutoComplete::DoThreadWork().
Definition at line 190 of file CAutoComplete.cpp.
Referenced by DoUniqueAndTrim().
Definition at line 204 of file CAutoComplete.cpp.
Referenced by CAutoComplete::DoThreadWork().
Definition at line 57 of file CAutoComplete.cpp.
Referenced by compare1(), CAutoComplete::DoAutoAppend(), and DoesMatch().
|
static |
Definition at line 293 of file CAutoComplete.cpp.
Referenced by CAutoComplete::EditWndProc(), and CAutoComplete::Init().
Definition at line 266 of file CAutoComplete.cpp.
Referenced by CAutoComplete::Init().
|
inlinestatic |
Definition at line 2001 of file CAutoComplete.cpp.
Referenced by CAutoComplete::AutoCompThreadProc(), and CAutoComplete::OnAutoCompStart().
Definition at line 234 of file CAutoComplete.cpp.
Referenced by CAutoComplete::DoBackWord(), and EditWordBreakProcW().
Definition at line 90 of file CAutoComplete.cpp.
Referenced by CAutoComplete::OnShowWindow().
Definition at line 148 of file CAutoComplete.cpp.
Referenced by PartitionTest::ptition0(), PartitionTest::ptition1(), and quicksort().
Definition at line 136 of file CAutoComplete.cpp.
Referenced by get_body(), and quicksort().
Definition at line 170 of file CAutoComplete.cpp.
Referenced by DoSort(), and quicksort().
Definition at line 222 of file CAutoComplete.cpp.
Referenced by IsWordBreak().
|
static |
Definition at line 41 of file CAutoComplete.cpp.
Referenced by MouseProc(), and CAutoComplete::OnShowWindow().
Definition at line 42 of file CAutoComplete.cpp.
Referenced by MouseProc(), and CAutoComplete::OnShowWindow().
|
static |
Definition at line 49 of file CAutoComplete.cpp.
Referenced by DropPrefix().