Searched refs:WndProc (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 60 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM ); 189 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass() 242 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/aoo4110/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 55 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM ); 200 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass() 254 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/aoo4110/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 71 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM ); 147 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass() 197 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/aoo4110/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.cpp | 58 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 226 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass() 281 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/aoo4110/main/fpicker/source/win32/filepicker/ |
H A D | dibpreview.cxx | 336 LRESULT CALLBACK CDIBPreview::WndProc( in WndProc() function in CDIBPreview 416 wndClsEx.lpfnWndProc = CDIBPreview::WndProc; in RegisterDibPreviewWindowClass()
|
H A D | PreviewCtrl.cxx | 256 wndClsEx.lpfnWndProc = CFilePreview::WndProc; in CFilePreview() 573 LRESULT CALLBACK CFilePreview::WndProc( in WndProc() function in CFilePreview
|
H A D | helppopupwindow.cxx | 471 LRESULT CALLBACK CHelpPopupWindow::WndProc( in WndProc() function in CHelpPopupWindow 557 wndClsEx.lpfnWndProc = CHelpPopupWindow::WndProc; in RegisterWindowClass()
|
H A D | helppopupwindow.hxx | 111 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
H A D | dibpreview.hxx | 90 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
H A D | PreviewCtrl.hxx | 185 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
Completed in 94 milliseconds