Lines Matching refs:UString
172 void CProgressSync::Set_TitleFileName(const UString &fileName)
178 void CProgressSync::Set_Status(const UString &s)
184 HRESULT CProgressSync::Set_Status2(const UString &s, const wchar_t *path, bool isDir)
217 UString s;
233 UString s = NError::MyFormatMessage(systemError);
283 window.SetText((UString)s + MainTitle);
308 static void ReduceString(UString &s, unsigned size)
632 static void GetChangedString(const UString &newStr, UString &prevStr, bool &hasChanged)
877 UString s = _status;
884 UString s1, s2;
932 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent)
1043 UString s;
1075 UString fileName = _titleFileName;
1131 UString s = message;
1248 HRESULT CProgressThreadVirt::Create(const UString &title, HWND parentWindow)
1256 static void AddMessageToString(UString &dest, const UString &src)
1269 UString m;
1272 catch(const UString &s) { m = s; }
1313 UString HResultToMessage(HRESULT errorCode)