ReactOS 0.4.16-dev-1025-gd3456f5
|
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_UTF8BOM = 4 , ENCODING_ANSI = 0 , ENCODING_UTF16LE = 1 , ENCODING_UTF16BE = 2 , ENCODING_UTF8 = 3 , ENCODING_ANSI = 1 , ENCODING_UTF8 , ENCODING_UTF16LE , ENCODING_UTF16BE } |
Variables | |
static const FolderViewColumns | g_ColumnDefs [] |
#define IS_TEXT_UNKNOWN_FLAGS_MASK ((7 << 13) | (1 << 11)) |
Definition at line 271 of file CFindFolder.cpp.
|
static |
Definition at line 100 of file CFindFolder.cpp.
|
static |
Definition at line 154 of file CFindFolder.cpp.
Referenced by CFindFolder::CreateAbsolutePidlArray().
|
static |
Definition at line 146 of file CFindFolder.cpp.
Referenced by _ILCreateAbsolute(), CFindFolder::CompareIDs(), CFindFolder::GetFSFolderAndChild(), CFindFolder::GetUIObjectOf(), and CFindFolderContextMenu::InvokeCommand().
|
static |
Definition at line 139 of file CFindFolder.cpp.
Referenced by _ILCreateAbsolute(), CFindFolder::CompareIDs(), CFindFolder::GetDetailsOf(), CFindFolder::GetFSFolderAndChild(), CFindFolder::GetUIObjectOf(), CFindFolderContextMenu::InvokeCommand(), and CFindFolder::MessageSFVCB().
|
static |
Definition at line 40 of file CFindFolder.cpp.
Referenced by CFindFolderContextMenu::QueryContextMenu().
|
static |
Definition at line 472 of file CFindFolder.cpp.
Referenced by RecursiveFind().
|
static |
Definition at line 463 of file CFindFolder.cpp.
Referenced by RecursiveFind().
|
static |
Definition at line 454 of file CFindFolder.cpp.
Referenced by RecursiveFind().
Definition at line 190 of file CFindFolder.cpp.
Referenced by CFindFolder::FreePidlArray().
|
static |
Definition at line 280 of file CFindFolder.cpp.
Referenced by SearchFile().
|
static |
Definition at line 481 of file CFindFolder.cpp.
Referenced by RecursiveFind(), and CFindFolder::SearchThreadProc().
|
static |
Definition at line 399 of file CFindFolder.cpp.
Referenced by ContentsMatch().
|
static |
Definition at line 13 of file CFindFolder.cpp.
Referenced by CMyDocsFolder::EnsureFolder(), CDesktopFolder::FinalConstruct(), CRecycleBin::GetFSFolderForItem(), CFindFolder::Initialize(), CAdminToolsFolder::Initialize(), and CFontsFolder::Initialize().
Definition at line 263 of file CFindFolder.cpp.
Referenced by SearchFile().
Definition at line 242 of file CFindFolder.cpp.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shellfind | ) |
|
static |
Definition at line 87 of file CFindFolder.cpp.