| /aoo41x/main/vcl/win/source/gdi/ | 
| H A D | salnativewidgets-luna.cxx | 239                 hTheme = getThemeHandle( mhWnd, L"Edit");  in IsNativeControlSupported() 245                 hTheme = getThemeHandle( mhWnd, L"Edit");  in IsNativeControlSupported() 249                 hTheme = getThemeHandle( mhWnd, L"Spin");  in IsNativeControlSupported() 253                 hTheme = getThemeHandle( mhWnd, L"Spin");  in IsNativeControlSupported() 261                 hTheme = getThemeHandle( mhWnd, L"Edit");  in IsNativeControlSupported() 276                 hTheme = getThemeHandle( mhWnd, L"Tab");  in IsNativeControlSupported() 1088             hTheme = getThemeHandle( mhWnd, L"Spin");  in drawNativeControl() 1092             hTheme = getThemeHandle( mhWnd, L"Edit");  in drawNativeControl() 1104             hTheme = getThemeHandle( mhWnd, L"Tab");  in drawNativeControl() 1222     HDC hDC = GetDC( mhWnd );  in getNativeControlRegion() [all …] 
 | 
| H A D | salgdi2.cxx | 175 		GetClientRect( mhWnd, &aClipRect );  in copyArea() 182 			ClientToScreen( mhWnd, &aPt );  in copyArea() 196 			HWND hWndTopWindow = mhWnd;  in copyArea() 326 			InvalidateRgn( mhWnd, hInvalidateRgn, TRUE );  in copyArea() 334 				UpdateWindow( mhWnd );  in copyArea()
  | 
| H A D | salgdi.cxx | 817     if( mhWnd && IsWindow( mhWnd ) )  in GetGraphicsWidth() 819         WinSalFrame* pFrame = GetWindowPtr( mhWnd );  in GetGraphicsWidth() 828                 GetClientRect( mhWnd, &aRect );  in GetGraphicsWidth()
  | 
| H A D | salvd.cxx | 121 		pVirGraphics->mhWnd	   = 0;  in CreateVirtualDevice()
  | 
| H A D | salprn.cxx | 718 		hWnd = pVisibleDlgParent->mhWnd;  in ImplUpdateSalJobSetup() 1448 	pGraphics->mhWnd 	= 0;  in ImplCreateSalPrnGraphics()
  | 
