Home
last modified time | relevance | path

Searched refs:hWnd (Results 51 – 75 of 84) sorted by relevance

1234

/trunk/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.hxx171 virtual void SAL_CALL onPaint( HWND hWnd, HDC hDC );
185 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
H A Dhelppopupwindow.hxx111 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
/trunk/main/toolkit/source/awt/
H A Dvclxsystemdependentwindow.cxx93 aRet <<= (sal_Int32)pSysData->hWnd;
98 aRet <<= (sal_Int32)pSysData->hWnd;
H A Dvclxtopwindow.cxx106 aRet <<= (sal_Int32)pSysData->hWnd; in getWindowHandle()
111 aRet <<= (sal_Int32)pSysData->hWnd; in getWindowHandle()
H A Dvclxtoolkit.cxx1019 aParentData.hWnd = reinterpret_cast<HWND>(nWindowHandle); in ImplCreateWindow()
1021 aParentData.hWnd = (HWND)nWindowHandle; in ImplCreateWindow()
1231 aParentData.hWnd = reinterpret_cast<HWND>(nWindowHandle); in createSystemChild()
1233 aParentData.hWnd = (HWND)nWindowHandle; in createSystemChild()
H A Dvclxwindow1.cxx95 aSysParentData.hWnd = (HWND) nHandle; in SetSystemParent_Impl()
/trunk/main/canvas/source/cairo/
H A Dcairo_win32_cairo.cxx244 if (pSysData && pSysData->hWnd) in createSurface()
245 surf = SurfaceSharedPtr(new Win32Surface(GetDC((HWND) pSysData->hWnd), x, y)); in createSurface()
H A Dcairo_os2_cairo.cxx266 if (pSysData && pSysData->hWnd) in createSurface()
268 pSysData->hWnd, x, y, w, h)); in createSurface()
H A Dcairo_os2_cairo.hxx41 Os2Surface( HWND hWnd, int x, int y, int w, int h);
/trunk/main/winaccessibility/source/service/
H A DAccObjectManagerAgent.cxx159 void AccObjectManagerAgent::SaveTopWindowHandle(long hWnd, com::sun::star::accessibility::XAccessib… in SaveTopWindowHandle() argument
162 pWinManager->SaveTopWindowHandle( HWND((void*)hWnd), pXAcc ); in SaveTopWindowHandle()
H A DAccTopWindowListener.cxx110 accManagerAgent.SaveTopWindowHandle((HWND)systemdata->hWnd, pAccessible); in handleWindowOpened()
112 AddAllListeners(pAccessible,NULL,(HWND)systemdata->hWnd); in handleWindowOpened()
H A DAccObject.cxx1075 void AccObject::SetParentHWND(HWND hWnd) in SetParentHWND() argument
1077 m_pParantID = hWnd; in SetParentHWND()
H A DAccFrameEventListener.cxx120 pAgent->InsertAccObj( pAcc,pAccessible,(HWND)systemdata->hWnd); in handleChildChangedEvent()
/trunk/main/vcl/source/window/
H A Dsyschild.cxx244 nRet = reinterpret_cast< sal_IntPtr >( GetSystemData()->hWnd ); in GetParentWindowHandle()
246 nRet = reinterpret_cast< sal_IntPtr >( (long)GetSystemData()->hWnd ); in GetParentWindowHandle()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx676 HWND hWnd = 0; in ImplUpdateSalJobSetup() local
684 nSysJobSize = DocumentPropertiesW( hWnd, hPrn, in ImplUpdateSalJobSetup()
689 nSysJobSize = DocumentPropertiesA( hWnd, hPrn, in ImplUpdateSalJobSetup()
718 hWnd = pVisibleDlgParent->mhWnd; in ImplUpdateSalJobSetup()
730 nRet = DocumentPropertiesW( hWnd, hPrn, in ImplUpdateSalJobSetup()
736 nRet = DocumentPropertiesA( hWnd, hPrn, in ImplUpdateSalJobSetup()
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx367 HWND hWnd = GetParent()->GetSystemData()->hWnd; variable
368 sNewDataSource = getAdoDatalink((long)hWnd,sOldDataSource);
H A Dadodatalinks.hxx34 ::rtl::OUString getAdoDatalink(long hWnd,::rtl::OUString& oldLink);
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1370 CAxWindowT(HWND hWnd = NULL) : TBase(hWnd)
1401 …BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DW…
1404 - hWnd; \
1410 + (void)hWnd; \
1488 return pProc(hWnd, uMsg, wParam, lParam);
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx662 LRESULT CALLBACK CMtaOleClipboard::mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lP… in mtaOleReqWndProc() argument
738 lResult = DefWindowProcA( hWnd, uMsg, wParam, lParam ); in mtaOleReqWndProc()
/trunk/main/extensions/source/scanner/
H A Dscanwin.cxx153 LRESULT CALLBACK TwainWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in TwainWndProc() argument
155 return DefWindowProc( hWnd, nMsg, nPar1, nPar2 ); in TwainWndProc()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1388 HWND hWnd; in getContainerWindow() local
1389 m_pIOleIPFrame->GetWindow(&hWnd); in getContainerWindow()
1395 aAny <<= sal_Int32(hWnd); in getContainerWindow()
/trunk/main/winaccessibility/inc/
H A DAccObject.hxx88 void SetParentHWND(HWND hWnd);//need to set top window handle when send event to AT
H A DAccObjectManagerAgent.hxx88 void SaveTopWindowHandle(long hWnd, com::sun::star::accessibility::XAccessible* pXAcc);
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.hxx149 static LRESULT CALLBACK StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
/trunk/main/offapi/com/sun/star/accessibility/
H A DXMSAAService.idl42 long getAccObjectPtr ([in] long hWnd, [in] long lParam, [in] long wParam);

Completed in 118 milliseconds

1234