Home
last modified time | relevance | path

Searched refs:HWND (Results 101 – 125 of 156) sorted by relevance

1234567

/aoo41x/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.h144 STDMETHODIMP FilterOptions(HWND hwndParent);
/aoo41x/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx204 BOOL (WINAPI *pSHGetSpecialFolderPathA)( HWND, LPSTR, int, BOOL ); in GetProgramFilesFolder()
206 …pSHGetSpecialFolderPathA = (BOOL (WINAPI *)(HWND, LPSTR, int, BOOL))GetProcAddress( hLibrary, "SHG… in GetProgramFilesFolder()
/aoo41x/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx566 int CALLBACK CMtaFolderPicker::FolderPickerCallback( HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lp… in FolderPickerCallback()
603 LRESULT CALLBACK CMtaFolderPicker::StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in StaWndProc()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx60 typedef HTHEME (WINAPI * OpenThemeData_Proc_T) ( HWND hwnd, LPCWSTR pszClassList );
81 HTHEME OpenThemeData( HWND hwnd, LPCWSTR pszClassList );
119 HTHEME VisualStylesAPI::OpenThemeData( HWND hwnd, LPCWSTR pszClassList ) in OpenThemeData()
192 static HTHEME getThemeHandle( HWND hWnd, LPCWSTR name ) in getThemeHandle()
/aoo41x/main/extensions/source/activex/main/
H A DSOActiveX.cpp44 void OutputError_Impl( HWND hw, HRESULT ErrorCode ) in OutputError_Impl()
473 HRESULT CSOActiveX::CreateFrameOldWay( HWND hwnd, int width, int height ) in CreateFrameOldWay()
977 HWND hwnd; in OnDrawAdvanced()
/aoo41x/main/sal/systools/win32/uwinapi/
H A DPathSetDlgItemPathW.cpp31 HWND hDlg,
/aoo41x/main/canvas/source/directx/
H A Ddx_rendermodule.hxx74 virtual HWND getHWND() const = 0;
/aoo41x/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp306 HRESULT CSOActiveX::CreateFrameOldWay( HWND hwnd, int width, int height ) in CreateFrameOldWay()
494 HWND hwnd; in OnDrawAdvanced()
/aoo41x/main/embedserv/source/inc/
H A Diipaobj.hxx53 STDMETHODIMP GetWindow(HWND *);
/aoo41x/main/embedserv/source/embed/
H A Ded_iinplace.cxx28 STDMETHODIMP EmbedDocument_Impl::GetWindow(HWND *hWnd) in GetWindow()
H A Diipaobj.cxx79 STDMETHODIMP CIIAObj::GetWindow(HWND *) in GetWindow() argument
/aoo41x/main/bean/native/win32/
H A Dcom_sun_star_beans_LocalOfficeWindow.c58 static LRESULT APIENTRY OpenOfficeWndProc( HWND , UINT , WPARAM , LPARAM );
/aoo41x/main/setup_native/source/win32/customactions/quickstarter/
H A Dshutdown_quickstart.cxx27 static BOOL CALLBACK EnumWindowsProc( HWND hWnd, LPARAM lParam ) in EnumWindowsProc()
/aoo41x/main/vcl/inc/os2/
H A Dsalsound.hxx51 HWND mhSoundWnd;
H A Dsalsound.h52 HWND mhSoundWnd;
/aoo41x/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.hxx79 void SAL_CALL setParent(HWND parent);
H A Dpreviewbase.hxx75 virtual HWND SAL_CALL getWindowHandle() const;
H A Dpreviewbase.cxx143 HWND SAL_CALL PreviewBase::getWindowHandle() const in getWindowHandle()
/aoo41x/main/vcl/inc/win/
H A Dsalmenu.h51 HWND mhWnd; // the window handle where the menubar is attached, may be NULL
/aoo41x/main/dtrans/test/win32/dnd/
H A Dtargetlistener.cxx37 DropTargetListener::DropTargetListener(HWND hEdit):m_hEdit( hEdit) in DropTargetListener()
/aoo41x/main/winaccessibility/source/service/
H A DAccObject.cxx1075 void AccObject::SetParentHWND(HWND hWnd) in SetParentHWND()
1093 HWND AccObject::GetParentHWND() in GetParentHWND()
/aoo41x/main/tools/source/fsys/
H A Dwntmsc.cxx628 HRESULT SHGetIDListFromPath( HWND hwndOwner, LPCTSTR pszPath, LPITEMIDLIST *ppidl ) in SHGetIDListFromPath()
678 HRESULT SHResolvePath( HWND hwndOwner, LPCTSTR pszPath, LPITEMIDLIST *ppidl ) in SHResolvePath()
/aoo41x/main/extensions/source/scanner/
H A Dscanwin.cxx107 HWND hTwainWnd;
153 LRESULT CALLBACK TwainWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in TwainWndProc()
/aoo41x/main/toolkit/source/awt/
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()

Completed in 249 milliseconds

1234567