| /aoo41x/main/vcl/win/source/window/ | 
| H A D | salframe.cxx | 1081     if ( mhWnd )  in ~WinSalFrame() 1098         mhWnd = 0;  in ~WinSalFrame() 1124             mpGraphics2->mhWnd       = mhWnd;  in GetGraphics() 1160                 mpGraphics->mhWnd     = mhWnd;  in GetGraphics() 1258     ::DrawMenuBar( mhWnd );  in DrawMenuBar() 1447         if ( IsIconic( mhWnd ) || IsZoomed( mhWnd ) )  in SetPosSize() 1962     if ( !IsIconic( mhWnd ) && !IsZoomed( mhWnd ) &&  in SetWindowState() 1975 			SetWindowPos( mhWnd, 0,  in SetWindowState() 1980 			SetWindowPos( mhWnd, 0,  in SetWindowState() 2090             SetWindowExStyle( mhWnd, GetWindowExStyle( mhWnd ) | WS_EX_TOOLWINDOW );  in ShowFullScreen() [all …] 
 | 
| H A D | salobj.cxx | 91 			if ( pFrame->mhWnd == hWnd )  in ImplFindSalObjectFrame() 415 			pSysObj->mhWnd = hWnd;  in SalSysObjWndProc() 632 			pObject->mhWnd 			= hWnd;  in ImplSalCreateObject() 648 	mhWnd			= 0;  in WinSalObject() 692 	if ( mhWnd )  in ~WinSalObject() 693 		DestroyWindow( mhWnd );  in ~WinSalObject() 708 	SetWindowRgn( mhWnd, 0, TRUE );  in ResetClipRegion() 812 		ShowWindow( mhWnd, SW_HIDE );  in SetPosSize() 815 	SetWindowPos( mhWnd, 0,  in SetPosSize() 827 		ShowWindow( mhWnd, SW_HIDE );  in Show() [all …] 
 | 
| H A D | salmenu.cxx | 67     pSalMenu->mhWnd     = NULL;  in CreateMenu() 160     mhWnd        = NULL;  in WinSalMenu() 189         mhWnd = static_cast<const WinSalFrame*>(pFrame)->mhWnd;  in SetFrame() 191         mhWnd = NULL;  in SetFrame()
  | 
| /aoo41x/main/vcl/os2/source/window/ | 
| H A D | salobj.cxx | 84 			WinPostMsg( pObject->mhWnd, SALOBJ_MSG_TOTOP, 0, 0 );  in SalSysMsgProc() 371 			pObject->mhWnd = hWnd;  in ImplSalCreateObject() 396 	mhWnd				= 0;  in Os2SalObject() 448 	if ( mhWnd )  in ~Os2SalObject() 449 		WinDestroyWindow( mhWnd );  in ~Os2SalObject() 478 	HWND hClipWnd = WinCreateWindow( mhWnd, SAL_OBJECT_CLIPCLASSNAME, "",  in UnionClipRegion() 481 									 mhWnd, mhLastClipWnd,  in UnionClipRegion() 501 	sal_Bool   bVisible = WinIsWindowVisible( mhWnd );  in SetPosSize() 504 		WinShowWindow( mhWnd, FALSE );  in SetPosSize() 508 	WinQueryWindowPos( WinQueryWindow( mhWnd, QW_PARENT ), &aParentSWP );  in SetPosSize() [all …] 
 | 
| H A D | salframe.cxx | 891         mpGraphics->mhWnd     = mhWndClient;  in GetGraphics() 1481     SetWindowPos( mhWnd, hWnd, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE );  in SetAlwaysOnTop() 3135         HWND    hWnd = pFrame->mhWnd;  in ImplHandleInputLangChange()
  | 
| /aoo41x/main/canvas/source/directx/ | 
| H A D | dx_9rm.cxx | 199 			virtual HWND getHWND() const { return mhWnd; }  in getHWND() 231             HWND                                        mhWnd;  member in dxcanvas::__anon97d8d2b70111::DXRenderModule 249 			inline bool isDisposed() const { return (mhWnd==NULL); }  in isDisposed() 573 	        mhWnd(0),  in DXRenderModule() 657 			if(!(mhWnd))  in disposing() 662 			mhWnd=NULL;  in disposing() 703 			mhWnd = const_cast<HWND>(hwnd);  in create() 799 			ENSURE_OR_THROW( IsWindow(mhWnd),  in createDevice() 848 			mad3dpp.hDeviceWindow = mhWnd;  in createDevice() 857 												mhWnd,  in createDevice() [all …] 
 | 
| H A D | dx_5rm.cxx | 565 			virtual HWND getHWND() const { return mhWnd; }  in getHWND() 643             HWND                                    mhWnd;  member in dxcanvas::__anon63efdfb30111::DXRenderModule 1029 	        mhWnd(0),  in DXRenderModule() 1124 			mhWnd = const_cast<HWND>(hwnd);  in create() 1126 			ENSURE_OR_THROW( IsWindow( reinterpret_cast<HWND>(mhWnd) ),  in create() 1165 			if( FAILED( mpDirectDraw->SetCooperativeLevel( mhWnd,  in create() 1229 			if( FAILED(pClipper->SetHWnd(0, mhWnd)) )  in create() 1648 			ClientToScreen( mhWnd, &aPoint );  in convert2Screen() 1831 			if(!(mhWnd))  in disposing() 1836 			mhWnd=NULL;  in disposing() [all …] 
 | 
| /aoo41x/main/vcl/os2/source/gdi/ | 
| H A D | salgdi2.cxx | 131 		WinQueryWindowPos( mhWnd, &aSWP );  in copyArea() 155 			WinMapWindowPoints( mhWnd, HWND_DESKTOP, &aPt, 1 );  in copyArea() 213 			HWND hWndParent = WinQueryWindow( mhWnd, QW_PARENT );  in copyArea() 255 					WinInvalidateRegion( mhWnd, hInvalidateRgn, TRUE );  in copyArea() 263 						WinUpdateWindow( mhWnd );  in copyArea()
  | 
| H A D | salgdi.cxx | 179     if( mhWnd )  in GetGraphicsWidth() 181         Os2SalFrame* pFrame = (Os2SalFrame*)GetWindowPtr( mhWnd );  in GetGraphicsWidth() 190                 WinQueryWindowRect( mhWnd, &aRect );  in GetGraphicsWidth()
  | 
| H A D | salvd.cxx | 120 	pVirGraphics->mhWnd		= 0;  in CreateVirtualDevice()
  | 
| H A D | salprn.cxx | 1121 	pGraphics->mhWnd 			= 0;  in CreateInfoPrinter() 1856 	pGraphics->mhWnd 			= 0;  in StartPage()
  | 
| /aoo41x/main/vcl/inc/os2/ | 
| H A D | salobj.h | 36 	HWND					mhWnd;					// Window handle  member in Os2SalObject
  | 
| H A D | salgdi.h | 128 	HWND					mhWnd;				// HWND  member in Os2SalGraphics
  | 
| /aoo41x/main/vcl/inc/win/ | 
| H A D | salobj.h | 36 	HWND					mhWnd;					// Window handle  member in WinSalObject
  | 
| H A D | salmenu.h | 51     HWND  mhWnd;            // the window handle where the menubar is attached, may be NULL  member in WinSalMenu
  | 
| H A D | salframe.h | 39     HWND                    mhWnd;                  // Window handle  member in WinSalFrame
  | 
| H A D | salgdi.h | 139 	HWND					mhWnd;				// Window-Handle, when Window-Graphics  member in WinSalGraphics
  | 
| /aoo41x/main/vcl/win/source/app/ | 
| H A D | salinst.cxx | 1016 		hWndParent = static_cast<WinSalFrame*>(pParent)->mhWnd;
  |