Searched refs:SAL_MSG_STARTTIMER (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vcl/os2/source/app/ |
H A D | saltimer.cxx | 77 WinPostMsg( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (MPARAM)nMS ); in Start() 79 WinSendMsg( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (MPARAM)nMS ); in Start()
|
H A D | salinst.cxx | 651 case SAL_MSG_STARTTIMER: in SalComWndProc()
|
/aoo42x/main/vcl/win/source/app/ |
H A D | saltimer.cxx | 76 … ImplPostMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS ); in Start() 78 … ImplSendMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS ); in Start()
|
H A D | salinst.cxx | 784 case SAL_MSG_STARTTIMER: in SalComWndProc() 993 ImplPostMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS ); 995 ImplSendMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS );
|
/aoo42x/main/vcl/inc/os2/ |
H A D | saldata.hxx | 231 #define SAL_MSG_STARTTIMER (WM_USER+114) macro
|
/aoo42x/main/vcl/inc/win/ |
H A D | saldata.hxx | 281 #define SAL_MSG_STARTTIMER (WM_USER+113) macro
|
Completed in 44 milliseconds