ReactOS
0.4.15-dev-4921-g25fcdc5
|
Go to the source code of this file.
Classes | |
struct | FolderViewColumns |
struct | _SearchData |
class | CFindFolderContextMenu |
Macros | |
#define | IS_TEXT_UNKNOWN_FLAGS_MASK ((7 << 13) | (1 << 11)) |
#define | IS_DOTS(psz) ((psz)[0] == L'.' && ((psz)[1] == 0 || ((psz)[1] == L'.' && (psz)[2] == 0))) |
Enumerations | |
enum | ENCODING { ENCODING_ANSI = 0, ENCODING_UTF16LE = 1, ENCODING_UTF16BE = 2, ENCODING_UTF8 = 3, ENCODING_AUTO = -1, ENCODING_ANSI = 0, ENCODING_UTF16LE = 1, ENCODING_UTF16BE = 2, ENCODING_UTF8 = 3, ENCODING_ANSI = 0, ENCODING_UTF16LE = 1, ENCODING_UTF16BE = 2, ENCODING_UTF8 = 3, ENCODING_ANSI = 1, ENCODING_UTF8, ENCODING_UTF16LE, ENCODING_UTF16BE } |
Variables | |
static FolderViewColumns | g_ColumnDefs [] |
#define IS_TEXT_UNKNOWN_FLAGS_MASK ((7 << 13) | (1 << 11)) |
Definition at line 191 of file CFindFolder.cpp.
|
static |
Definition at line 99 of file CFindFolder.cpp.
Referenced by CFindFolder::AddResult().
|
static |
Definition at line 139 of file CFindFolder.cpp.
Referenced by CFindFolder::CompareIDs(), CFindFolder::GetAttributesOf(), CFindFolder::GetDetailsOf(), CFindFolder::GetDisplayNameOf(), CFindFolder::GetUIObjectOf(), and CFindFolderContextMenu::InvokeCommand().
|
static |
Definition at line 132 of file CFindFolder.cpp.
Referenced by CFindFolder::CompareIDs(), CFindFolder::GetDetailsOf(), CFindFolder::GetUIObjectOf(), and CFindFolderContextMenu::InvokeCommand().
|
static |
Definition at line 40 of file CFindFolder.cpp.
Referenced by CFindFolderContextMenu::QueryContextMenu().
|
static |
Definition at line 392 of file CFindFolder.cpp.
Referenced by RecursiveFind().
|
static |
Definition at line 383 of file CFindFolder.cpp.
Referenced by RecursiveFind().
|
static |
Definition at line 374 of file CFindFolder.cpp.
Referenced by RecursiveFind().
|
static |
Definition at line 200 of file CFindFolder.cpp.
Referenced by SearchFile().
|
static |
Definition at line 401 of file CFindFolder.cpp.
Referenced by CFindFolder::SearchThreadProc().
|
static |
Definition at line 319 of file CFindFolder.cpp.
Referenced by ContentsMatch().
|
static |
Definition at line 13 of file CFindFolder.cpp.
Referenced by CMyDocsFolder::EnsureFolder(), CDesktopFolder::FinalConstruct(), CFontsFolder::Initialize(), CAdminToolsFolder::Initialize(), and CFindFolder::Initialize().
|
static |
Definition at line 162 of file CFindFolder.cpp.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shellfind | ) |
|
static |
Definition at line 87 of file CFindFolder.cpp.
Referenced by CFindFolder::CompareIDs(), CFindFolder::GetDefaultColumnState(), and CFindFolder::GetDetailsOf().