Home
last modified time | relevance | path

Searched refs:HWND (Results 26 – 50 of 156) sorted by relevance

1234567

/aoo41x/main/winaccessibility/inc/
H A DAccObjectWinManager.hxx62 bool operator()(const HWND s1, const HWND s2) const in operator ()()
75 typedef std::map< HWND,void*,ltstr2 > XHWNDToXAccHash;
110 AccObject* GetTopWindowAccObj(HWND hWnd);
115 void InsertAccChildNode(AccObject* pCurObj,AccObject* pParentObj,HWND pWnd);
123 …cessibility::XAccessible* pXAcc,com::sun::star::accessibility::XAccessible* pParentXAcc,HWND pWnd);
124 sal_Bool InsertChildrenAccObj( com::sun::star::accessibility::XAccessible* pXAcc,HWND pWnd=0);
132 long Get_ToATInterface( HWND hWnd, long lParam, long wParam);
163 void SaveTopWindowHandle(HWND hWnd, com::sun::star::accessibility::XAccessible* pXAcc);
/aoo41x/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…
/aoo41x/main/avmedia/source/win/
H A Dwindow.cxx76 LRESULT CALLBACK MediaPlayerWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in MediaPlayerWndProc()
219 ::DestroyWindow( (HWND) mnFrameWnd ); in ~Window()
330 (HWND) mnParentWnd, NULL, mpWndClass->hInstance, 0 ); in create()
345 ::SetWindowLong( (HWND) mnFrameWnd, 0, (DWORD) this ); in create()
354 if( DD_OK == pDDraw->SetCooperativeLevel( (HWND) mnParentWnd, DDSCL_NORMAL ) ) in create()
367 pDDClipper->SetHWnd( 0, (HWND) mnFrameWnd ); in create()
474 ::SetWindowPos( (HWND) mnFrameWnd, HWND_TOP, X, Y, Width, Height, 0 ); in setPosSize()
490 if( ::GetClientRect( (HWND) mnFrameWnd, &aWndRect ) ) in getPosSize()
514 ::ShowWindow( (HWND) mnFrameWnd, bVisible ? SW_SHOW : SW_HIDE ); in setVisible()
524 ::EnableWindow( (HWND) mnFrameWnd, bEnable ); in setEnable()
[all …]
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx79 static void ImplSalCalcFrameSize( HWND hWnd,
166 HWND hParent = NULL; in _WinSetWindowPos()
259 HWND hwnd2; in dumpWindowInfo()
595 HWND hWndFrame; in ImplSalCreateFrame()
596 HWND hWndClient; in ImplSalCreateFrame()
870 static HDC ImplWinGetDC( HWND hWnd ) in ImplWinGetDC()
1476 HWND hWnd; in SetAlwaysOnTop()
1718 HWND hWnd = mhWndClient; in SetInputContext()
1764 HWND hWnd = mhWndClient; in EndExtTextInput()
2761 static long ImplHandleKeyMsg( HWND hWnd, in ImplHandleKeyMsg()
[all …]
/aoo41x/main/migrationanalysis/src/msokill/
H A Dmsokill.cpp34 BOOL KillAppFromWindow(HWND hWnd, char *appName);
39 BOOL CALLBACK CloseOfficeDlgProc(HWND hwndChild, LPARAM lParam);
40 BOOL CALLBACK CountOfficeDlgProc(HWND hwndChild, LPARAM lParam);
100 HWND hWnd; in KillOffice()
118 HWND hWnd, in KillAppFromWindow()
187 BOOL CALLBACK CloseOfficeDlgProc(HWND hwndChild, LPARAM) in CloseOfficeDlgProc()
223 BOOL CALLBACK CountOfficeDlgProc(HWND hwndChild, LPARAM) in CountOfficeDlgProc()
/aoo41x/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.hxx174 virtual void SAL_CALL onSelChanged( HWND hwndListBox );
182 virtual void SAL_CALL onInitDialog( HWND hwndDlg );
184 …virtual sal_uInt32 SAL_CALL onCtrlCommand( HWND hwndDlg, sal_uInt16 ctrlId, sal_uInt16 notifyCode …
200 void SAL_CALL InitControlLabel( HWND hWnd );
201 void SAL_CALL InitCustomControlContainer(HWND hCustomControl);
204 void SAL_CALL CacheControlState(HWND hWnd);
209 static LRESULT CALLBACK SubClassFunc(HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam);
211 static BOOL CALLBACK EnumChildWndProc( HWND hWnd, LPARAM lParam );
H A Dfilepickerstate.hxx119 CExecuteFilePickerState( HWND hwndDlg = NULL );
137 void SAL_CALL cacheControlState( HWND hwndControl, CFilePickerState* aFilePickerState );
139 void SAL_CALL setHwnd( HWND hwndDlg );
143 inline sal_Bool SAL_CALL IsListboxControl( HWND hwndControl ) const;
147 inline HWND SAL_CALL GetListboxLabelItem( sal_Int16 aControlId ) const;
153HWND SAL_CALL GetHwndDlgItem( sal_Int16 aControlId, sal_Bool bIncludeStdCtrls = sal_True ) const;
155 HWND m_hwndDlg;
H A Ddibpreview.hxx57 CDIBPreview(HINSTANCE instance,HWND parent,sal_Bool bShowWindow = sal_False);
82 virtual HWND SAL_CALL getWindowHandle() const;
85 virtual void SAL_CALL onPaint( HWND hWnd, HDC hDC );
90 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
94 HWND m_Hwnd;
H A DPreviewCtrl.hxx111 HWND aParent,
156 HWND aParent,
171 virtual void SAL_CALL onPaint( HWND hWnd, HDC hDC );
179 HWND m_hwnd;
185 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
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 Dhelppopupwindow.cxx87 HWND hwndParent ) : in CHelpPopupWindow()
176 HWND SAL_CALL CHelpPopupWindow::setParent( HWND hwndNewParent ) in setParent()
178 HWND oldParent = m_hwndParent; in setParent()
312 void SAL_CALL CHelpPopupWindow::onPaint( HWND hWnd, HDC hdc ) in onPaint()
441 void SAL_CALL CHelpPopupWindow::onCreate( HWND hwnd ) in onCreate()
472 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WndProc()
/aoo41x/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx60 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
61 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
62 void CopyClipboardData(HWND hwndParent);
64 void PasteData( HWND hWnd );
72 HWND g_hWnd;
242 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
314 void CopyClipboardData( HWND hWnd ) in CopyClipboardData()
347 void PasteData(HWND hWnd) in PasteData()
/aoo41x/main/dtrans/source/inc/
H A DMtaOleClipb.hxx90 LRESULT onChangeCBChain( HWND hWndRemove, HWND hWndNext );
93 static LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
104 HWND m_hwndMtaOleReqWnd;
106 HWND m_hwndNextClipViewer;
127 friend LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
/aoo41x/main/vcl/win/source/app/
H A Dsaldata.cxx117 LONG ImplSetWindowLong( HWND hWnd, int nIndex, DWORD dwNewLong ) in ImplSetWindowLong()
124 LONG ImplGetWindowLong( HWND hWnd, int nIndex ) in ImplGetWindowLong()
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()
/aoo41x/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()
/aoo41x/main/bean/native/win32/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c51 static LRESULT APIENTRY OpenOfficeWndProc( HWND , UINT , WPARAM , LPARAM );
105 HWND hWnd; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
158 HWND hWnd, in OpenOfficeWndProc()
168 HWND hChild = (HWND) lParam; in OpenOfficeWndProc()
185 HWND hChild = GetWindow(hWnd, GW_CHILD); in OpenOfficeWndProc()
/aoo41x/main/unixODBC/inc/
H A Dsqltypes.h198 typedef void* HWND; /* Make up for no windows.h */ typedef
199 typedef HWND SQLHWND;
202 typedef WindowPtr HWND; typedef
203 typedef HWND SQLHWND;
206 typedef SQLPOINTER HWND; typedef
210 typedef SQLPOINTER HWND; typedef
/aoo41x/main/vcl/inc/os2/
H A Dsalobj.h36 HWND mhWnd; // Window handle
37 HWND mhWndChild; // Child Window handle
38 HWND mhLastFocusWnd; // Child-Window, welches als letztes den Focus hatte
40 HWND mhLastClipWnd; // LastClip-Window
41 HWND mhOldLastClipWnd; // LastClip-Window befor BeginSetClipRegion
/aoo41x/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 …]
/aoo41x/main/shell/inc/internal/
H A Dpropsheets.hxx76 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);
82 void InitPropPageSummary(HWND hwnd, LPPROPSHEETPAGE lppsp);
83 void InitPropPageStatistics(HWND hwnd, LPPROPSHEETPAGE lppsp);
/aoo41x/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp58 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
59 LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
104 void NotifyListener( HWND hWnd ) in NotifyListener()
153 HWND hwndTray = FindWindow( LISTENER_WINDOWCLASS, NULL ); in WinMain()
252 HWND hWnd; in InitInstance()
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()
/aoo41x/main/sal/inc/systools/win32/
H A Duser9x.h90 HWND hWnd, // handle to the destination window
96 USER9X_API HWND ( WINAPI * lpfnCreateWindowExW ) (
105 HWND hWndParent, // handle to parent or owner window
131 HWND hWnd,
136 HWND hWnd, // handle to the window or control
/aoo41x/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx113 static HWND aListenerWindow = NULL;
114 static HWND aExecuterWindow = NULL;
117 static void OnMeasureItem(HWND hwnd, LPMEASUREITEMSTRUCT lpmis);
118 static void OnDrawItem(HWND hwnd, LPDRAWITEMSTRUCT lpdis);
313 static void addTaskbarIcon( HWND hWnd ) in addTaskbarIcon()
363 LRESULT CALLBACK listenerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in listenerWndProc()
504 LRESULT CALLBACK executerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in executerWndProc()
581 (HWND) NULL, // handle to parent or owner window in SystrayThread()
644 (HWND) NULL, // handle to parent or owner window in win32_init_sys_tray()
677 void OnMeasureItem(HWND hwnd, LPMEASUREITEMSTRUCT lpmis) in OnMeasureItem()
[all …]
/aoo41x/main/vcl/inc/win/
H A Dsalinst.h41 HWND mhComWnd; // window, for communication (between threads and the main thread)
94 SalFrame* ImplSalCreateFrame( WinSalInstance* pInst, HWND hWndParent, sal_uIntPtr nSalFrameStyle );
96 HWND ImplSalReCreateHWND( HWND hWndParent, HWND oldhWnd, sal_Bool bAsChild );
/aoo41x/main/vcl/os2/source/app/
H A Dsalinst.cxx80 MRESULT EXPENTRY SalComWndProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 );
436 HWND hComWnd = WinCreateWindow( HWND_OBJECT, (PCSZ)SAL_COM_CLASSNAME, in CreateSalInstance()
628 MRESULT EXPENTRY SalComWndProc( HWND hWnd, ULONG nMsg, in SalComWndProc()
655 return (MRESULT)ImplSalCreateFrame( GetSalData()->mpFirstInstance, (HWND)nMP2, (ULONG)nMP1 ); in SalComWndProc()
662 if (WinDestroyWindow((HWND)nMP2) == 0) in SalComWndProc()
667 SetWindowPtr((HWND)nMP2, 0); in SalComWndProc()
763 HWND mhWndClient; in CreateFrame()

Completed in 155 milliseconds

1234567