Searched refs:inplace (Results 1 – 14 of 14) sorted by relevance
/reactos/dll/win32/ieframe/ |
H A D | oleobject.c | 99 IOleInPlaceSite *inplace; in create_shell_embedding_hwnd() local 143 if(This->inplace) in activate_inplace() 160 This->inplace = NULL; in activate_inplace() 206 if(This->inplace) in activate_ui() 305 if(This->inplace) { in release_client_site() 307 This->inplace = NULL; in release_client_site() 601 if(This->inplace) in OleObject_Close() 604 if(This->inplace) in OleObject_Close() 676 if(This->inplace) in OleObject_DoVerb() 879 if(This->inplace) { in OleInPlaceObject_InPlaceDeactivate() [all …]
|
H A D | webbrowser.c | 408 if(!This->inplace) in WebBrowser_put_Left() 416 return IOleInPlaceSiteEx_OnPosRectChange(This->inplace, &rect); in WebBrowser_put_Left() 436 if(!This->inplace) in WebBrowser_put_Top() 444 return IOleInPlaceSiteEx_OnPosRectChange(This->inplace, &rect); in WebBrowser_put_Top() 464 if(!This->inplace) in WebBrowser_put_Width() 472 return IOleInPlaceSiteEx_OnPosRectChange(This->inplace, &rect); in WebBrowser_put_Width() 492 if(!This->inplace) in WebBrowser_put_Height() 500 return IOleInPlaceSiteEx_OnPosRectChange(This->inplace, &rect); in WebBrowser_put_Height()
|
H A D | ieframe.h | 201 IOleInPlaceSiteEx *inplace; member
|
/reactos/dll/win32/hhctrl.ocx/ |
H A D | webbrowser.c | 417 IOleInPlaceObject *inplace; in InPlace_OnPosRectChange() local 420 (void **)&inplace) == S_OK) in InPlace_OnPosRectChange() 422 IOleInPlaceObject_SetObjectRects(inplace, lprcPosRect, lprcPosRect); in InPlace_OnPosRectChange() 423 IOleInPlaceObject_Release(inplace); in InPlace_OnPosRectChange() 673 IOleInPlaceObject *inplace; in InitWebBrowser() local 705 hr = IOleObject_QueryInterface(container->ole_obj, &IID_IOleInPlaceObject, (void**)&inplace); in InitWebBrowser() 708 IOleInPlaceObject_SetObjectRects(inplace, &rc, &rc); in InitWebBrowser() 709 IOleInPlaceObject_Release(inplace); in InitWebBrowser() 729 IOleInPlaceSite *inplace; in ReleaseWebBrowser() local 733 IOleInPlaceSite_OnInPlaceDeactivate(inplace); in ReleaseWebBrowser() [all …]
|
/reactos/dll/win32/comctl32/ |
H A D | comctl32.h | 299 int MONTHCAL_CalculateDayOfWeek(SYSTEMTIME *date, BOOL inplace) DECLSPEC_HIDDEN;
|
H A D | monthcal.c | 469 int MONTHCAL_CalculateDayOfWeek(SYSTEMTIME *date, BOOL inplace) in MONTHCAL_CalculateDayOfWeek() argument 479 if (inplace) date->wDayOfWeek = st.wDayOfWeek; in MONTHCAL_CalculateDayOfWeek()
|
H A D | datetime.c | 83 extern int MONTHCAL_CalculateDayOfWeek(SYSTEMTIME *date, BOOL inplace);
|
H A D | comctl32_ros.diff | 134 int MONTHCAL_CalculateDayOfWeek(SYSTEMTIME *date, BOOL inplace) DECLSPEC_HIDDEN;
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | url.c | 1424 static char inplace[] = "file:///C:/Program%20Files"; in test_UrlUnescape() local 1470 dwEscaped = sizeof(inplace); in test_UrlUnescape() 1471 res = pUrlUnescapeA(inplace, NULL, &dwEscaped, URL_UNESCAPE_INPLACE); in test_UrlUnescape() 1473 ok(!strcmp(inplace, expected), "got %s expected %s\n", inplace, expected); in test_UrlUnescape()
|
/reactos/sdk/include/reactos/mc/ |
H A D | errcodes.mc | 43468 Object is not in any of the inplace active states 43471 Object is not in any of the inplace active states 43474 Object is not in any of the inplace active states 43477 Object is not in any of the inplace active states
|
/reactos/dll/win32/kernel32/winnls/lang/ |
H A D | bg-BG.mc | 17345 OLE_E_NOT_INPLACEACTIVE - Object is not in any of the inplace active states
|
H A D | de-DE.mc | 17346 OLE_E_NOT_INPLACEACTIVE - Object is not in any of the inplace active states
|
H A D | pl-PL.mc | 17348 OLE_E_NOT_INPLACEACTIVE - Object is not in any of the inplace active states
|
H A D | ru-RU.mc | 17346 OLE_E_NOT_INPLACEACTIVE - Object is not in any of the inplace active states
|