Lines Matching refs:CPropertySheet

50 CPropertySheet::CPropertySheet(LONG RefCnt) :  in CPropertySheet()  function in CPropertySheet
58 CPropertySheet::~CPropertySheet() in ~CPropertySheet()
68 HRESULT STDMETHODCALLTYPE CPropertySheet::QueryInterface( in QueryInterface()
93 ULONG STDMETHODCALLTYPE CPropertySheet::AddRef() in AddRef()
100 ULONG STDMETHODCALLTYPE CPropertySheet::Release() in Release()
115 HRESULT STDMETHODCALLTYPE CPropertySheet::Initialize( in Initialize()
164 HRESULT STDMETHODCALLTYPE CPropertySheet::AddPages(LPFNSVADDPROPSHEETPAGE lpfnAddPage, LPARAM lPara… in AddPages()
176 psp.pfnCallback = reinterpret_cast<LPFNPSPCALLBACKW>(CPropertySheet::PropPageSummaryCallback); in AddPages()
185 psp.pfnDlgProc = reinterpret_cast<DLGPROC>(CPropertySheet::PropPageStatisticsProc); in AddPages()
202 HRESULT STDMETHODCALLTYPE CPropertySheet::ReplacePage( in ReplacePage()
209 UINT CALLBACK CPropertySheet::PropPageSummaryCallback( in PropPageSummaryCallback()
212 CPropertySheet* pImpl = in PropPageSummaryCallback()
213 reinterpret_cast<CPropertySheet*>(ppsp->lParam); in PropPageSummaryCallback()
225 bool CALLBACK CPropertySheet::PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM … in PropPageSummaryProc()
232 CPropertySheet* pImpl = reinterpret_cast<CPropertySheet*>(psp->lParam); in PropPageSummaryProc()
242 BOOL CALLBACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPAR… in PropPageStatisticsProc()
249 CPropertySheet* pImpl = reinterpret_cast<CPropertySheet*>(psp->lParam); in PropPageStatisticsProc()
258 void CPropertySheet::InitPropPageSummary(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageSummary()
286 void CPropertySheet::InitPropPageStatistics(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageStatistics()