Home
last modified time | relevance | path

Searched refs:WM_USER (Results 1 – 16 of 16) sorted by relevance

/AOO42X/main/vcl/inc/win/
H A Dsaldata.hxx275 #define SAL_MSG_PRINTABORTJOB (WM_USER+110)
277 #define SAL_MSG_THREADYIELD (WM_USER+111)
279 #define SAL_MSG_RELEASEWAITYIELD (WM_USER+112)
281 #define SAL_MSG_STARTTIMER (WM_USER+113)
283 #define SAL_MSG_CREATEFRAME (WM_USER+114)
285 #define SAL_MSG_DESTROYFRAME (WM_USER+115)
287 #define SAL_MSG_CREATEOBJECT (WM_USER+116)
289 #define SAL_MSG_DESTROYOBJECT (WM_USER+117)
291 #define SAL_MSG_GETDC (WM_USER+120)
293 #define SAL_MSG_RELEASEDC (WM_USER+121)
[all …]
/AOO42X/main/vcl/inc/os2/
H A Dsaldata.hxx225 #define SAL_MSG_USEREVENT (WM_USER+111)
227 #define SAL_MSG_MOUSELEAVE (WM_USER+112)
229 #define SAL_MSG_PRINTABORTJOB (WM_USER+113)
231 #define SAL_MSG_STARTTIMER (WM_USER+114)
233 #define SAL_MSG_CREATEFRAME (WM_USER+115)
235 #define SAL_MSG_CREATEOBJECT (WM_USER+116)
237 #define SAL_MSG_THREADYIELD (WM_USER+117)
239 #define SAL_MSG_RELEASEWAITYIELD (WM_USER+118)
241 #define SAL_MSG_SYSPROCESSMENU (WM_USER+119)
243 #define SAL_MSG_POSTFOCUS (WM_USER+120)
[all …]
/AOO42X/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx79 const sal_uInt32 MSG_SETCLIPBOARD = WM_USER + 0x0001;
80 const sal_uInt32 MSG_GETCLIPBOARD = WM_USER + 0x0002;
81 const sal_uInt32 MSG_REGCLIPVIEWER = WM_USER + 0x0003;
82 const sal_uInt32 MSG_FLUSHCLIPBOARD = WM_USER + 0x0004;
83 const sal_uInt32 MSG_SHUTDOWN = WM_USER + 0x0005;
/AOO42X/main/migrationanalysis/src/wizard/
H A DGet Directory Dialog.bas61 Private Const WM_USER = &H400 constant
64 Private Const BFFM_SETSELECTION = (WM_USER + 102)
/AOO42X/main/dtrans/test/win32/dnd/
H A DdndTest.cxx155 PeekMessage(&msg, NULL, WM_USER, WM_USER, PM_NOREMOVE); in MTAFunc()
/AOO42X/main/extensions/source/activex/main/
H A Dso_activex.rc36 #define LB_ADDSTRING (WM_USER+1)
37 #define CB_ADDSTRING (WM_USER+3)
/AOO42X/main/dtrans/source/win32/dnd/
H A Dsource.cxx374 PeekMessage( &msgtemp, NULL, WM_USER, WM_USER, PM_NOREMOVE); in DndOleSTAFunc()
H A Dtarget.cxx44 #define WM_REGISTERDRAGDROP WM_USER + 1
45 #define WM_REVOKEDRAGDROP WM_USER + 2
/AOO42X/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx39 const sal_uInt32 MSG_BROWSEFORFOLDER = WM_USER + 1;
40 const sal_uInt32 MSG_SHUTDOWN = WM_USER + 2;
/AOO42X/main/avmedia/source/win/
H A Dwincommon.hxx50 #define WM_GRAPHNOTIFY (WM_USER + 567)
/AOO42X/main/dtrans/source/os2/dnd/
H A Dglobals.hxx40 #define DM_AOO_ENDCONVERSATION (WM_USER+170)
/AOO42X/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx52 #define MSG_FLUSHCLIPBOARD WM_USER + 1
/AOO42X/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp30 #define MY_TASKBAR_NOTIFICATION WM_USER+1
/AOO42X/main/extensions/source/scanner/
H A Dtwain.cxx104 pMsg->message = WM_USER; in TwainMsgProc()
H A Dscanwin.cxx170 pMsg->message = WM_USER; in TwainMsgProc()
/AOO42X/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx111 #define SFX_TASKBAR_NOTIFICATION WM_USER+1