Home | History | Annotate | Download | only in FileManager

Lines Matching refs:UString

68 extern UString HResultToMessage(HRESULT errorCode);

77 UString s = HResultToMessage(errorCode);
98 UString _topDirPrefix; // we don't open parent of that folder
99 UString DirPrefix;
111 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
113 HRESULT Reload(const UString &pathPrefix, const UString &selectedName);
132 UString Title;
133 UString FilePath; // input/ result path
136 UString FilterDescription;
139 void SetFilter(const UString &s);
144 void CBrowseDialog::SetFilter(const UString &s)
147 UString mask;
166 const UString &f = Filters[i];
202 UString s;
231 const UString s = LangString(IDS_PROP_SIZE);
270 UString name;
276 UString baseFolder = DirPrefix;
282 UString parent, name2;
454 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name)
462 UString s = path;
520 HRESULT CBrowseDialog::Reload(const UString &pathPrefix, const UString &selectedName)
591 const UString itemName = L"..";
613 const UString name = fs2us(fi.Name);
622 const UString fullPath = DirPrefix + name;
670 UString selected;
678 UString dirPathTemp = DirPrefix;
684 UString parent, selected;
721 UString name;
723 UString enteredName;
745 UString tempPath = DirPrefix;
775 UString s = DirPrefix + fs2us(file.Name) + WCHAR_PATH_SEPARATOR;
785 UString s;
801 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath)
831 LPCWSTR filterDescription, LPCWSTR filter, UString &resultPath)
858 UString s = errorMessage;
890 static void RemoveDotsAndSpaces(UString &path)
902 bool CorrectFsPath(const UString &relBase, const UString &path2, UString &result)
906 UString path = path2;
909 UString base;
945 UString cur = path.Ptr(pos);
956 UString cur;
990 bool CorrectFsPath(const UString & /* relBase */, const UString &path, UString &result)
997 bool Dlg_CreateFolder(HWND wnd, UString &destName)