Lines Matching refs:DirPrefix
103 UString DirPrefix; member in CBrowseDialog
279 if (!GetParentPath(FilePath, DirPrefix, name)) in OnInit()
280 DirPrefix = _topDirPrefix; in OnInit()
284 UString baseFolder = DirPrefix; in OnInit()
288 if (DirPrefix.IsEmpty()) in OnInit()
291 GetParentPath(DirPrefix, parent, name2); in OnInit()
292 DirPrefix = parent; in OnInit()
582 DirPrefix = pathPrefix; in Reload()
586 SetItemText(IDT_BROWSE_FOLDER, DirPrefix); in Reload()
597 if (_showDots && _topDirPrefix != DirPrefix) in Reload()
608 item.iImage = _extToIconMap.GetIconIndex(FILE_ATTRIBUTE_DIRECTORY, DirPrefix); in Reload()
631 const UString fullPath = DirPrefix + name; in Reload()
685 UString dirPathTemp = DirPrefix; in Reload()
692 if (GetParentPath(DirPrefix, parent, selected)) in OpenParentFolder()
705 _pathEdit.SetText(DirPrefix); in SetPathEditText()
734 if (!CorrectFsPath(DirPrefix, enteredName, name)) in OnCreateDir()
744 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath)) in OnCreateDir()
752 UString tempPath = DirPrefix; in OnCreateDir()
782 UString s = DirPrefix; in OnItemEnter()
797 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath)) in FinishOnOK()