/aoo4110/main/sal/systools/win32/uwinapi/ |
H A D | ResolveUnicows.cpp | 104 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, ChangeMenuW, (HMENU,UINT,LPCWSTR,UINT,UINT) ) 170 DEFINE_UNICOWS_THUNK( shell32, UINT, WINAPI, DragQueryFileW, (HDROP,UINT,LPWSTR,UINT) ) 178 DEFINE_UNICOWS_THUNK( user32, UINT, WINAPI, EnumClipboardFormats, (UINT) ) 288 DEFINE_UNICOWS_THUNK( oleacc, UINT, WINAPI, GetRoleTextW, (DWORD,LPWSTR,UINT) ) 323 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, InsertMenuW, (HMENU,UINT,UINT,UINT,LPCWSTR) ) 350 DEFINE_UNICOWS_THUNK( user32, UINT, WINAPI, MapVirtualKeyExW, (UINT,UINT,HKL) ) 351 DEFINE_UNICOWS_THUNK( user32, UINT, WINAPI, MapVirtualKeyW, (UINT,UINT) ) 355 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, ModifyMenuW, (HMENU,UINT,UINT,UINT,LPCWSTR) ) 370 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, PeekMessageW, (LPMSG,HWND,UINT,UINT,UINT) ) 444 …WS_THUNK( user32, LRESULT, WINAPI, SendMessageTimeoutW, (HWND,UINT,WPARAM,LPARAM,UINT,UINT,PDWORD)… [all …]
|
/aoo4110/main/vcl/inc/win/ |
H A D | saldata.hxx | 104 UINT mnTimerId; // windows timer id 140 std::map< UINT,USHORT > maVKMap; // map some dynamic VK_* entries 156 UINT mnWheelScrollLines; // WheelScrollLines 157 UINT mnWheelScrollChars; // WheelScrollChars 158 UINT mnWheelMsgId; // Wheel-Message-Id fuer W95 225 void CALLBACK SalTimerProc( HWND hWnd, UINT nMsg, UINT_PTR nId, DWORD nTime ); 232 long ImplHandleSalObjKeyMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ); 349 BOOL ImplPostMessage( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam ); 350 BOOL ImplSendMessage( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam ); 351 BOOL ImplGetMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax ); [all …]
|
/aoo4110/main/vcl/win/source/app/ |
H A D | saldata.cxx | 37 static UINT nOldAnsiCodePage = 0; in ImplSalGetSystemEncoding() 40 UINT nAnsiCodePage = GetACP(); in ImplSalGetSystemEncoding() 131 BOOL ImplPostMessage( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in ImplPostMessage() 138 BOOL ImplSendMessage( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in ImplSendMessage() 146 BOOL ImplGetMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax ) in ImplGetMessage() 153 BOOL ImplPeekMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemoveM… in ImplPeekMessage()
|
/aoo4110/main/extensions/source/ole/ |
H A D | jscriptclasses.hxx | 79 STDMETHOD( GetTypeInfoCount)(UINT *pctinfo); 81 STDMETHOD( GetTypeInfo)( UINT iTInfo, 87 UINT cNames, 98 UINT *puArgErr); 131 STDMETHOD( GetTypeInfoCount)(UINT *pctinfo); 133 STDMETHOD( GetTypeInfo)( UINT iTInfo, 139 UINT cNames, 150 UINT *puArgErr);
|
H A D | jscriptclasses.cxx | 41 STDMETHODIMP JScriptValue::GetTypeInfoCount(UINT* /*pctinfo*/) in GetTypeInfoCount() argument 47 STDMETHODIMP JScriptValue::GetTypeInfo( UINT /*iTInfo*/, in GetTypeInfo() argument 57 UINT /*cNames*/, in GetIDsOfNames() argument 91 UINT* /*puArgErr*/) in Invoke() argument 231 STDMETHODIMP JScriptOutParam::GetTypeInfoCount(UINT* /*pctinfo*/) in GetTypeInfoCount() argument 237 STDMETHODIMP JScriptOutParam::GetTypeInfo( UINT /*iTInfo*/, in GetTypeInfo() argument 247 UINT /*cNames*/, in GetIDsOfNames() argument 275 UINT* /*puArgErr*/) in Invoke() argument
|
H A D | unotypewrapper.hxx | 70 STDMETHOD( GetTypeInfoCount)(UINT *pctinfo); 72 STDMETHOD( GetTypeInfo)( UINT iTInfo, 78 UINT cNames, 89 UINT *puArgErr);
|
H A D | unotypewrapper.cxx | 77 STDMETHODIMP UnoTypeWrapper::GetTypeInfoCount(UINT* /*pctinfo*/) in GetTypeInfoCount() argument 83 STDMETHODIMP UnoTypeWrapper::GetTypeInfo( UINT /*iTInfo*/, in GetTypeInfo() argument 93 UINT /*cNames*/, in GetIDsOfNames() argument 120 UINT* /*puArgErr*/) in Invoke() argument
|
/aoo4110/main/embedserv/source/inc/ |
H A D | syswinwrapper.hxx | 42 HWND hWnd, UINT iMsg 70 Tracker(LPCRECT lpSrcRect, UINT nStyle); 90 UINT m_nStyle; // current state 98 BOOL SetCursor(HWND hWnd,UINT nHitTest) const; 111 virtual UINT GetHandleMask() const; 142 friend LRESULT APIENTRY HatchWndProc(HWND, UINT, WPARAM, LPARAM); 151 UINT m_uID; 162 BOOL Init(HWND, UINT, HWND);
|
/aoo4110/main/dtrans/test/win32/dnd/ |
H A D | atlwindow.cxx | 50 LRESULT APIENTRY EditSubclassProc( HWND hwnd, UINT uMsg,WPARAM wParam, LPARAM lParam) ; 65 LRESULT AWindow::OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnClose() 84 LRESULT AWindow::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnCreate() 141 LRESULT AWindow::OnMouseAction(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnMouseAction() 156 LRESULT AWindow::OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnTimer() 225 LRESULT AWindow::OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnSize() 237 LRESULT AWindow::OnFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnFocus() 246 LRESULT APIENTRY EditSubclassProc( HWND hwnd, UINT uMsg,WPARAM wParam, LPARAM lParam) in EditSubclassProc()
|
H A D | atlwindow.hxx | 87 LRESULT OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled); 88 LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled); 89 LRESULT OnMouseAction(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled); 90 LRESULT OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled); 91 LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled); 92 LRESULT OnFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
|
/aoo4110/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.cpp | 40 static UINT aTerminationVetoMessage = 0x7FFF; 41 static UINT aTerminateMessage = 0x7FFF; 58 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 59 LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM); 87 UINT ret = WinExec( imagename, SW_SHOW ); in launchSoffice() 157 UINT uMsgKillTray = RegisterWindowMessage( KILLTRAY_MESSAGE ); in WinMain() 281 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() 428 LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM) in About()
|
/aoo4110/main/sal/inc/systools/win32/ |
H A D | user9x.h | 91 UINT Msg, // message 120 USER9X_API UINT (WINAPI * lpfnRegisterClipboardFormatW) ( 125 UINT format, // clipboard format to retrieve 143 UINT uItem, // identifier or position 153 UINT uFormat // text-drawing options 166 UINT fuFlags // image type and state
|
/aoo4110/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | propsheets.cxx | 156 UINT size = DragQueryFile( reinterpret_cast<HDROP>(medium.hGlobal), 0, 0, 0 ); in Initialize() 160 UINT result_size = DragQueryFile( reinterpret_cast<HDROP>(medium.hGlobal), in Initialize() 263 UINT /*uPageID*/, LPFNADDPROPSHEETPAGE /*lpfnReplaceWith*/, LPARAM /*lParam*/) in ReplacePage() argument 272 UINT CALLBACK CPropertySheet::PropPageSummaryCallback( in PropPageSummaryCallback() 273 HWND /*hwnd*/, UINT uMsg, LPPROPSHEETPAGE ppsp) in PropPageSummaryCallback() 293 BOOL CALLBACK CPropertySheet::PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM … in PropPageSummaryProc() 313 BOOL CALLBACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPAR… in PropPageStatisticsProc()
|
/aoo4110/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 58 UINT g_nCBChanges = 0; 63 HMENU GetSubMenuHandle( HWND hwndParent, UINT uiTopLevelIndex ); 71 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM ); 72 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM ); 197 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() 264 HMENU GetSubMenuHandle( HWND hwndParent, UINT uiTopLevelIndex ) in GetSubMenuHandle() 278 UINT uiMState = GetMenuState( hSubMenu, 0, MF_BYPOSITION ); in IsClipboardViewer()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 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() [all …]
|
/aoo4110/main/shell/inc/internal/ |
H A D | propsheets.hxx | 72 UINT uPageID, LPFNADDPROPSHEETPAGE lpfnReplaceWith, LPARAM lParam); 76 static UINT CALLBACK PropPageSummaryCallback(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp); 77 static BOOL CALLBACK PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam); 78 static BOOL CALLBACK PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam);
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1457 UINT aWinPointAry[SAL_POLYPOLYCOUNT_STACKBUF]; in drawPolyPolygon() 1458 UINT* pWinPointAry; in drawPolyPolygon() 1459 UINT nPolyPolyPoints = 0; in drawPolyPolygon() 1460 UINT nPoints; in drawPolyPolygon() 1461 UINT i; in drawPolyPolygon() 1466 pWinPointAry = new UINT[nPoly]; in drawPolyPolygon() 1468 for ( i = 0; i < (UINT)nPoly; i++ ) in drawPolyPolygon() 1470 nPoints = (UINT)pPoints[i]+1; in drawPolyPolygon() 1485 UINT n = 0; in drawPolyPolygon() 1486 for ( i = 0; i < (UINT)nPoly; i++ ) in drawPolyPolygon() [all …]
|
/aoo4110/main/desktop/win32/source/setup/ |
H A D | setup_main.hxx | 37 UINT m_uiRet; 52 virtual UINT GetError() const = 0; 53 virtual void DisplayError( UINT nErr ) const = 0; 55 void SetError( UINT nErr ) { m_uiRet = nErr; } in SetError()
|
/aoo4110/main/vcl/win/source/window/ |
H A D | salframe.cxx | 780 UINT nScrLines = 0; in ImplSalGetWheelScrollLines() 802 UINT nScrChars = 0; in ImplSalGetWheelScrollChars() 1452 UINT nPosSize = 0; in SetPosSize() 1862 UINT nPosSize = 0; in SetWindowState() 2259 UINT mnOwnId; in SetPointer() 2526 UINT& rCount, UINT nMaxSize, in ImplGetKeyNameText() 2593 UINT nKeyBufLen = 0; in GetKeyName() 2594 UINT nSysCode = 0; in GetKeyName() 3178 static UINT aImplSoundTab[5] = in Beep() 3599 std::map< UINT, sal_uInt16 >::const_iterator it = pSalData->maVKMap.find( (UINT)wParam ); in ImplSalGetKeyCode() [all …]
|
/aoo4110/main/dtrans/source/win32/dtobj/ |
H A D | TxtCnvtHlp.cxx | 42 int CalcBuffSizeForTextConversion( UINT code_page, LPCSTR lpMultiByteString, int nLen = -1 ) in CalcBuffSizeForTextConversion() 56 int CalcBuffSizeForTextConversion( UINT code_page, LPCWSTR lpWideCharString, int nLen = -1 ) in CalcBuffSizeForTextConversion() 74 int MultiByteToWideCharEx( UINT cp_src, in MultiByteToWideCharEx() 110 int WideCharToMultiByteEx( UINT cp_dest, in WideCharToMultiByteEx()
|
/aoo4110/main/dtrans/source/inc/ |
H A D | MtaOleClipb.hxx | 76 sal_Bool postMessage( UINT msg, WPARAM wParam = 0, LPARAM lParam = 0 ); 77 LRESULT sendMessage( UINT msg, WPARAM wParam = 0, LPARAM lParam = 0 ); 93 static LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ); 127 friend LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
/aoo4110/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 222 bool verifyDevice( const UINT nAdapter ); 223 UINT getAdapterFromWindow(); 740 bool DXRenderModule::verifyDevice( const UINT nAdapter ) in verifyDevice() 807 const UINT aAdapter(getAdapterFromWindow()); in createDevice() 808 if(aAdapter == static_cast<UINT>(-1)) in createDevice() 1203 UINT DXRenderModule::getAdapterFromWindow() in getAdapterFromWindow() 1206 UINT aAdapterCount(mpDirect3D9->GetAdapterCount()); in getAdapterFromWindow() 1207 for(UINT i=0; i<aAdapterCount; ++i) in getAdapterFromWindow() 1210 return static_cast<UINT>(-1); in getAdapterFromWindow()
|
/aoo4110/main/embedserv/source/embed/ |
H A D | tracker.cxx | 193 UINT tmp = rp->left; in NormalizeRect() 199 UINT tmp = rp->top; in NormalizeRect() 214 Tracker::Tracker(LPCRECT lpSrcRect, UINT nStyle) in Tracker() 302 BOOL Tracker::SetCursor(HWND pWnd, UINT nHitTest) const in SetCursor() 635 UINT mask = GetHandleMask(); in Draw() 711 UINT Tracker::GetHandleMask() const in GetHandleMask() 713 UINT mask = 0x0F; // always have 4 corner handles in GetHandleMask() 756 UINT mask = GetHandleMask(); in HitTestHandles()
|
/aoo4110/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 85 UINT ShowReleaseNotes( TCHAR* pFileName, TCHAR* pFilePath ) in ShowReleaseNotes() 130 extern "C" UINT __stdcall ShowReleaseNotesBefore( MSIHANDLE ) in ShowReleaseNotesBefore() 143 extern "C" UINT __stdcall ShowReleaseNotesAfter( MSIHANDLE ) in ShowReleaseNotesAfter() 156 extern "C" UINT __stdcall ShowSurveyAfter( MSIHANDLE handle ) in ShowSurveyAfter()
|
/aoo4110/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 93 UINT ret = MsiGetComponentState( hMSI, componentName, ¤t_state, &comp_state ); in WriteRegistry() 164 UINT ret = MsiGetProperty( hMSI, pPropName, L"", &sz ); in GetMsiProp() 230 UINT ret = MsiDatabaseOpenView(rhDatabase,szSelect,&rhView); in QueryReg64Table() 461 extern "C" UINT __stdcall InstallReg64(MSIHANDLE hMSI) in InstallReg64() 468 extern "C" UINT __stdcall DeinstallReg64(MSIHANDLE hMSI) in DeinstallReg64()
|