Home
last modified time | relevance | path

Searched refs:m_hwnd (Results 1 – 11 of 11) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx272 m_hwnd = CreateWindowEx( in CFilePreview()
286 if (!IsWindow(m_hwnd)) in CFilePreview()
309 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in setSize()
313 m_hwnd, in setSize()
328 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in getSize()
331 sal_Bool bRet = GetWindowRect( m_hwnd, &rect ); in getSize()
347 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in setPos()
351 m_hwnd, in setPos()
368 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in getPos()
373 sal_Bool bRet = GetWindowRect( m_hwnd, &rect ); in getPos()
[all …]
H A Dhelppopupwindow.cxx92 m_hwnd( NULL ), in CHelpPopupWindow()
139 OSL_ENSURE( NULL == m_hwnd, "method should not be called twice in sequence" ); in show()
146 m_hwnd = CreateWindowEx( in show()
160 OSL_ENSURE( m_hwnd, "creating help popup window failed" ); in show()
168 UpdateWindow( m_hwnd ); in show()
169 ShowWindow( m_hwnd, SW_SHOW ); in show()
192 OSL_ASSERT( m_hwnd && lprect ); in calcWindowRect()
196 HDC hdc = GetDC( m_hwnd ); in calcWindowRect()
231 ReleaseDC( m_hwnd, hdc ); in calcWindowRect()
247 m_hwnd, in adjustWindowSize()
[all …]
H A Dhelppopupwindow.hxx118 HWND m_hwnd; member in CHelpPopupWindow
H A DPreviewCtrl.hxx179 HWND m_hwnd; member in CFilePreview
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx379 if ( IsWindow( m_hwnd ) ) in cancel()
384 m_hwnd, in cancel()
387 (LPARAM)GetDlgItem( m_hwnd, IDCANCEL ) ); in cancel()
487 OSL_ASSERT( IsWindow( m_hwnd ) ); in enableOk()
490 m_hwnd, in enableOk()
502 OSL_ASSERT( IsWindow( m_hwnd ) ); in setSelection()
511 m_hwnd, in setSelection()
523 OSL_ASSERT( IsWindow( m_hwnd ) ); in setStatusText()
526 m_hwnd, in setStatusText()
543 m_hwnd, in onInitialized()
[all …]
H A DMtaFop.hxx155 HWND m_hwnd; member in CMtaFolderPicker
/trunk/main/extensions/source/activex/main/
H A DSOComWindowPeer.h54 HWND m_hwnd; variable
56 SOComWindowPeer() : m_hwnd( NULL ) {} in SOComWindowPeer()
79 *ret = HandleToLong( m_hwnd ); in getWindowHandle()
151 void SetHWNDInternally( HWND hwnd ) { m_hwnd = hwnd; } in SetHWNDInternally()
/trunk/main/odk/examples/OLE/activex/
H A DSOComWindowPeer.h52 HWND m_hwnd; variable
54 SOComWindowPeer() : m_hwnd( NULL ) {} in SOComWindowPeer()
76 *ret = (long) m_hwnd; in getWindowHandle()
148 void SetHWNDInternally( HWND hwnd ) { m_hwnd = hwnd; } in SetHWNDInternally()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp203 m_hwnd(NULL), in CMAccessible()
283 else if(m_hwnd) in get_accParent()
285 …HRESULT hr = AccessibleObjectFromWindow(m_hwnd, OBJID_WINDOW, IID_IAccessible, (void**)ppdispParen… in get_accParent()
1257 m_hwnd = hwnd; in Put_XAccWindowHandle()
1400 g_pAgent->InsertAccObj(pXChild.get(),pUNOInterface,(long)m_hwnd); in GetChildInterface()
2110 HWND nHwnd = m_hwnd; in get_windowHandle()
2119 nHwnd = (HWND)pChild->m_hwnd; in get_windowHandle()
H A DMAccessible.h227 HWND m_hwnd; variable
/trunk/main/extensions/source/unoactivex/main/
H A Dinitwindowpeer.cxx37 sal_Int32 nHwnd = (sal_Int32)m_hwnd; in getWindowHandle()