Lines Matching refs:hwnd
293 BOOL CALLBACK CPropertySheet::PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM … in PropPageSummaryProc() argument
301 pImpl->InitPropPageSummary(hwnd, psp); in PropPageSummaryProc()
313 BOOL CALLBACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPAR… in PropPageStatisticsProc() argument
321 pImpl->InitPropPageStatistics(hwnd, psp); in PropPageStatisticsProc()
330 void CPropertySheet::InitPropPageSummary(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageSummary() argument
336 … SetWindowText(GetDlgItem(hwnd,IDC_TITLE), metaInfo.getTagData( META_INFO_TITLE ).c_str() ); in InitPropPageSummary()
337 … SetWindowText(GetDlgItem(hwnd,IDC_AUTHOR), metaInfo.getTagData( META_INFO_AUTHOR ).c_str() ); in InitPropPageSummary()
338 … SetWindowText(GetDlgItem(hwnd,IDC_SUBJECT), metaInfo.getTagData( META_INFO_SUBJECT ).c_str() ); in InitPropPageSummary()
339 … SetWindowText(GetDlgItem(hwnd,IDC_KEYWORDS), metaInfo.getTagData( META_INFO_KEYWORDS ).c_str() ); in InitPropPageSummary()
350 SetWindowText(GetDlgItem(hwnd,IDC_COMMENTS), tempStr.c_str()); in InitPropPageSummary()
360 void CPropertySheet::InitPropPageStatistics(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageStatistics() argument
372 GetDlgItem(hwnd, IDC_STATISTICSLIST), in InitPropPageStatistics()