Searched refs:newHeight (Results 1 – 3 of 3) sorted by relevance
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/ |
H A D | nativeview.c | 155 WORD newHeight = HIWORD(lParam); in NativeViewWndProc() local 160 SetWindowPos(hChild, NULL, 0, 0, newWidth, newHeight, SWP_NOZORDER); in NativeViewWndProc()
|
/trunk/main/embeddedobj/test/Container1/nativelib/ |
H A D | nativeview.c | 168 WORD newHeight = HIWORD(lParam); 173 SetWindowPos(hChild, NULL, 0, 0, newWidth, newHeight, SWP_NOZORDER);
|
/trunk/main/bean/native/win32/ |
H A D | com_sun_star_comp_beans_LocalOfficeWindow.c | 183 WORD newHeight = HIWORD(lParam); in OpenOfficeWndProc() local 188 SetWindowPos(hChild, NULL, 0, 0, newWidth, newHeight, SWP_NOZORDER); in OpenOfficeWndProc()
|
Completed in 25 milliseconds