Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
H A DPropertyPage.cpp74 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title) in MyPropertySheet() argument
79 for (i = 0; i < pagesInfo.Size(); i++) in MyPropertySheet()
80 titles.Add(GetSystemString(pagesInfo[i].Title)); in MyPropertySheet()
85 for (i = 0; i < pagesInfo.Size(); i++) in MyPropertySheet()
87 const CPageInfo &pageInfo = pagesInfo[i]; in MyPropertySheet()
H A DPropertyPage.h46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title);

Completed in 1 milliseconds