Searched refs:mhAB (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/vcl/os2/source/app/ |
H A D | salinst.cxx | 381 pData->mhAB = hAB; in InitSalMain() 396 WinTerminate( pData->mhAB ); in DeInitSalMain() 450 pInst->mhAB = pSalData->mhAB; in CreateSalInstance() 544 WinDispatchMsg( pInst->mhAB, &aMsg ); in ImplSalYield() 555 if ( WinGetMsg( pInst->mhAB, &aMsg, 0, 0, 0 ) ) in ImplSalYield() 556 WinDispatchMsg( pInst->mhAB, &aMsg ); in ImplSalYield() 568 WinCancelShutdown( pFrame->mhAB, FALSE ); in ImplSalYield() 710 if ( WinPeekMsg( pSalData->mhAB, &aQMSG, 0, in AnyInput() 718 if ( WinPeekMsg( pSalData->mhAB, &aQMSG, 0, in AnyInput() 726 if ( WinPeekMsg( pSalData->mhAB, &aQMSG, 0, in AnyInput() [all …]
|
H A D | saltimer.cxx | 55 WinStopTimer( pSalData->mhAB, pSalData->mpFirstInstance->mhComWnd, pSalData->mnTimerId ); in ImplSalStartTimer() 58 …pSalData->mnTimerId = WinStartTimer( pSalData->mhAB, pSalData->mpFirstInstance->mhComWnd, IDTIMER,… in ImplSalStartTimer() 93 WinStopTimer( pSalData->mhAB, pSalData->mpFirstInstance->mhComWnd, pSalData->mnTimerId ); in Stop()
|
/aoo41x/main/vcl/os2/source/window/ |
H A D | salobj.cxx | 329 if ( WinRegisterClass( pSalData->mhAB, (PSZ)SAL_OBJECT_CLASSNAME, in ImplSalCreateObject() 333 if ( WinRegisterClass( pSalData->mhAB, (PSZ)SAL_OBJECT_CLIPCLASSNAME, in ImplSalCreateObject() 336 if ( WinRegisterClass( pSalData->mhAB, (PSZ)SAL_OBJECT_CHILDCLASSNAME, in ImplSalCreateObject() 407 WinSetHook( pSalData->mhAB, pSalData->mhMQ, in Os2SalObject() 430 WinReleaseHook( pSalData->mhAB, pSalData->mhMQ, in ~Os2SalObject() 541 WinIsWindow( GetSalData()->mhAB, mhLastFocusWnd ) && in GrabFocus()
|
H A D | salframe.cxx | 719 pFrame->mhAB = pInst->mhAB; in ImplSalCreateFrame() 725 WinQueryTaskSizePos( pInst->mhAB, 0, &aSWP ); in ImplSalCreateFrame() 2383 aMouseEvt.mnTime = WinQueryMsgTime( pFrame->mhAB ); in ImplHandleMouseMsg() 2412 if ( WinPeekMsg( pSalData->mhAB, &aTempMsg, in ImplHandleMouseMsg() 2427 WinQueryMsgPos( pFrame->mhAB, &aMousePoint ); in ImplHandleMouseMsg() 2511 if( !WinIsWindow( pFrame->mhAB, hWnd ) ) in ImplHandleMouseMsg() 2555 WinQueryMsgPos( pFrame->mhAB, &aPt ); in ImplHandleWheelMsg() 2560 aWheelEvt.mnTime = WinQueryMsgTime( pFrame->mhAB ); in ImplHandleWheelMsg() 2791 aModEvt.mnTime = WinQueryMsgTime( pFrame->mhAB ); in ImplHandleKeyMsg() 2834 aKeyEvt.mnTime = WinQueryMsgTime( pFrame->mhAB ); in ImplHandleKeyMsg() [all …]
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salprn.cxx | 1045 HDC hDC = DevOpenDC( pSalData->mhAB, OD_INFO, "*", in ImplSalCreateInfoPrn() 1054 HPS hPS = Ft2CreatePS( pSalData->mhAB, hDC, &sizel, GPIA_ASSOC | GPIT_MICRO | PU_PELS ); in ImplSalCreateInfoPrn() 1250 APIRET rc = DevPostDeviceModes( GetSalData()->mhAB, pDrivData, in Setup() 1690 HAB hAB = pSalData->mhAB; in StartJob()
|
H A D | salbmp.cxx | 258 HAB hAB = GetSalData()->mhAB; in Create() 451 HAB hAB = GetSalData()->mhAB; in ImplCopyDIBOrDDB()
|
H A D | salvd.cxx | 86 HAB hAB = GetSalData()->mhAB; in CreateVirtualDevice()
|
H A D | salgdi2.cxx | 471 HAB hAB = GetSalData()->mhAB; in drawBitmap() 609 HAB hAB = GetSalData()->mhAB; in getBitmap()
|
H A D | salgdi3.cxx | 717 ERRORID nLastError = WinGetLastError( GetSalData()->mhAB ); in ImplDoSetFont() 1095 rc = GpiLoadPublicFonts( GetSalData()->mhAB, Buff); in GetDevFontList()
|
/aoo41x/main/vcl/inc/os2/ |
H A D | salinst.h | 43 HAB mhAB; // anchor block handle member in Os2SalInstance
|
H A D | salframe.h | 55 HAB mhAB; // HAB member in Os2SalFrame
|
H A D | saldata.hxx | 99 HAB mhAB; // anchor block handle member
|
Completed in 99 milliseconds