Lines Matching refs:CPropertySheet

64 CPropertySheet::CPropertySheet(long RefCnt) :   in CPropertySheet()  function in CPropertySheet
75 CPropertySheet::~CPropertySheet() in ~CPropertySheet()
85 HRESULT STDMETHODCALLTYPE CPropertySheet::QueryInterface( in QueryInterface()
113 ULONG STDMETHODCALLTYPE CPropertySheet::AddRef(void) in AddRef()
123 ULONG STDMETHODCALLTYPE CPropertySheet::Release(void) in Release()
138 HRESULT STDMETHODCALLTYPE CPropertySheet::Initialize( in Initialize()
189 HRESULT STDMETHODCALLTYPE CPropertySheet::AddPages(LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM lParam) in AddPages()
209 psp.pfnCallback = reinterpret_cast<LPFNPSPCALLBACK>(CPropertySheet::PropPageSummaryCallback); in AddPages()
219 psp.pfnDlgProc = reinterpret_cast<DLGPROC>(CPropertySheet::PropPageSummaryProc); in AddPages()
240 psp.pfnDlgProc = reinterpret_cast<DLGPROC>(CPropertySheet::PropPageStatisticsProc); in AddPages()
262 HRESULT STDMETHODCALLTYPE CPropertySheet::ReplacePage( in ReplacePage()
272 UINT CALLBACK CPropertySheet::PropPageSummaryCallback( in PropPageSummaryCallback()
275 CPropertySheet* pImpl = in PropPageSummaryCallback()
276 reinterpret_cast<CPropertySheet*>(ppsp->lParam); in PropPageSummaryCallback()
293 BOOL CALLBACK CPropertySheet::PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM … in PropPageSummaryProc()
300 CPropertySheet* pImpl = reinterpret_cast<CPropertySheet*>(psp->lParam); in PropPageSummaryProc()
313 BOOL CALLBACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPAR… in PropPageStatisticsProc()
320 CPropertySheet* pImpl = reinterpret_cast<CPropertySheet*>(psp->lParam); in PropPageStatisticsProc()
330 void CPropertySheet::InitPropPageSummary(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageSummary()
360 void CPropertySheet::InitPropPageStatistics(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageStatistics()