Home
last modified time | relevance | path

Searched refs:newWidth (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c156 WORD newWidth = LOWORD(lParam); in NativeViewWndProc() local
160 SetWindowPos(hChild, NULL, 0, 0, newWidth, newHeight, SWP_NOZORDER); in NativeViewWndProc()
/aoo41x/main/embeddedobj/test/Container1/nativelib/
H A Dnativeview.c169 WORD newWidth = LOWORD(lParam);
173 SetWindowPos(hChild, NULL, 0, 0, newWidth, newHeight, SWP_NOZORDER);
/aoo41x/main/bean/native/win32/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c184 WORD newWidth = LOWORD(lParam); in OpenOfficeWndProc() local
188 SetWindowPos(hChild, NULL, 0, 0, newWidth, newHeight, SWP_NOZORDER); in OpenOfficeWndProc()

Completed in 17 milliseconds