Searched refs:m_hInstance (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 117 m_hInstance = GetModuleHandleA( FOLDERPICKER_SRV_DLL_NAME ); in CMtaFolderPicker() 118 OSL_ENSURE( m_hInstance, "The name of the FolderPicker service dll must have changed" ); in CMtaFolderPicker() 686 NULL, NULL, m_hInstance, in createStaRequestWindow() 788 wcex.hInstance = m_hInstance; in RegisterStaRequestWindowClass() 831 (LPCTSTR)MAKELONG( s_ClassAtom, 0 ), m_hInstance ); in UnregisterStaRequestWindowClass()
|
H A D | MtaFop.hxx | 172 HINSTANCE m_hInstance; member in CMtaFolderPicker
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | PreviewCtrl.cxx | 247 m_hInstance( hInstance ), in CFilePreview() 257 wndClsEx.hInstance = m_hInstance; in CFilePreview() 284 m_hInstance, in CFilePreview() 299 m_hInstance ); in ~CFilePreview()
|
H A D | helppopupwindow.cxx | 94 m_hInstance( hInstance ), in CHelpPopupWindow() 157 m_hInstance, in show() 558 wndClsEx.hInstance = m_hInstance; in RegisterWindowClass() 604 (LPCTSTR)MAKELONG( s_ClassAtom, 0 ), m_hInstance ) ) in UnregisterWindowClass()
|
H A D | helppopupwindow.hxx | 120 HINSTANCE m_hInstance; member in CHelpPopupWindow
|
H A D | PreviewCtrl.hxx | 183 HINSTANCE m_hInstance; member in CFilePreview
|
/aoo42x/main/embedserv/source/embed/ |
H A D | esdll.cxx | 62 HINSTANCE DocumentHolder::m_hInstance; 67 DocumentHolder::m_hInstance = hInstance; in DllMain()
|
H A D | docholder.cxx | 307 m_hInstance,this); in InPlaceActivate()
|
/aoo42x/main/embedserv/source/inc/ |
H A D | docholder.hxx | 120 static HINSTANCE m_hInstance; member in DocumentHolder
|
Completed in 128 milliseconds