Home
last modified time | relevance | path

Searched refs:HWND (Results 1 – 25 of 166) sorted by last modified time

1234567

/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx95 aSysParentData.hWnd = (HWND) nHandle; in SetSystemParent_Impl()
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()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp1252 STDMETHODIMP CMAccessible::Put_XAccWindowHandle(HWND hwnd) in Put_XAccWindowHandle()
2099 STDMETHODIMP CMAccessible:: get_windowHandle(HWND __RPC_FAR *windowHandle) in get_windowHandle()
2110 HWND nHwnd = m_hwnd; in get_windowHandle()
2119 nHwnd = (HWND)pChild->m_hwnd; in get_windowHandle()
H A DMAccessible.h173 STDMETHOD(get_windowHandle)(HWND __RPC_FAR *windowHandle);
201 STDMETHOD(Put_XAccWindowHandle)(HWND hwnd);
227 HWND m_hwnd;
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx383 HWND hwnd = GetDesktopWindow(); in Extract()
/trunk/main/sysui/source/win32/misc/
H A DWinImplHelper.cxx76 void SAL_CALL ListboxAddString( HWND hwnd, const OUString& aString ) in ListboxAddString()
88 OUString SAL_CALL ListboxGetString( HWND hwnd, sal_Int32 aPosition ) in ListboxGetString()
123 void SAL_CALL ListboxAddItem( HWND hwnd, const Any& aItem, const Reference< XInterface >& rXInterfa… in ListboxAddItem()
145 void SAL_CALL ListboxAddItems( HWND hwnd, const Any& aItemList, const Reference< XInterface >& rXIn… in ListboxAddItems()
171 void SAL_CALL ListboxDeleteItem( HWND hwnd, const Any& aPosition, const Reference< XInterface >& rX… in ListboxDeleteItem()
203 void SAL_CALL ListboxDeleteItems( HWND hwnd, const Any& /*unused*/, const Reference< XInterface >& … in ListboxDeleteItems()
223 void SAL_CALL ListboxSetSelectedItem( HWND hwnd, const Any& aPosition, const Reference< XInterface … in ListboxSetSelectedItem()
259 Any SAL_CALL ListboxGetItems( HWND hwnd ) in ListboxGetItems()
287 Any SAL_CALL ListboxGetSelectedItem( HWND hwnd ) in ListboxGetSelectedItem()
303 Any SAL_CALL CheckboxGetState( HWND hwnd ) in CheckboxGetState()
[all …]
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dlistviewbuilder.hxx52 HWND hwnd_lv, const std::wstring& col1, const std::wstring& col2);
67 HWND hwnd_list_view,
75 HWND get_list_view() const;
81 HWND hwnd_list_view_;
85 …friend list_view_builder_ptr create_list_view_builder(HWND hwnd_lv, const std::wstring& col1, cons…
96 HWND hwnd_list_view,
108 …friend list_view_builder_ptr create_list_view_builder(HWND hwnd_lv, const std::wstring& col1, cons…
H A Dpropsheets.cxx273 HWND /*hwnd*/, UINT uMsg, LPPROPSHEETPAGE ppsp) in PropPageSummaryCallback() argument
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()
330 void CPropertySheet::InitPropPageSummary(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageSummary()
360 void CPropertySheet::InitPropPageStatistics(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/) in InitPropPageStatistics()
H A Dlistviewbuilder.cxx55 HWND hwnd_lv, const std::wstring& col1, const std::wstring& col2) in create_list_view_builder()
68 HWND hwnd_list_view, in list_view_builder()
190 HWND list_view_builder::get_list_view() const in get_list_view()
200 HWND hwnd_list_view, in winxp_list_view_builder()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx363 HWND hWnd; in ImplSalCreateFrame()
601 HWND ImplSalReCreateHWND( HWND hWndParent, HWND oldhWnd, sal_Bool bAsChild ) in ImplSalReCreateHWND()
1262 HWND ImplGetParentHwnd( HWND hWnd ) in ImplGetParentHwnd()
1649 HWND hWndOld = pThis->mhWnd; in ImplSetParentFrame()
1715 HWND hWndParent = hNewParentWnd; in ImplSetParentFrame()
1717 HWND hWnd = (HWND) ImplSendMessage( pSalData->mpFirstInstance->mhComWnd, in ImplSetParentFrame()
2173 HWND hWnd; in SetAlwaysOnTop()
2204 HWND hIconicWnd = hWnd; in ImplSalToTop()
4557 if ( (HWND)wParam == hWnd ) in ImplHandlePalette()
5805 HWND hChildWnd; in ImplSalWheelMousePos()
[all …]
H A Dsalobj.cxx42 static sal_Bool ImplIsSysWindowOrChild( HWND hWndParent, HWND hWndChild ) in ImplIsSysWindowOrChild()
47 HWND hTempWnd = ::GetParent( hWndChild ); in ImplIsSysWindowOrChild()
63 WinSalObject* ImplFindSalObject( HWND hWndChild ) in ImplFindSalObject()
80 WinSalFrame* ImplFindSalObjectFrame( HWND hWnd ) in ImplFindSalObjectFrame()
87 HWND hWnd = ::GetParent( pObject->mhWnd ); in ImplFindSalObjectFrame()
113 HWND hWin = rMsg.hwnd; in ImplInterceptChildWindowKeyDown()
114 HWND hLastOLEWindow = hWin; in ImplInterceptChildWindowKeyDown()
377 HWND hFocusWnd = ::GetFocus(); in SalSysObjWndProc()
393 HWND hWndChild = GetWindow( hWnd, GW_CHILD ); in SalSysObjWndProc()
609 HWND hWndChild = 0; in ImplSalCreateObject()
[all …]
/trunk/main/xmerge/source/activesync/
H A DXMergeFilter.cpp137 STDMETHODIMP CXMergeFilter::FilterOptions(HWND hwndParent) in FilterOptions()
354 typedef HRESULT (WINAPI *SHGETFOLDERPATH)( HWND, int, HANDLE, DWORD, LPTSTR );
H A DXMergeFilter.h84 STDMETHODIMP FilterOptions(HWND hwndParent);
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp753 static BOOL SaveDumpFile( HWND hwndOwner ) in SaveDumpFile()
799 static DWORD GetGrowMode( HWND hwnd ) in GetGrowMode()
827 HWND hwnd, // handle to child window in GrowChildWindows()
862 HWND hwndDlg, in PreviewDialogProc()
896 HWND hwndParent = (HWND)GetWindowLong( hwndDlg, GWL_HWNDPARENT ); in PreviewDialogProc()
1032 HWND hwndDlg, in OptionsDialogProc()
1149 void UpdateReportDialogControls( HWND hwndDlg ) in UpdateReportDialogControls()
1162 HWND hwndDlg, in ReportDialogProc()
1385 static HWND hwndPages[2] = { NULL }; in DialogProc()
2589 HWND hwndStatus;
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.hxx51 HWND hwndOwner;
83 HWND hwndOwner;
249 virtual void SAL_CALL onSelChanged(HWND hwndListBox);
257 virtual void SAL_CALL onInitDialog(HWND hwndDlg) = 0;
261 sal_uInt32 SAL_CALL onWMNotify(HWND hwndChild, LPOFNOTIFYW lpOfNotify);
265 void SAL_CALL handleInitDialog(HWND hwndDlg, HWND hwndChild);
274 HWND m_hwndFileOpenDlg;
275 HWND m_hwndFileOpenDlgChild;
282 static CFileOpenDialog* SAL_CALL getCurrentInstance(HWND hwnd);
304 HWND hChildDlg, // handle to child dialog box
[all …]
H A DPreviewCtrl.cxx124 POINT _calcULCorner( HWND hwnd, const CDimension& aPicSize ) in _calcULCorner()
146 sal_Bool _pictureSizeFitsWindowSize( HWND hwnd, const CDimension& aPicSize ) in _pictureSizeFitsWindowSize()
165 CDimension _scalePictureSize( HWND hwnd, const CDimension& aPicSize ) in _scalePictureSize()
206 HWND aParent, in createInstance()
241 HWND aParent, in CFilePreview()
449 void SAL_CALL CFilePreview::onPaint( HWND hWnd, HDC hDC ) in onPaint()
574 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WndProc()
H A Ddibpreview.cxx89 CDIBPreview::CDIBPreview(HINSTANCE instance,HWND parent,sal_Bool bShowWindow) : in CDIBPreview()
234 HWND SAL_CALL CDIBPreview::getWindowHandle() const in getWindowHandle()
243 void SAL_CALL CDIBPreview::onPaint(HWND hWnd, HDC hDC) in onPaint()
337 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx676 HWND hWnd = 0; in ImplUpdateSalJobSetup()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h139 HWND mhWnd; // Window-Handle, when Window-Graphics
/trunk/main/dtrans/source/win32/dnd/
H A Dsource.cxx166 m_hAppWindow= *(HWND*)aArguments[1].getValue(); in initialize()
H A Dtarget.hxx76 HWND m_hWnd; // set by initialize
H A Dtarget.cxx138 m_hWnd= *(HWND*)aArguments[0].getValue(); in initialize()
211 PeekMessage( &msg, (HWND)NULL, 0, 0, PM_NOREMOVE); in DndTargetOleSTAFunc()
220 while( GetMessage(&msg, (HWND)NULL, 0, 0) ) in DndTargetOleSTAFunc()
H A Dsource.hxx63 HWND m_hAppWindow;
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c42 static LRESULT APIENTRY NativeViewWndProc( HWND , UINT , WPARAM , LPARAM );
74 HWND hWnd ; in Java_NativeView_getNativeWindow()
129 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in NativeViewWndProc()
139 HWND hChild = (HWND) lParam; in NativeViewWndProc()
157 HWND hChild = GetWindow(hWnd, GW_CHILD); in NativeViewWndProc()
/trunk/main/embeddedobj/test/Container1/nativelib/
H A Dnativeview.c30 static LRESULT APIENTRY NativeViewWndProc( HWND , UINT , WPARAM , LPARAM );
122 if (GetProp( (HWND)drawable, OLD_PROC_KEY )==0) in Java_embeddedobj_test_NativeView_getNativeWindow()
124 hFuncPtr = SetWindowLong( (HWND)drawable, GWL_WNDPROC, (DWORD)NativeViewWndProc ); in Java_embeddedobj_test_NativeView_getNativeWindow()
125 SetProp( (HWND)drawable, OLD_PROC_KEY, (HANDLE)hFuncPtr ); in Java_embeddedobj_test_NativeView_getNativeWindow()
142 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
152 HWND hChild = (HWND) lParam;
170 HWND hChild = GetWindow(hWnd, GW_CHILD);

Completed in 119 milliseconds

1234567