Home
last modified time | relevance | path

Searched refs:hwndParent (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx63 HMENU GetSubMenuHandle( HWND hwndParent, UINT uiTopLevelIndex );
64 BOOL IsClipboardViewer( HWND hwndParent );
65 void SwitchMenuState( HWND hwndParent );
264 HMENU GetSubMenuHandle( HWND hwndParent, UINT uiTopLevelIndex ) in GetSubMenuHandle() argument
266 HMENU hMenuMain = GetMenu( hwndParent ); in GetSubMenuHandle()
275 BOOL IsClipboardViewer( HWND hwndParent ) in IsClipboardViewer() argument
277 HMENU hSubMenu = GetSubMenuHandle( hwndParent, 0 ); in IsClipboardViewer()
282 void SwitchMenuState( HWND hwndParent ) in SwitchMenuState() argument
284 HMENU hSubMenu = GetSubMenuHandle( hwndParent, 0 ); in SwitchMenuState()
287 if ( IsClipboardViewer( hwndParent ) ) in SwitchMenuState()
/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx57 void PasteClipboardData(HWND hwndParent);
58 void PasteClipboardData2(HWND hwndParent);
315 void PasteClipboardData2(HWND hwndParent) in PasteClipboardData2() argument
350 InvalidateRect( hwndParent, NULL, TRUE ); in PasteClipboardData2()
351 UpdateWindow( hwndParent ); in PasteClipboardData2()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp243 bool SendCrashReport( HWND hwndParent, const CrashReportParams &rParams );
896 HWND hwndParent = (HWND)GetWindowLong( hwndDlg, GWL_HWNDPARENT ); in PreviewDialogProc() local
898 GetWindowText( hwndParent, szBuffer, elementsof(szBuffer) ); in PreviewDialogProc()
998 static void PreviewReport( HWND hwndParent, CrashReportParams *pParams ) in PreviewReport() argument
1007 hwndParent, in PreviewReport()
1140 hwndParent, in OptionsDialog()
2749 if ( hwndParent ) in SendCrashReport()
2754 hwndParent, in SendCrashReport()
2769 MessageBox( hwndParent, szMessage, NULL, MB_ICONERROR | MB_OK ); in SendCrashReport()
2815 if ( hwndParent ) in SendCrashReport()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx651 HWND hwndParent = m_ofn.hwndOwner; in centerPositionToParent() local
653 if (!IsWindow(hwndParent)) in centerPositionToParent()
654 hwndParent = GetDesktopWindow(); in centerPositionToParent()
656 OSL_ASSERT(IsWindow(hwndParent)); in centerPositionToParent()
659 GetWindowRect(hwndParent, &rcPar); in centerPositionToParent()
H A Dhelppopupwindow.cxx87 HWND hwndParent ) : in CHelpPopupWindow() argument
93 m_hwndParent( hwndParent ), in CHelpPopupWindow()
H A Dhelppopupwindow.hxx74 HWND hwndParent );
/trunk/main/sal/systools/win32/uwinapi/
H A DMCIWndCreateW.cpp29 HWND hwndParent,
37 return MCIWndCreateA( hwndParent, hInstance, dwStyle, lpFileA );
/trunk/main/xmerge/source/activesync/
H A DXMergeFilter.h84 STDMETHODIMP FilterOptions(HWND hwndParent);
H A DXMergeFilter.cpp137 STDMETHODIMP CXMergeFilter::FilterOptions(HWND hwndParent) in FilterOptions() argument
/trunk/main/dbaccess/win32/source/odbcconfig/
H A Dodbcconfig.cxx52 typedef SQLRETURN (SQL_API* TSQLManageDataSource) (SQLHWND hwndParent);
/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx62 void CopyClipboardData(HWND hwndParent);
/trunk/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx125 typedef SQLRETURN (SQL_API* TSQLManageDataSource) (SQLHWND hwndParent);
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx114 …ONG iVerb, LPMSG lpmsg, IOleClientSite *pActiveSite, LONG lindex, HWND hwndParent, LPCRECT lprcPos…
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.h159 …ONG iVerb, LPMSG lpmsg, IOleClientSite *pActiveSite, LONG lindex, HWND hwndParent, LPCRECT lprcPos…

Completed in 62 milliseconds