Lines Matching refs:UString
16 UString OriginalPath;
18 UString Prefix; // path(folder) prefix including slash
19 UString Name; // base name
20 UString BaseExtension; // archive type extension or "exe" extension
21 UString VolExtension; // archive type extension for volumes
24 UString TempPrefix; // path(folder) for temp location
25 UString TempPostfix;
29 void ParseFromPath(const UString &path) in ParseFromPath()
52 UString GetPathWithoutExt() const in GetPathWithoutExt()
57 UString GetFinalPath() const in GetFinalPath()
59 UString path = GetPathWithoutExt(); in GetFinalPath()
61 path += UString(L'.') + BaseExtension; in GetFinalPath()
66 UString GetTempPath() const in GetTempPath()
68 UString path = TempPrefix + Name; in GetTempPath()
70 path += UString(L'.') + BaseExtension; in GetTempPath()
79 UString UserArchivePath;
100 UString SfxModule;
105 UString StdInFileName;
110 UString EMailAddress;
112 UString WorkingDir;
114 bool Init(const CCodecs *codecs, const CIntVector &formatIndices, const UString &arcPath);
140 UString FileName;
141 UString FileName2;
142 UString Message;