/aoo41x/main/embedserv/source/inc/ |
H A D | syswinwrapper.hxx | 38 void TransformRect(LPRECT rect,HWND pWnd,HWND pWndClipTo); 42 HWND hWnd, UINT iMsg 60 HWND Window(void); 108 HDC hDC, HWND hWnd); 130 BOOL TrackHandle(int nHandle,HWND hWnd,POINT point,HWND hWndClipTo); 152 HWND m_hWndParent; 153 HWND m_hWndKid; 154 HWND m_hWndAssociate; 162 BOOL Init(HWND, UINT, HWND); 164 HWND HwndAssociateSet(HWND); [all …]
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | ResolveUnicows.cpp | 126 DEFINE_UNICOWS_THUNK( user32, HWND, WINAPI, CreateDialogIndirectParamW, (HINSTANCE,LPCDLGTEMPLATE,H… 127 DEFINE_UNICOWS_THUNK( user32, HWND, WINAPI, CreateDialogParamW, (HINSTANCE,LPCWSTR,HWND,DLGPROC,LPA… 137 DEFINE_UNICOWS_THUNK( user32, HWND, WINAPI, CreateMDIWindowW, (LPCWSTR,LPCWSTR,DWORD,int,int,int,in… 146 DEFINE_UNICOWS_THUNK( user32, HWND, WINAPI, CreateWindowExW, (DWORD,LPCWSTR,LPCWSTR,DWORD,int,int,i… 154 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, DefFrameProcW, (HWND,HWND,UINT,WPARAM,LPARAM) ) 174 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, EnableWindow, (HWND,BOOL) ) 208 DEFINE_UNICOWS_THUNK( user32, HWND, WINAPI, FindWindowExW, (HWND,HWND,LPCWSTR,LPCWSTR) ) 230 DEFINE_UNICOWS_THUNK( user32, DWORD, WINAPI, GetClassLongW, (HWND,int) ) 286 DEFINE_UNICOWS_THUNK( user32, HANDLE, WINAPI, GetPropA, (HWND,LPCSTR) ) 335 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, IsWindowUnicode, (HWND) ) [all …]
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | dialogcustomcontrols.hxx | 44 CDummyCustomControl(HWND aControlHandle, HWND aParentHandle); 57 CDialogCustomControlBase(HWND aControlHandle, HWND aParentHandle); 64 void SAL_CALL AlignToBuddy(HWND aBuddyHandle); 67 HWND m_CustomControlHandle; 68 HWND m_ParentHandle; 78 CStaticCustomControl(HWND aControlHandle, HWND aParentHandle); 90 CPushButtonCustomControl(HWND aControlHandle, HWND aParentHandle); 102 CComboboxCustomControl(HWND aControlHandle, HWND aParentHandle); 114 CCheckboxCustomControl(HWND aControlHandle, HWND aParentHandle);
|
H A D | dialogcustomcontrols.cxx | 36 CDialogCustomControlBase::CDialogCustomControlBase(HWND aControlHandle, HWND aParentHandle) : in CDialogCustomControlBase() 59 void SAL_CALL CDialogCustomControlBase::AlignToBuddy(HWND aBuddyHandle) in AlignToBuddy() 95 CDummyCustomControl::CDummyCustomControl(HWND, HWND) in CDummyCustomControl() argument 121 CStaticCustomControl::CStaticCustomControl(HWND aControlHandle, HWND aParentHandle) : in CStaticCustomControl() 140 CPushButtonCustomControl::CPushButtonCustomControl(HWND aControlHandle, HWND aParentHandle) : in CPushButtonCustomControl() 159 CComboboxCustomControl::CComboboxCustomControl(HWND aControlHandle, HWND aParentHandle) : in CComboboxCustomControl() 178 CCheckboxCustomControl::CCheckboxCustomControl(HWND aControlHandle, HWND aParentHandle) : in CCheckboxCustomControl()
|
H A D | FileOpenDlg.hxx | 51 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 D | previewadapter.cxx | 71 virtual void SAL_CALL setParent(HWND parent); 73 virtual HWND SAL_CALL getParent(); 92 HWND SAL_CALL findFileListbox() const; 98 HWND m_FileDialog; 200 HWND SAL_CALL CPreviewAdapterImpl::getParent() in getParent() 224 HWND flb = GetDlgItem(m_FileDialog,lst1); in calcRightMargin() 275 HWND flb_new = findFileListbox(); in rearrangeLayout() 296 HWND prvwnd = m_Preview->getWindowHandle(); in rearrangeLayout() 369 HWND flb = findFileListbox(); in initializeActivePreview() 392 HWND flb = GetDlgItem(m_FileDialog,lst2); in findFileListbox() [all …]
|
H A D | FileOpenDlg.cxx | 62 inline bool is_current_process_window(HWND hwnd) in is_current_process_window() 69 HWND choose_parent_window() in choose_parent_window() 71 HWND hwnd_parent = GetForegroundWindow(); in choose_parent_window() 451 void SAL_CALL CFileOpenDialog::onSelChanged(HWND) in onSelChanged() argument 501 sal_uInt32 SAL_CALL CFileOpenDialog::onWMNotify( HWND, LPOFNOTIFY lpOfNotify ) in onWMNotify() argument 540 void SAL_CALL CFileOpenDialog::handleInitDialog(HWND hwndDlg, HWND hwndChild) in handleInitDialog() 557 HWND hChildDlg, unsigned int uiMsg, WPARAM wParam, LPARAM lParam) in ofnHookProc() 559 HWND hwndDlg = GetParent(hChildDlg); in ofnHookProc() 608 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in BaseDlgProc() 636 CFileOpenDialog* SAL_CALL CFileOpenDialog::getCurrentInstance(HWND hwnd) in getCurrentInstance() [all …]
|
H A D | helppopupwindow.hxx | 74 HWND hwndParent ); 95 HWND SAL_CALL setParent( HWND hwndNewParent ); 98 void SAL_CALL onPaint( HWND, HDC ); 100 void SAL_CALL onCreate( HWND ); 111 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ); 118 HWND m_hwnd; 119 HWND m_hwndParent;
|
H A D | filepickerstate.cxx | 372 CExecuteFilePickerState::CExecuteFilePickerState( HWND hwndDlg ) : in CExecuteFilePickerState() 387 HWND hwndCtrl = GetHwndDlgItem( aControlId ); in setValue() 429 HWND hwndCtrl = GetHwndDlgItem( aControlId ); in getValue() 464 HWND hwndCtrl = GetHwndDlgItem( aControlId ); in enableControl() 477 HWND hwndCtrl = GetHwndDlgItem( aControlId ); in setLabel() 497 HWND hwndCtrl = GetHwndDlgItem( aControlId ); in getLabel() 649 void SAL_CALL CExecuteFilePickerState::setHwnd( HWND hwndDlg ) in setHwnd() 658 inline sal_Bool SAL_CALL CExecuteFilePickerState::IsListboxControl( HWND hwndControl ) const in IsListboxControl() 683 inline HWND SAL_CALL CExecuteFilePickerState::GetListboxLabelItem( sal_Int16 aControlId ) const in GetListboxLabelItem() 686 HWND hwndCtrl = GetHwndDlgItem( aLabelId ); in GetListboxLabelItem() [all …]
|
H A D | WinFileOpenImpl.cxx | 509 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in SubClassFunc() 579 void SAL_CALL CWinFileOpenImpl::InitControlLabel(HWND hWnd) in InitControlLabel() 615 void SAL_CALL CWinFileOpenImpl::CacheControlState(HWND hWnd) in CacheControlState() 675 void SAL_CALL CWinFileOpenImpl::onSelChanged(HWND) in onSelChanged() argument 702 HWND hFilterBoxLabel = GetDlgItem(m_hwndFileOpenDlg, stc2); in EnlargeStdControlLabels() 704 HWND hFileNameBox = GetDlgItem(m_hwndFileOpenDlg, cmb13); in EnlargeStdControlLabels() 708 HWND hFilterBox = GetDlgItem(m_hwndFileOpenDlg, cmb1); in EnlargeStdControlLabels() 709 HWND hOkButton = GetDlgItem(m_hwndFileOpenDlg, IDOK); in EnlargeStdControlLabels() 836 HWND, sal_uInt16 ctrlId, sal_uInt16) in onCtrlCommand() argument 903 void SAL_CALL CWinFileOpenImpl::onInitDialog(HWND hwndDlg) in onInitDialog() [all …]
|
/aoo41x/main/vcl/inc/win/ |
H A D | wincomp.hxx | 107 inline void SetWindowStyle( HWND hWnd, DWORD nStyle ) in SetWindowStyle() 112 inline DWORD GetWindowStyle( HWND hWnd ) in GetWindowStyle() 122 inline DWORD GetWindowExStyle( HWND hWnd ) in GetWindowExStyle() 127 inline BOOL IsMinimized( HWND hWnd ) in IsMinimized() 132 inline BOOL IsMaximized( HWND hWnd ) in IsMaximized() 142 inline HFONT GetWindowFont( HWND hWnd ) in GetWindowFont() 152 inline HCURSOR GetClassCursor( HWND hWnd ) in GetClassCursor() 157 inline void SetClassIcon( HWND hWnd, HICON hIcon ) in SetClassIcon() 162 inline HICON GetClassIcon( HWND hWnd ) in GetClassIcon() 172 inline HBRUSH GetClassBrush( HWND hWnd ) in GetClassBrush() [all …]
|
H A D | saldata.hxx | 225 void CALLBACK SalTimerProc( HWND hWnd, UINT nMsg, UINT_PTR nId, DWORD nTime ); 233 long ImplHandleSalObjSysCharMsg( HWND hWnd, WPARAM wParam, LPARAM lParam ); 237 WinSalObject* ImplFindSalObject( HWND hWndChild ); 347 LONG ImplSetWindowLong( HWND hWnd, int nIndex, DWORD dwNewLong ); 348 LONG ImplGetWindowLong( HWND hWnd, int nIndex ); 349 BOOL ImplPostMessage( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam ); 350 BOOL ImplSendMessage( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam ); 355 inline void SetWindowPtr( HWND hWnd, WinSalFrame* pThis ) in SetWindowPtr() 360 inline WinSalFrame* GetWindowPtr( HWND hWnd ) in GetWindowPtr() 365 inline void SetSalObjWindowPtr( HWND hWnd, WinSalObject* pThis ) in SetSalObjWindowPtr() [all …]
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salobj.cxx | 42 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 …]
|
H A D | salframe.cxx | 363 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() 4554 if ( (HWND)wParam == hWnd ) in ImplHandlePalette() 5802 HWND hChildWnd; in ImplSalWheelMousePos() [all …]
|
/aoo41x/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 52 HWND g_hwndMain; 63 HMENU GetSubMenuHandle( HWND hwndParent, UINT uiTopLevelIndex ); 64 BOOL IsClipboardViewer( HWND hwndParent ); 65 void SwitchMenuState( HWND hwndParent ); 68 void ClearClipboardContent( HWND hWnd ); 71 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM ); 72 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM ); 264 HMENU GetSubMenuHandle( HWND hwndParent, UINT uiTopLevelIndex ) in GetSubMenuHandle() 275 BOOL IsClipboardViewer( HWND hwndParent ) in IsClipboardViewer() 282 void SwitchMenuState( HWND hwndParent ) in SwitchMenuState() [all …]
|
/aoo41x/main/vcl/inc/os2/ |
H A D | saldata.hxx | 49 typedef APIRET (APIENTRY ImGetInstanceFunc)( HWND hwnd, PHIMI phimi ); 50 typedef APIRET (APIENTRY ImReleaseInstanceFunc)( HWND hwnd, HIMI himi ); 111 HWND mhWantLeaveMsg; // window handle, that want a MOUSELEAVE message 151 PM_BOOL SalImplHandleProcessMenu( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 ); 179 MRESULT EXPENTRY SalFrameWndProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 ); 180 MRESULT EXPENTRY SalFrameFrameProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 ); 183 void SalTimerProc( HWND hWnd, UINT nMsg, UINT nId, ULONG nTime ); 282 inline void SetWindowPtr( HWND hWnd, SalFrame* pThis ) in SetWindowPtr() 287 inline Os2SalFrame* GetWindowPtr( HWND hWnd ) in GetWindowPtr() 292 inline void SetSalObjWindowPtr( HWND hWnd, SalObject* pThis ) in SetSalObjWindowPtr() [all …]
|
/aoo41x/main/vcl/os2/source/window/ |
H A D | salobj.cxx | 40 static sal_Bool ImplIsSysWindowOrChild( HWND hWndParent, HWND hWndChild ) in ImplIsSysWindowOrChild() 45 HWND hTempWnd = WinQueryWindow( hWndChild, QW_PARENT ); in ImplIsSysWindowOrChild() 58 static Os2SalObject* ImplFindOs2SalObject( HWND hWndChild ) in ImplFindOs2SalObject() 96 MRESULT EXPENTRY SalSysObjWndProc( HWND hWnd, ULONG nMsg, in SalSysObjWndProc() 152 HWND hWndFocus = HWNDFROMMP( nMP1 ); in SalSysObjWndProc() 195 MRESULT EXPENTRY SalSysObjChildWndProc( HWND hWnd, ULONG nMsg, in SalSysObjChildWndProc() 232 MRESULT EXPENTRY SalSysObjClipWndProc( HWND hWnd, ULONG nMsg, in SalSysObjClipWndProc() 307 void ImplDestroyAllClipWindows( HWND hWndLast ) in ImplDestroyAllClipWindows() 312 HWND hWndPrev; in ImplDestroyAllClipWindows() 351 HWND hWndChild = WinCreateWindow( hWnd, SAL_OBJECT_CHILDCLASSNAME, "", in ImplSalCreateObject() [all …]
|
/aoo41x/main/fpicker/source/win32/misc/ |
H A D | WinImplHelper.hxx | 65 …HWND hwnd, const ::com::sun::star::uno::Any& aItem, const ::com::sun::star::uno::Reference< ::com:… 69 …HWND hwnd, const ::com::sun::star::uno::Any& aItemList, const ::com::sun::star::uno::Reference< ::… 73 …HWND hwnd, const ::com::sun::star::uno::Any& aPosition, const ::com::sun::star::uno::Reference< ::… 77 …HWND hwnd, const ::com::sun::star::uno::Any& aUnused, const ::com::sun::star::uno::Reference< ::co… 81 …HWND hwnd, const ::com::sun::star::uno::Any& aPosition, const ::com::sun::star::uno::Reference< ::… 85 ::com::sun::star::uno::Any SAL_CALL ListboxGetItems( HWND hwnd ); 86 ::com::sun::star::uno::Any SAL_CALL ListboxGetSelectedItem( HWND hwnd ); 87 ::com::sun::star::uno::Any SAL_CALL ListboxGetSelectedItemIndex( HWND hwnd ); 90 ::com::sun::star::uno::Any SAL_CALL CheckboxGetState( HWND hwnd ); 93 …HWND hwnd, const ::com::sun::star::uno::Any& aState, const ::com::sun::star::uno::Reference< ::com…
|
H A D | WinImplHelper.cxx | 191 void SAL_CALL ListboxAddString( HWND hwnd, const OUString& aString ) in ListboxAddString() 203 OUString SAL_CALL ListboxGetString( HWND hwnd, sal_Int32 aPosition ) in ListboxGetString() 238 void SAL_CALL ListboxAddItem( HWND hwnd, const Any& aItem, const Reference< XInterface >& rXInterfa… in ListboxAddItem() 260 void SAL_CALL ListboxAddItems( HWND hwnd, const Any& aItemList, const Reference< XInterface >& rXIn… in ListboxAddItems() 286 void SAL_CALL ListboxDeleteItem( HWND hwnd, const Any& aPosition, const Reference< XInterface >& rX… in ListboxDeleteItem() 318 void SAL_CALL ListboxDeleteItems( HWND hwnd, const Any&, const Reference< XInterface >&, sal_Int16 ) in ListboxDeleteItems() 374 Any SAL_CALL ListboxGetItems( HWND hwnd ) in ListboxGetItems() 402 Any SAL_CALL ListboxGetSelectedItem( HWND hwnd ) in ListboxGetSelectedItem() 418 Any SAL_CALL ListboxGetSelectedItemIndex( HWND hwnd ) in ListboxGetSelectedItemIndex() 434 Any SAL_CALL CheckboxGetState( HWND hwnd ) in CheckboxGetState() [all …]
|
/aoo41x/main/sysui/source/win32/misc/ |
H A D | WinImplHelper.hxx | 50 …HWND hwnd, const ::com::sun::star::uno::Any& aItem, const ::com::sun::star::uno::Reference< ::com:… 54 …HWND hwnd, const ::com::sun::star::uno::Any& aItemList, const ::com::sun::star::uno::Reference< ::… 58 …HWND hwnd, const ::com::sun::star::uno::Any& aPosition, const ::com::sun::star::uno::Reference< ::… 62 …HWND hwnd, const ::com::sun::star::uno::Any& aUnused, const ::com::sun::star::uno::Reference< ::co… 66 …HWND hwnd, const ::com::sun::star::uno::Any& aPosition, const ::com::sun::star::uno::Reference< ::… 70 ::com::sun::star::uno::Any SAL_CALL ListboxGetItems( HWND hwnd ); 71 ::com::sun::star::uno::Any SAL_CALL ListboxGetSelectedItem( HWND hwnd ); 74 ::com::sun::star::uno::Any SAL_CALL CheckboxGetState( HWND hwnd ); 77 …HWND hwnd, const ::com::sun::star::uno::Any& aState, const ::com::sun::star::uno::Reference< ::com…
|
H A D | WinImplHelper.cxx | 76 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 …]
|
/aoo41x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 55 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM ); 56 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM ); 57 void PasteClipboardData(HWND hwndParent); 58 void PasteClipboardData2(HWND hwndParent); 74 HWND hwnd; in ThreadProc() 78 hwnd = (HWND)pParam; in ThreadProc() 226 HWND hWnd; in InitInstance() 254 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() 315 void PasteClipboardData2(HWND hwndParent) in PasteClipboardData2() 322 HWND hwnd; in PasteClipboardData2()
|
/aoo41x/main/vcl/win/source/app/ |
H A D | salinst.cxx | 102 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ); 103 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ); 573 HWND hComWnd = CreateWindowExW( WS_EX_TOOLWINDOW, SAL_COM_CLASSNAMEW, in CreateSalInstance() 793 nRet = (LRESULT)ImplSalReCreateHWND( (HWND)wParam, (HWND)lParam, FALSE ); in SalComWndProc() 797 nRet = (LRESULT)ImplSalReCreateHWND( (HWND)wParam, (HWND)lParam, TRUE ); in SalComWndProc() 807 if (DestroyWindow((HWND)lParam) == 0) in SalComWndProc() 812 SetWindowPtr((HWND)lParam, 0); in SalComWndProc() 825 nRet = (LRESULT)GetDCEx( (HWND)wParam, 0, DCX_CACHE ); in SalComWndProc() 829 ReleaseDC( (HWND)wParam, (HDC)lParam ); in SalComWndProc() 840 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) [all …]
|
/aoo41x/main/embeddedobj/test/Container1/nativelib/ |
H A D | nativeview.c | 30 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);
|
/aoo41x/main/embedserv/source/embed/ |
H A D | syswinwrapper.cxx | 87 HWND winwrap::CWindow::Window(void) in Window() 216 BOOL CHatchWin::Init(HWND hWndParent, UINT uID, HWND hWndAssoc) in Init() 254 HWND CHatchWin::HwndAssociateSet(HWND hWndAssoc) in HwndAssociateSet() 256 HWND hWndT=m_hWndAssociate; in HwndAssociateSet() 263 HWND CHatchWin::HwndAssociateGet(void) in HwndAssociateGet() 341 void CHatchWin::ChildSet(HWND hWndKid) in ChildSet() 398 HWND hWnd, UINT iMsg in HatchWndProc()
|