ReactOS 0.4.15-dev-7085-g12a5971
|
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 33 of file CAutoComplete.cpp.
#define CY_ITEM 18 |
Definition at line 35 of file CAutoComplete.cpp.
#define CY_LIST 288 |
Definition at line 34 of file CAutoComplete.cpp.
#define MAX_ITEM_COUNT 1000 |
Definition at line 36 of file CAutoComplete.cpp.
#define WATCH_INTERVAL 300 |
Definition at line 38 of file CAutoComplete.cpp.
#define WATCH_TIMER_ID 0xFEEDBEEF |
Definition at line 37 of file CAutoComplete.cpp.
typedef CSimpleArray<CStringW> list_t |
Definition at line 125 of file CAutoComplete.cpp.
Definition at line 1992 of file CAutoComplete.cpp.
Definition at line 127 of file CAutoComplete.cpp.
Referenced by DoUnique(), partition(), and pivot().
Definition at line 72 of file CAutoComplete.cpp.
Referenced by CAutoComplete::ExtractInnerList().
Definition at line 181 of file CAutoComplete.cpp.
Referenced by CAutoComplete::DoThreadWork().
Definition at line 189 of file CAutoComplete.cpp.
Referenced by DoUniqueAndTrim().
Definition at line 203 of file CAutoComplete.cpp.
Referenced by CAutoComplete::DoThreadWork().
Definition at line 56 of file CAutoComplete.cpp.
Referenced by compare1(), CAutoComplete::DoAutoAppend(), and DoesMatch().
|
static |
Definition at line 292 of file CAutoComplete.cpp.
Referenced by CAutoComplete::EditWndProc(), and CAutoComplete::Init().
Definition at line 265 of file CAutoComplete.cpp.
Referenced by CAutoComplete::Init().
|
inlinestatic |
Definition at line 1986 of file CAutoComplete.cpp.
Referenced by CAutoComplete::AutoCompThreadProc(), and CAutoComplete::OnAutoCompStart().
Definition at line 233 of file CAutoComplete.cpp.
Referenced by CAutoComplete::DoBackWord(), and EditWordBreakProcW().
Definition at line 89 of file CAutoComplete.cpp.
Referenced by CAutoComplete::OnShowWindow().
Definition at line 147 of file CAutoComplete.cpp.
Referenced by PartitionTest::ptition0(), PartitionTest::ptition1(), and quicksort().
Definition at line 135 of file CAutoComplete.cpp.
Referenced by get_body(), and quicksort().
Definition at line 169 of file CAutoComplete.cpp.
Referenced by DoSort(), and quicksort().
Definition at line 221 of file CAutoComplete.cpp.
Referenced by IsWordBreak().
|
static |
Definition at line 40 of file CAutoComplete.cpp.
Referenced by MouseProc(), and CAutoComplete::OnShowWindow().
Definition at line 41 of file CAutoComplete.cpp.
Referenced by MouseProc(), and CAutoComplete::OnShowWindow().
|
static |
Definition at line 48 of file CAutoComplete.cpp.
Referenced by DropPrefix().