Lines Matching refs:UINT
124 UINT iconId;
152 static void addMenuItem( HMENU hMenu, UINT id, UINT iconId, const OUString& text, int& pos, int bOw… in addMenuItem()
233 UINT nMenuItemID; in createSystrayMenu()
234 UINT nMenuIconID; in createSystrayMenu()
271 addMenuItem( hMenu, static_cast< UINT >( -1 ), 0, OUString(), pos, false, aEmpty ); in createSystrayMenu()
273 addMenuItem( hMenu, static_cast< UINT >( -1 ), 0, OUString(), pos, false, aEmpty ); in createSystrayMenu()
276 addMenuItem( hMenu, static_cast< UINT >( -1 ), 0, OUString(), pos, false, aEmpty ); in createSystrayMenu()
363 LRESULT CALLBACK listenerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in listenerWndProc()
365 static UINT s_uTaskbarRestart = 0; in listenerWndProc()
366 static UINT s_uMsgKillTray = 0; in listenerWndProc()
504 LRESULT CALLBACK executerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in executerWndProc()