Searched refs:pagesInfo (Results 1 – 2 of 2) sorted by relevance
47 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &… in MyPropertySheet() argument59 for (i = 0; i < pagesInfo.Size(); i++) in MyPropertySheet()60 titles.Add(GetSystemString(pagesInfo[i].Title)); in MyPropertySheet()63 for (i = 0; i < pagesInfo.Size(); i++) in MyPropertySheet()65 const CPageInfo &pageInfo = pagesInfo[i]; in MyPropertySheet()120 sheet.nPages = pagesInfo.Size(); in MyPropertySheet()135 sheet.nPages = pagesInfo.Size(); in MyPropertySheet()
44 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…