Home
last modified time | relevance | path

Searched refs:ImplSetWindowLong (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/inc/win/
H A Dsaldata.hxx351 LONG_PTR ImplSetWindowLong( HWND hWnd, int nIndex, LONG_PTR newLong );
361 ImplSetWindowLong( hWnd, SAL_FRAME_THIS, (LONG_PTR)pThis ); in SetWindowPtr()
371 ImplSetWindowLong( hWnd, SAL_OBJECT_THIS, (LONG_PTR)pThis ); in SetSalObjWindowPtr()
/trunk/main/vcl/win/source/app/
H A Dsaldata.cxx117 LONG_PTR ImplSetWindowLong( HWND hWnd, int nIndex, LONG_PTR newLong ) in ImplSetWindowLong() function