Lines Matching refs:nNewWidth
1606 void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight ) in ImplHandleResize() argument
1616 (nNewWidth > 0 && nNewHeight > 0) || in ImplHandleResize()
1620 …if ( (nNewWidth != pWindow->GetOutputWidthPixel()) || (nNewHeight != pWindow->GetOutputHeightPixel… in ImplHandleResize()
1622 pWindow->mnOutWidth = nNewWidth; in ImplHandleResize()
1665 … pWindow->ImplGetWindowImpl()->mpFrameData->mbNeedSysWindow = (nNewWidth < IMPL_MIN_NEEDSYSWIN) || in ImplHandleResize()
1667 sal_Bool bMinimized = (nNewWidth <= 0) || (nNewHeight <= 0); in ImplHandleResize()
1702 static void ImplHandleMoveResize( Window* pWindow, long nNewWidth, long nNewHeight ) in ImplHandleMoveResize() argument
1705 ImplHandleResize( pWindow, nNewWidth, nNewHeight ); in ImplHandleMoveResize()
2505 long nNewWidth; in ImplWindowFrameProc() local
2507 pWindow->ImplGetWindowImpl()->mpFrame->GetClientSize( nNewWidth, nNewHeight ); in ImplWindowFrameProc()
2508 ImplHandleResize( pWindow, nNewWidth, nNewHeight ); in ImplWindowFrameProc()