Home
last modified time | relevance | path

Searched refs:mhWnd (Results 1 – 23 of 23) sorted by relevance

/aoo42x/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx239 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 Dsalgdi2.cxx175 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 Dsalgdi.cxx817 if( mhWnd && IsWindow( mhWnd ) ) in GetGraphicsWidth()
819 WinSalFrame* pFrame = GetWindowPtr( mhWnd ); in GetGraphicsWidth()
828 GetClientRect( mhWnd, &aRect ); in GetGraphicsWidth()
H A Dsalvd.cxx121 pVirGraphics->mhWnd = 0; in CreateVirtualDevice()
H A Dsalprn.cxx718 hWnd = pVisibleDlgParent->mhWnd; in ImplUpdateSalJobSetup()
1448 pGraphics->mhWnd = 0; in ImplCreateSalPrnGraphics()
/aoo42x/main/vcl/win/source/window/
H A Dsalframe.cxx1081 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 Dsalobj.cxx91 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 Dsalmenu.cxx67 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()
/aoo42x/main/vcl/os2/source/window/
H A Dsalobj.cxx84 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 Dsalframe.cxx891 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()
/aoo42x/main/canvas/source/directx/
H A Ddx_9rm.cxx199 virtual HWND getHWND() const { return mhWnd; } in getHWND()
231 HWND mhWnd; member in dxcanvas::__anon986deb980111::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 Ddx_5rm.cxx565 virtual HWND getHWND() const { return mhWnd; } in getHWND()
643 HWND mhWnd; member in dxcanvas::__anon6484f8940111::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 …]
/aoo42x/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx131 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 Dsalgdi.cxx179 if( mhWnd ) in GetGraphicsWidth()
181 Os2SalFrame* pFrame = (Os2SalFrame*)GetWindowPtr( mhWnd ); in GetGraphicsWidth()
190 WinQueryWindowRect( mhWnd, &aRect ); in GetGraphicsWidth()
H A Dsalvd.cxx120 pVirGraphics->mhWnd = 0; in CreateVirtualDevice()
H A Dsalprn.cxx1121 pGraphics->mhWnd = 0; in CreateInfoPrinter()
1856 pGraphics->mhWnd = 0; in StartPage()
/aoo42x/main/vcl/inc/os2/
H A Dsalobj.h36 HWND mhWnd; // Window handle member in Os2SalObject
H A Dsalgdi.h128 HWND mhWnd; // HWND member in Os2SalGraphics
/aoo42x/main/vcl/inc/win/
H A Dsalobj.h36 HWND mhWnd; // Window handle member in WinSalObject
H A Dsalmenu.h51 HWND mhWnd; // the window handle where the menubar is attached, may be NULL member in WinSalMenu
H A Dsalframe.h39 HWND mhWnd; // Window handle member in WinSalFrame
H A Dsalgdi.h139 HWND mhWnd; // Window-Handle, when Window-Graphics member in WinSalGraphics
/aoo42x/main/vcl/win/source/app/
H A Dsalinst.cxx1016 hWndParent = static_cast<WinSalFrame*>(pParent)->mhWnd;

Completed in 165 milliseconds