/trunk/main/sal/osl/w32/ |
H A D | diagnose.c | 85 HWND hWndParent; in osl_assertFailedLine() 112 hWndParent = GetActiveWindow(); in osl_assertFailedLine() 113 if (hWndParent != NULL) in osl_assertFailedLine() 114 hWndParent = GetLastActivePopup(hWndParent); in osl_assertFailedLine() 118 if (hWndParent == NULL) in osl_assertFailedLine() 127 nCode = MessageBox(hWndParent, szBoxMessage, "Assertion Failed!", nFlags); in osl_assertFailedLine() 151 HWND hWndParent = GetActiveWindow(); in osl_reportError() local 152 if (hWndParent != NULL) in osl_reportError() 153 hWndParent = GetLastActivePopup(hWndParent); in osl_reportError() 159 if (hWndParent == NULL) in osl_reportError() [all …]
|
/trunk/main/vcl/win/source/window/ |
H A D | salobj.cxx | 42 static sal_Bool ImplIsSysWindowOrChild( HWND hWndParent, HWND hWndChild ) in ImplIsSysWindowOrChild() argument 44 if ( hWndParent == hWndChild ) in ImplIsSysWindowOrChild() 53 if ( hTempWnd == hWndParent ) in ImplIsSysWindowOrChild() 487 HWND hWndParent = ::GetParent( pSysObj->mhWnd ); in SalSysObjChildWndProc() local 493 MapWindowPoints( hWnd, hWndParent, &pt, 1 ); in SalSysObjChildWndProc() 496 nRet = ImplSendMessage( hWndParent, nMsg, wParam, lParam ); in SalSysObjChildWndProc() 688 HWND hWndParent = ::GetParent( mhWnd ); in ~WinSalObject() local 698 if ( hWndParent && in ~WinSalObject() 699 ::GetActiveWindow() == hWndParent && in ~WinSalObject() 700 !GetWindow( hWndParent, GW_CHILD ) ) in ~WinSalObject() [all …]
|
H A D | salframe.cxx | 405 if ( hWndParent ) in ImplSalCreateFrame() 429 if ( !hWndParent ) in ImplSalCreateFrame() 438 if ( !hWndParent ) in ImplSalCreateFrame() 1339 if ( hWndParent ) in ImplSalShow() 1546 HWND hWndParent = ::GetParent( mhWnd ); in SetPosSize() local 1548 while ( hWndParent && (GetWindowStyle( hWndParent ) & WS_CHILD) ) in SetPosSize() 1549 hWndParent = ::GetParent( hWndParent ); in SetPosSize() 1552 if ( hWndParent && !IsIconic( hWndParent ) && in SetPosSize() 1664 if( pThis->mhWnd == hWndParent ) in ImplSetParentFrame() 1674 if( pThis->mhWnd == hWndParent ) in ImplSetParentFrame() [all …]
|
/trunk/main/vcl/os2/source/window/ |
H A D | salobj.cxx | 40 static sal_Bool ImplIsSysWindowOrChild( HWND hWndParent, HWND hWndChild ) in ImplIsSysWindowOrChild() argument 42 if ( hWndParent == hWndChild ) in ImplIsSysWindowOrChild() 48 if ( hTempWnd == hWndParent ) in ImplIsSysWindowOrChild() 258 HWND hWndParent = WinQueryWindow( hWnd, QW_PARENT ); // ergibt SysChild-Fenster in SalSysObjClipWndProc() local 259 hWndParent = WinQueryWindow( hWndParent, QW_PARENT ); in SalSysObjClipWndProc() 265 WinMapWindowPoints( hWnd, hWndParent, &aPos, 1 ); in SalSysObjClipWndProc() 268 nRet = WinSendMsg( hWndParent, nMsg, nMP1, nMP2 ); in SalSysObjClipWndProc()
|
H A D | salframe.cxx | 591 SalFrame* ImplSalCreateFrame( Os2SalInstance* pInst, HWND hWndParent, ULONG nSalFrameStyle ) in ImplSalCreateFrame() argument 603 …debug_printf(">ImplSalCreateFrame hWndParent 0x%x, nSalFrameStyle 0x%x\n", hWndParent, nSalFrameSt… in ImplSalCreateFrame() 606 if ( hWndParent ) in ImplSalCreateFrame() 621 if ( !hWndParent ) in ImplSalCreateFrame() 628 if ( !hWndParent ) in ImplSalCreateFrame() 671 …mplSalCreateFrame hWndParent 0x%x, hWndFrame 0x%x, hWndClient 0x%x\n", hWndParent, hWndFrame, hWnd… in ImplSalCreateFrame() 679 if ( hWndParent != 0 && hWndParent != HWND_DESKTOP ) in ImplSalCreateFrame() 680 WinSetOwner( hWndFrame, hWndParent ); in ImplSalCreateFrame() 682 Os2SalFrame* pParentFrame = GetWindowPtr( hWndParent ); in ImplSalCreateFrame()
|
/trunk/main/embedserv/source/embed/ |
H A D | syswinwrapper.cxx | 216 BOOL CHatchWin::Init(HWND hWndParent, UINT uID, HWND hWndAssoc) in Init() argument 218 m_hWndParent = hWndParent; in Init() 222 | WS_CLIPCHILDREN, 0, 0, 100, 100, hWndParent, (HMENU)uID in Init()
|
/trunk/main/vcl/win/source/app/ |
H A D | salinst.cxx | 1014 HWND hWndParent; local 1016 hWndParent = static_cast<WinSalFrame*>(pParent)->mhWnd; 1018 hWndParent = 0; 1019 …rn (SalFrame*)ImplSendMessage( mhComWnd, SAL_MSG_CREATEFRAME, nSalFrameStyle, (LPARAM)hWndParent );
|
/trunk/main/vcl/inc/win/ |
H A D | salinst.h | 94 SalFrame* ImplSalCreateFrame( WinSalInstance* pInst, HWND hWndParent, sal_uIntPtr nSalFrameStyle ); 96 HWND ImplSalReCreateHWND( HWND hWndParent, HWND oldhWnd, sal_Bool bAsChild );
|
/trunk/main/sal/inc/systools/win32/ |
H A D | user9x.h | 105 HWND hWndParent, // handle to parent or owner window
|
/trunk/main/vcl/inc/os2/ |
H A D | salinst.h | 96 SalFrame* ImplSalCreateFrame( Os2SalInstance* pInst, HWND hWndParent, ULONG nSalFrameStyle );
|
/trunk/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 1208 HWND Create(HWND hWndParent, RECT& /*rcPos*/, LPARAM dwInitParam = NULL) 1210 - CComControl< T, CAxDialogImpl< T > >::Create(hWndParent, dwInitParam); 1211 + this->Create(hWndParent, dwInitParam); 1497 HWND Create(HWND hWndParent, RECT& rcPos, LPCTSTR szWindowName = NULL,
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 213 HWND hWndParent = WinQueryWindow( mhWnd, QW_PARENT ); in copyArea() local 218 if ( hWnd == hWndParent ) in copyArea()
|