/reactos/dll/win32/ole32/ |
H A D | defaulthandler.c | 834 SIZEL* psizel) in DefaultHandler_SetExtent() argument 840 dwDrawAspect, psizel->cx, psizel->cy); in DefaultHandler_SetExtent() 845 hr = IOleObject_SetExtent(This->pOleDelegate, dwDrawAspect, psizel); in DefaultHandler_SetExtent() 863 SIZEL* psizel) in DefaultHandler_GetExtent() argument 871 TRACE("(%p, %x, %p)\n", iface, dwDrawAspect, psizel); in DefaultHandler_GetExtent() 876 hres = IOleObject_GetExtent(This->pOleDelegate, dwDrawAspect, psizel); in DefaultHandler_GetExtent() 899 psizel); in DefaultHandler_GetExtent()
|
/reactos/dll/win32/ieframe/ |
H A D | oleobject.c | 737 static HRESULT WINAPI OleObject_SetExtent(IOleObject *iface, DWORD dwDrawAspect, SIZEL *psizel) in OleObject_SetExtent() argument 741 TRACE("(%p)->(%x %p)\n", This, dwDrawAspect, psizel); in OleObject_SetExtent() 744 This->extent = *psizel; in OleObject_SetExtent() 748 static HRESULT WINAPI OleObject_GetExtent(IOleObject *iface, DWORD dwDrawAspect, SIZEL *psizel) in OleObject_GetExtent() argument 752 TRACE("(%p)->(%x, %p)\n", This, dwDrawAspect, psizel); in OleObject_GetExtent() 755 *psizel = This->extent; in OleObject_GetExtent()
|
/reactos/dll/win32/mshtml/ |
H A D | oleobj.c | 587 static HRESULT WINAPI OleObject_SetExtent(IOleObject *iface, DWORD dwDrawAspect, SIZEL *psizel) in OleObject_SetExtent() argument 590 FIXME("(%p)->(%d %p)\n", This, dwDrawAspect, psizel); in OleObject_SetExtent() 594 static HRESULT WINAPI OleObject_GetExtent(IOleObject *iface, DWORD dwDrawAspect, SIZEL *psizel) in OleObject_GetExtent() argument 597 FIXME("(%p)->(%d %p)\n", This, dwDrawAspect, psizel); in OleObject_GetExtent()
|
/reactos/dll/win32/msxml3/ |
H A D | xmlview.c | 1348 DWORD dwDrawAspect, SIZEL *psizel) in XMLView_OleObject_SetExtent() argument 1351 FIXME("(%p)->(%x %p)\n", This, dwDrawAspect, psizel); in XMLView_OleObject_SetExtent() 1356 DWORD dwDrawAspect, SIZEL *psizel) in XMLView_OleObject_GetExtent() argument 1359 FIXME("(%p)->(%x %p)\n", This, dwDrawAspect, psizel); in XMLView_OleObject_GetExtent()
|
/reactos/sdk/include/psdk/ |
H A D | oleidl.idl | 718 [in] SIZEL *psizel); 722 [out] SIZEL *psizel);
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/ |
H A D | mstscax.cpp | 3784 virtual HRESULT STDMETHODCALLTYPE SetExtent(DWORD dwDrawAspect, SIZEL * psizel) in SetExtent() argument 3787 dbgprintf(TEXT("IOleObject::SetExtent(%lu, %s)"), dwDrawAspect, SizeToString(*psizel).c_str()); in SetExtent() 3788 HRESULT hr = pIOleObject->SetExtent(dwDrawAspect, psizel); in SetExtent() 3793 virtual HRESULT STDMETHODCALLTYPE GetExtent(DWORD dwDrawAspect, SIZEL * psizel) in GetExtent() argument 3796 dbgprintf(TEXT("IOleObject::GetExtent(%lu, %p)"), dwDrawAspect, psizel); in GetExtent() 3797 HRESULT hr = pIOleObject->GetExtent(dwDrawAspect, psizel); in GetExtent() 3798 dbgprintf(TEXT("IOleObject::GetExtent -> %08X"), hr, SizeToString(*psizel).c_str()); in GetExtent()
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | activex.c | 1187 static HRESULT WINAPI OleObject_SetExtent(IOleObject *iface, DWORD dwDrawAspect, SIZEL *psizel) in OleObject_SetExtent() argument 1193 static HRESULT WINAPI OleObject_GetExtent(IOleObject *iface, DWORD dwDrawAspect, SIZEL *psizel) in OleObject_GetExtent() argument
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 4868 virtual STDMETHODIMP IOleObject::SetExtent(DWORD dwDrawAspect, SIZEL * psizel) in SetExtent() argument 4874 virtual STDMETHODIMP IOleObject::GetExtent(DWORD dwDrawAspect, SIZEL * psizel) in GetExtent() argument
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | ole2.c | 466 SIZEL *psizel in OleObject_SetExtent() argument 477 SIZEL *psizel in OleObject_GetExtent() argument
|