Home
last modified time | relevance | path

Searched refs:pagesInfo (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/Control/
DPropertyPage.cpp47 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &… in MyPropertySheet() argument
59 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()
DPropertyPage.h46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…