Home
last modified time | relevance | path

Searched refs:hWnd (Results 26 – 50 of 80) sorted by relevance

1234

/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx167 HWND hWnd; in copyArea() local
231 hWnd = GetWindow( GetDesktopWindow(), GW_CHILD ); in copyArea()
232 while ( hWnd ) in copyArea()
234 if ( hWnd == hWndTopWindow ) in copyArea()
236 if ( IsWindowVisible( hWnd ) && !IsIconic( hWnd ) ) in copyArea()
238 GetWindowRect( hWnd, &aTempRect ); in copyArea()
251 nRgnType = GetWindowRgn( hWnd, hTempRgn2 ); in copyArea()
265 hWnd = GetWindow( hWnd, GW_HWNDNEXT ); in copyArea()
/aoo41x/main/embeddedobj/test/Container1/nativelib/
H A Dnativeview.c142 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
154 GetClientRect(hWnd, &rect);
170 HWND hChild = GetWindow(hWnd, GW_CHILD);
177 hFuncPtr = GetProp(hWnd, OLD_PROC_KEY);
179 return CallWindowProc( hFuncPtr, hWnd, uMsg, wParam, lParam);
/aoo41x/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx42 HWND hWnd, UINT iMsg
98 BOOL SetCursor(HWND hWnd,UINT nHitTest) const;
99 BOOL Track(HWND hWnd,POINT point,BOOL bAllowInvert = FALSE,
108 HDC hDC, HWND hWnd);
130 BOOL TrackHandle(int nHandle,HWND hWnd,POINT point,HWND hWndClipTo);
/aoo41x/main/setup_native/source/win32/customactions/quickstarter/
H A Dshutdown_quickstart.cxx27 static BOOL CALLBACK EnumWindowsProc( HWND hWnd, LPARAM lParam ) in EnumWindowsProc() argument
32 int nCharsCopied = GetClassName( hWnd, szClassName, sizeof( szClassName ) ); in EnumWindowsProc()
38 if ( GetWindowThreadProcessId( hWnd, &dwProcessId ) ) in EnumWindowsProc()
48 SendMessageA( hWnd, uMsgShutdownQuickstart, 0, 0 ); in EnumWindowsProc()
/aoo41x/main/migrationanalysis/src/wizard/
H A DGet Directory Dialog.bas66 Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal w…
96 .hWndOwner = owner.hWnd
114 Private Function BrowseCallbackProc(ByVal hWnd As Long, ByVal uMsg As Long, ByVal lp As Long, ByVal…
126 Call SendMessage(hWnd, BFFM_SETSELECTION, 1, m_CurrentDirectory)
/aoo41x/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx603 LRESULT CALLBACK CMtaFolderPicker::StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in StaWndProc() argument
625 SetPropA( hWnd, CURRENT_INSTANCE, lpcs->lpCreateParams ); in StaWndProc()
632 RemovePropA( hWnd, CURRENT_INSTANCE ) ); in StaWndProc()
643 GetPropA( hWnd, CURRENT_INSTANCE ) ); in StaWndProc()
654 GetPropA( hWnd, CURRENT_INSTANCE ) ); in StaWndProc()
666 lResult = DefWindowProcA( hWnd, uMsg, wParam, lParam ); in StaWndProc()
/aoo41x/main/vcl/os2/source/app/
H A Dsalinst.cxx80 MRESULT EXPENTRY SalComWndProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 );
628 MRESULT EXPENTRY SalComWndProc( HWND hWnd, ULONG nMsg, in SalComWndProc() argument
648 WinPostMsg( hWnd, SAL_MSG_RELEASEWAITYIELD, nMP1, nMP2 ); in SalComWndProc()
685 SalTimerProc( hWnd, 0, 0, 0 ); in SalComWndProc()
689 return WinDefWindowProc( hWnd, nMsg, nMP1, nMP2 ); in SalComWndProc()
755 …nSendMsg( mhComWnd, SAL_MSG_CREATEFRAME, (MPARAM)nSalFrameStyle, (MPARAM)pSystemParentData->hWnd ); in CreateChildFrame()
/aoo41x/main/winaccessibility/source/service/
H A Dmsaaservice_impl.cxx47 extern long GetMSComPtr(long hWnd, long lParam, long wParam);
113 virtual sal_Int32 SAL_CALL getAccObjectPtr (long hWnd, long lParam, long wParam)
154 sal_Int32 MSAAServiceImpl::getAccObjectPtr ( long hWnd, long lParam, long wParam) throw (RuntimeExc… in getAccObjectPtr() argument
156 return GetMSComPtr(hWnd, lParam, wParam); in getAccObjectPtr()
H A DAccObjectWinManager.cxx67 long GetMSComPtr(long hWnd, long lParam, long wParam) in GetMSComPtr() argument
70 return (long)g_acc_manager->Get_ToATInterface(HWND((void*)hWnd),lParam,wParam ); in GetMSComPtr()
136 long AccObjectWinManager::Get_ToATInterface( HWND hWnd, long lParam, long wParam) in Get_ToATInterface() argument
144 AccObject* topWindowAccObj = GetTopWindowAccObj(hWnd); in Get_ToATInterface()
203 AccObject* AccObjectWinManager::GetTopWindowAccObj(HWND hWnd) in GetTopWindowAccObj() argument
205 XHWNDToXAccHash::iterator iterResult =HwndXAcc.find(hWnd); in GetTopWindowAccObj()
834 void AccObjectWinManager::SaveTopWindowHandle(HWND hWnd, com::sun::star::accessibility::XAccessible… in SaveTopWindowHandle() argument
836 HwndXAcc.insert( XHWNDToXAccHash::value_type( hWnd,(void*)pXAcc ) ); in SaveTopWindowHandle()
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx140 HWND hWnd; in copyArea() local
214 hWnd = WinQueryWindow( HWND_DESKTOP, QW_TOP ); in copyArea()
216 while ( hWnd ) in copyArea()
218 if ( hWnd == hWndParent ) in copyArea()
220 if ( WinIsWindowVisible( hWnd ) ) in copyArea()
222 WinQueryWindowPos( hWnd, &aSWP ); in copyArea()
240 hWnd = WinQueryWindow( hWnd, QW_NEXT ); in copyArea()
/aoo41x/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx608 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in BaseDlgProc() argument
615 RemoveProp(hWnd,CURRENT_INSTANCE)); in BaseDlgProc()
617 SetWindowLong(hWnd, GWL_WNDPROC, in BaseDlgProc()
622 pImpl = getCurrentInstance(hWnd); in BaseDlgProc()
629 hWnd,wMessage,wParam,lParam); in BaseDlgProc()
H A DWinFileOpenImpl.hxx200 void SAL_CALL InitControlLabel( HWND hWnd );
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 Ddibpreview.hxx85 virtual void SAL_CALL onPaint( HWND hWnd, HDC hDC );
90 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
H A DPreviewCtrl.hxx171 virtual void SAL_CALL onPaint( HWND hWnd, HDC hDC );
185 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
/aoo41x/main/embedserv/source/embed/
H A Ded_iinplace.cxx28 STDMETHODIMP EmbedDocument_Impl::GetWindow(HWND *hWnd) in GetWindow() argument
32 *hWnd = m_pDocHolder->GetTopMostWinHandle(); in GetWindow()
33 if(*hWnd != NULL) in GetWindow()
/aoo41x/main/sal/inc/systools/win32/
H A Duser9x.h90 HWND hWnd, // handle to the destination window
131 HWND hWnd,
136 HWND hWnd, // handle to the window or control
/aoo41x/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionerImpl.cxx215 HWND hWnd; member
380 GLWin.hWnd = sysData->hWnd; in createWindow()
554 GLWin.hWnd = sysData->hWnd; in createWindow()
604 GLWin.hDC = GetDC(GLWin.hWnd); in createWindow()
1192 ReleaseDC( GLWin.hWnd, GLWin.hDC ); // Release Window in createWindow()
1321 GLWin.hWnd = 0; in createWindow()
/aoo41x/main/canvas/source/directx/
H A Ddx_spritedevicehelper.cxx78 const HWND hWnd = reinterpret_cast<HWND>(pData->hWnd); in init() local
79 if( !IsWindow( hWnd ) ) in init()
/aoo41x/main/winaccessibility/inc/
H A DAccObjectWinManager.hxx110 AccObject* GetTopWindowAccObj(HWND hWnd);
132 long Get_ToATInterface( HWND hWnd, long lParam, long wParam);
163 void SaveTopWindowHandle(HWND hWnd, com::sun::star::accessibility::XAccessible* pXAcc);
/aoo41x/main/avmedia/source/win/
H A Dwindow.cxx76 LRESULT CALLBACK MediaPlayerWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in MediaPlayerWndProc() argument
78 Window* pWindow = (Window*) ::GetWindowLong( hWnd, 0 ); in MediaPlayerWndProc()
104 if( !::GetCursorPos( &aWinPoint ) || !::ScreenToClient( hWnd, &aWinPoint ) ) in MediaPlayerWndProc()
171 return( bProcessed ? 0 : DefWindowProc( hWnd, nMsg, nPar1, nPar2 ) ); in MediaPlayerWndProc()
H A Dplayer.cxx51 LRESULT CALLBACK MediaPlayerWndProc_2( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in MediaPlayerWndProc_2() argument
53 Player* pPlayer = (Player*) ::GetWindowLong( hWnd, 0 ); in MediaPlayerWndProc_2()
71 return( bProcessed ? 0 : DefWindowProc( hWnd, nMsg, nPar1, nPar2 ) ); in MediaPlayerWndProc_2()
/aoo41x/main/extensions/source/scanner/
H A Dtwain.cxx73 MRESULT EXPENTRY TwainWndProc( HWND hWnd, ULONG nMsg, MPARAM nParam1, MPARAM nParam2 ) in TwainWndProc() argument
85 LRESULT CALLBACK TwainWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in TwainWndProc() argument
87 return DefWindowProc( hWnd, nMsg, nPar1, nPar2 ); in TwainWndProc()
/aoo41x/main/vcl/inc/vcl/
H A Dsysdata.hxx48 HWND hWnd; // the window hwnd member
76 HWND hWnd; // the window hwnd member
/aoo41x/main/dtrans/source/inc/
H A DMtaOleClipb.hxx93 static LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
127 friend LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
/aoo41x/main/toolkit/source/awt/
H A Dvclxsystemdependentwindow.cxx93 aRet <<= (sal_Int32)pSysData->hWnd;
98 aRet <<= (sal_Int32)pSysData->hWnd;

Completed in 96 milliseconds

1234