Searched refs:hChild (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/ |
H A D | nativeview.c | 139 HWND hChild = (HWND) lParam; in NativeViewWndProc() local 143 SetWindowPos(hChild, in NativeViewWndProc() 157 HWND hChild = GetWindow(hWnd, GW_CHILD); in NativeViewWndProc() local 159 if (hChild != NULL) in NativeViewWndProc() 160 SetWindowPos(hChild, NULL, 0, 0, newWidth, newHeight, SWP_NOZORDER); in NativeViewWndProc()
|
/aoo41x/main/embeddedobj/test/Container1/nativelib/ |
H A D | nativeview.c | 152 HWND hChild = (HWND) lParam; 156 SetWindowPos(hChild, 170 HWND hChild = GetWindow(hWnd, GW_CHILD); 172 if (hChild != NULL) 173 SetWindowPos(hChild, NULL, 0, 0, newWidth, newHeight, SWP_NOZORDER);
|
/aoo41x/main/bean/native/win32/ |
H A D | com_sun_star_comp_beans_LocalOfficeWindow.c | 168 HWND hChild = (HWND) lParam; in OpenOfficeWndProc() local 172 SetWindowPos(hChild, in OpenOfficeWndProc() 185 HWND hChild = GetWindow(hWnd, GW_CHILD); in OpenOfficeWndProc() local 187 if (hChild != NULL) { in OpenOfficeWndProc() 188 SetWindowPos(hChild, NULL, 0, 0, newWidth, newHeight, SWP_NOZORDER); in OpenOfficeWndProc()
|
Completed in 985 milliseconds