| /AOO41X/main/embedserv/source/inc/ |
| H A D | syswinwrapper.hxx | 38 void TransformRect(LPRECT rect,HWND pWnd,HWND pWndClipTo); 42 HWND hWnd, UINT iMsg 52 HWND m_hWnd; //Window handle of the window 60 HWND Window(void); 98 BOOL SetCursor(HWND hWnd,UINT nHitTest) const; 99 BOOL Track(HWND hWnd,POINT point,BOOL bAllowInvert = FALSE, 100 HWND hWndClipTo = NULL); 107 LPRECT lpRect, HWND hWndClipTo, 108 HDC hDC, HWND hWnd); 130 BOOL TrackHandle(int nHandle,HWND hWnd,POINT point,HWND hWndClipTo); [all …]
|
| /AOO41X/main/sal/systools/win32/uwinapi/ |
| H A D | ResolveUnicows.cpp | 87 DEFINE_UNICOWS_THUNK( winspool, BOOL, WINAPI, AddPortW, (LPWSTR,HWND,LPWSTR) ) 92 DEFINE_UNICOWS_THUNK( winspool, LONG, WINAPI, AdvancedDocumentPropertiesW, (HWND,HANDLE,LPWSTR,PDEV… 100 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, CallWindowProcA, (WNDPROC,HWND,UINT,WPARAM,LPARAM) ) 101 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, CallWindowProcW, (WNDPROC,HWND,UINT,WPARAM,LPARAM) ) 102 DEFINE_UNICOWS_THUNK( user32, LONG, WINAPI, ChangeDisplaySettingsExW, (LPCWSTR,LPDEVMODEW,HWND,DWOR… 115 DEFINE_UNICOWS_THUNK( kernel32, BOOL, WINAPI, CommConfigDialogW, (LPCWSTR,HWND,LPCOMMCONFIG) ) 117 DEFINE_UNICOWS_THUNK( winspool, BOOL, WINAPI, ConfigurePortW, (LPWSTR,HWND,LPWSTR) ) 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… [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; 259 … virtual sal_uInt32 SAL_CALL onCtrlCommand(HWND hwndDlg, sal_uInt16 ctrlId, sal_uInt16 notifyCode); 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); [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; 188 void SAL_CALL CPreviewAdapterImpl::setParent(HWND parent) in setParent() 200 HWND SAL_CALL CPreviewAdapterImpl::getParent() in getParent() 224 HWND flb = GetDlgItem(m_FileDialog,lst1); in calcRightMargin() 275 HWND flb_new = findFileListbox(); in rearrangeLayout() 281 HWND flb_old = GetDlgItem(m_FileDialog,lst1); in rearrangeLayout() 296 HWND prvwnd = m_Preview->getWindowHandle(); in rearrangeLayout() [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 492 sal_uInt32 SAL_CALL CFileOpenDialog::onCtrlCommand(HWND, sal_uInt16, sal_uInt16) in onCtrlCommand() 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() [all …]
|
| 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() 591 void SAL_CALL CExecuteFilePickerState::cacheControlState( HWND hwndControl, CFilePickerState* aNonE… in cacheControlState() 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() [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 | WinFileOpenImpl.cxx | 509 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in SubClassFunc() 579 void SAL_CALL CWinFileOpenImpl::InitControlLabel(HWND hWnd) in InitControlLabel() 605 void SAL_CALL CWinFileOpenImpl::InitCustomControlContainer(HWND hCustomControl) in InitCustomControlContainer() 615 void SAL_CALL CWinFileOpenImpl::CacheControlState(HWND hWnd) in CacheControlState() 625 BOOL CALLBACK CWinFileOpenImpl::EnumChildWndProc(HWND hWnd, LPARAM lParam) in EnumChildWndProc() 675 void SAL_CALL CWinFileOpenImpl::onSelChanged(HWND) in onSelChanged() argument 702 HWND hFilterBoxLabel = GetDlgItem(m_hwndFileOpenDlg, stc2); in EnlargeStdControlLabels() 703 HWND hFileNameBoxLabel = GetDlgItem(m_hwndFileOpenDlg, stc3); in EnlargeStdControlLabels() 704 HWND hFileNameBox = GetDlgItem(m_hwndFileOpenDlg, cmb13); in EnlargeStdControlLabels() 708 HWND hFilterBox = GetDlgItem(m_hwndFileOpenDlg, cmb1); in EnlargeStdControlLabels() [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() 117 inline void SetWindowExStyle( HWND hWnd, DWORD nStyle ) in SetWindowExStyle() 122 inline DWORD GetWindowExStyle( HWND hWnd ) in GetWindowExStyle() 127 inline BOOL IsMinimized( HWND hWnd ) in IsMinimized() 132 inline BOOL IsMaximized( HWND hWnd ) in IsMaximized() 137 inline void SetWindowFont( HWND hWnd, HFONT hFont, BOOL bRedraw ) in SetWindowFont() 142 inline HFONT GetWindowFont( HWND hWnd ) in GetWindowFont() 147 inline void SetClassCursor( HWND hWnd, HCURSOR hCursor ) in SetClassCursor() 152 inline HCURSOR GetClassCursor( HWND hWnd ) in GetClassCursor() [all …]
|
| H A D | saldata.hxx | 107 HWND mhWantLeaveMsg; // window handle, that want a MOUSELEAVE message 221 LRESULT CALLBACK SalFrameWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ); 222 LRESULT CALLBACK SalFrameWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ); 225 void CALLBACK SalTimerProc( HWND hWnd, UINT nMsg, UINT_PTR nId, DWORD nTime ); 232 long ImplHandleSalObjKeyMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ); 233 long ImplHandleSalObjSysCharMsg( HWND hWnd, WPARAM wParam, LPARAM lParam ); 234 sal_Bool ImplHandleGlobalMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, LRESULT& rlResult… 237 WinSalObject* ImplFindSalObject( HWND hWndChild ); 347 LONG ImplSetWindowLong( HWND hWnd, int nIndex, DWORD dwNewLong ); 348 LONG ImplGetWindowLong( HWND hWnd, int nIndex ); [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() 176 if ( pObject && !ImplFindSalObject( (HWND)pData->wParam ) ) in SalSysMsgProc() 180 if ( !pData->wParam || !ImplFindSalObject( (HWND)pData->wParam ) ) in SalSysMsgProc() 191 pObject->mhLastFocusWnd = (HWND)pData->wParam; in SalSysMsgProc() [all …]
|
| H A D | salframe.cxx | 134 typedef sal_Bool ( WINAPI * SetLayeredWindowAttributes_Proc_T ) (HWND,COLORREF,BYTE,DWORD); 168 static void UpdateFrameGeometry( HWND hWnd, WinSalFrame* pFrame ); 169 static void SetMaximizedFrameGeometry( HWND hWnd, WinSalFrame* pFrame, RECT* pParentRect = NULL ); 240 void ImplSalGetWorkArea( HWND hWnd, RECT *pRect, const RECT *pParentRect ) in ImplSalGetWorkArea() 360 HWND hWndParent, sal_uLong nSalFrameStyle ) in ImplSalCreateFrame() 363 HWND hWnd; in ImplSalCreateFrame() 505 HWND hWnd = GetForegroundWindow(); in ImplSalCreateFrame() 601 HWND ImplSalReCreateHWND( HWND hWndParent, HWND oldhWnd, sal_Bool bAsChild ) in ImplSalReCreateHWND() 614 HWND hWnd = CreateWindowExW( nExSysStyle, pClassName, L"", nSysStyle, in ImplSalReCreateHWND() 781 HWND hWndMsWheel = WIN_FindWindow( MSH_WHEELMODULE_CLASS, MSH_WHEELMODULE_TITLE ); in ImplSalGetWheelScrollLines() [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 ); 67 void ShowAvailableClipboardFormats( HWND hWnd, HDC hdc, PAINTSTRUCT ps, RECT rcWnd ); 68 void ClearClipboardContent( HWND hWnd ); 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() [all …]
|
| /AOO41X/main/vcl/inc/os2/ |
| H A D | saldata.hxx | 48 typedef APIRET (APIENTRY ImAssociateInstanceFunc)( HWND hwnd, HIMI himi, PHIMI phimiPrev ); 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() [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() 258 HWND hWndParent = WinQueryWindow( hWnd, QW_PARENT ); // ergibt SysChild-Fenster in SalSysObjClipWndProc() 307 void ImplDestroyAllClipWindows( HWND hWndLast ) in ImplDestroyAllClipWindows() 312 HWND hWndPrev; in ImplDestroyAllClipWindows() [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() 338 void SAL_CALL ListboxSetSelectedItem( HWND hwnd, const Any& aPosition, const Reference< XInterface … in ListboxSetSelectedItem() 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() [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() 758 LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalComWndProc() 789 …nRet = (LRESULT)ImplSalCreateFrame( GetSalData()->mpFirstInstance, (HWND)lParam, (sal_uLong)wParam… in SalComWndProc() 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() [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()
|