Lines Matching refs:UString

70 extern UString HResultToMessage(HRESULT errorCode);

74 UString s = HResultToMessage(errorCode);
97 UString _topDirPrefix; // we don't open parent of that folder
98 UString DirPrefix;
112 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
114 HRESULT Reload(const UString &pathPrefix, const UString &selectedName);
138 UString FilePath; // [in / out]
139 UString Title;
183 const UString mask("*.*");
219 const UString s = LangString(IDS_PROP_SIZE);
260 UString name;
266 UString baseFolder = DirPrefix;
272 UString parent, name2;
463 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name)
471 UString s = path;
529 HRESULT CBrowseDialog::Reload(const UString &pathPrefix, const UString &selectedName)
616 const UString itemName ("..");
638 const UString name = fs2us(fi.Name);
647 const UString fullPath = DirPrefix + name;
693 UString selected;
701 const UString dirPathTemp = DirPrefix;
707 UString parent, selected;
744 UString name;
746 UString enteredName;
768 UString tempPath = DirPrefix;
798 UString s = DirPrefix;
801 const HRESULT res = Reload(s, UString());
810 UString s;
829 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath)
874 const UString filePath_Store = FilePath;
875 UString dirPrefix;
889 UString s;
918 UString s ("Open Dialog Error:");
962 static void RemoveDotsAndSpaces(UString &path)
974 bool CorrectFsPath(const UString &relBase, const UString &path2, UString &result)
978 UString path = path2;
983 UString base;
1022 UString cur = path.Ptr(pos);
1033 UString cur;
1069 bool CorrectFsPath(const UString & /* relBase */, const UString &path, UString &result)
1077 bool Dlg_CreateFolder(HWND wnd, UString &destName)