Lines Matching defs:title
624 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */,
637 return MyGetOpenFileName(owner, title, initialFolder, s, resultPath, true);
690 static bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags,
702 browseInfo.lpszTitle = (LPCSTR)title;
706 browseInfo.lpszTitle = title;
721 bool BrowseForFolder(HWND owner, LPCTSTR title,
724 return BrowseForFolder(owner, title,
785 static bool BrowseForFolder(HWND owner, LPCWSTR title, UINT ulFlags,
793 browseInfo.lpszTitle = title;
800 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath)
803 return BrowseForFolder(owner, title,
809 bool res = BrowseForFolder(owner, GetSystemString(title),