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.cxx227 hTheme = getThemeHandle( mhWnd, L"Button"); in IsNativeControlSupported()
233 hTheme = getThemeHandle( mhWnd, L"Scrollbar"); in IsNativeControlSupported()
239 hTheme = getThemeHandle( mhWnd, L"Edit"); in IsNativeControlSupported()
241 hTheme = getThemeHandle( mhWnd, L"Combobox"); 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()
267 hTheme = getThemeHandle( mhWnd, L"Listview"); in IsNativeControlSupported()
269 hTheme = getThemeHandle( mhWnd, L"Combobox"); in IsNativeControlSupported()
[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.cxx172 sal_Bool bVisible = (GetWindowStyle( pFrame->mhWnd ) & WS_VISIBLE) != 0; in ImplSaveFrameState()
173 if ( IsIconic( pFrame->mhWnd ) ) in ImplSaveFrameState()
179 else if ( IsZoomed( pFrame->mhWnd ) ) in ImplSaveFrameState()
189 if( GetWindowPlacement( pFrame->mhWnd, &aPlacement ) ) in ImplSaveFrameState()
193 AdjustWindowRectEx( &aRect2, GetWindowStyle( pFrame->mhWnd ), in ImplSaveFrameState()
194 FALSE, GetWindowExStyle( pFrame->mhWnd ) ); in ImplSaveFrameState()
209 GetWindowRect( pFrame->mhWnd, &aRect ); in ImplSaveFrameState()
213 AdjustWindowRectEx( &aRect2, GetWindowStyle( pFrame->mhWnd ), in ImplSaveFrameState()
214 FALSE, GetWindowExStyle( pFrame->mhWnd ) ); in ImplSaveFrameState()
831 AdjustWindowRectEx( &aWinRect, GetWindowStyle( pFrame->mhWnd ), in ImplSalAddBorder()
[all …]
H A Dsalobj.cxx87 HWND hWnd = ::GetParent( pObject->mhWnd ); in ImplFindSalObjectFrame()
91 if ( pFrame->mhWnd == hWnd ) in ImplFindSalObjectFrame()
170 ImplPostMessage( pObject->mhWnd, SALOBJ_MSG_POSTFOCUS, 0, 0 ); in SalSysMsgProc()
188 ImplPostMessage( pObject->mhWnd, SALOBJ_MSG_POSTFOCUS, 0, 0 ); in SalSysMsgProc()
214 ImplPostMessage( pObject->mhWnd, SALOBJ_MSG_TOTOP, 0, 0 ); in ImplSalPreDispatchMsg()
270 … if ( ImplHandleSalObjSysCharMsg( pFrame->mhWnd, pMsg->wParam, pMsg->lParam ) ) in ImplSalPreDispatchMsg()
304 … ImplHandleSalObjKeyMsg( pFrame->mhWnd, pMsg->message, pMsg->wParam, pMsg->lParam ); in ImplSalPostDispatchMsg()
415 pSysObj->mhWnd = hWnd; in SalSysObjWndProc()
487 HWND hWndParent = ::GetParent( pSysObj->mhWnd ); in SalSysObjChildWndProc()
606 pParent->mhWnd, 0, in ImplSalCreateObject()
[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.cxx889 mpGraphics->mhWnd = mhWndClient; in GetGraphics()
1479 SetWindowPos( mhWnd, hWnd, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE ); in SetAlwaysOnTop()
3131 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::__anon3fad61e00111::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()
705 ENSURE_OR_THROW( IsWindow( reinterpret_cast<HWND>(mhWnd) ), in create()
799 ENSURE_OR_THROW( IsWindow(mhWnd), in createDevice()
848 mad3dpp.hDeviceWindow = mhWnd; in createDevice()
[all …]
H A Ddx_5rm.cxx565 virtual HWND getHWND() const { return mhWnd; } in getHWND()
643 HWND mhWnd; member in dxcanvas::__anon0bc46edc0111::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()
1144 createDirectDraw(aMonitorList, maMonitorInfo, 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()
[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
H A Dsalgdi.h128 HWND mhWnd; // HWND variable
/AOO42X/main/vcl/inc/win/
H A Dsalobj.h36 HWND mhWnd; // Window handle
H A Dsalmenu.h51 HWND mhWnd; // the window handle where the menubar is attached, may be NULL variable
H A Dsalframe.h39 HWND mhWnd; // Window handle
H A Dsalgdi.h139 HWND mhWnd; // Window-Handle, when Window-Graphics
/AOO42X/main/vcl/win/source/app/
H A Dsalinst.cxx1016 hWndParent = static_cast<WinSalFrame*>(pParent)->mhWnd;