Searched refs:ImplHandleResize (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | syswin.cxx | 815 ImplHandleResize( pWindow, aGeometry.nWidth, aGeometry.nHeight ); in SetWindowStateData() 819 …ImplHandleResize( pWindow, aState.mnWidth, aState.mnHeight ); // #i43799# use aState and not rDa… in SetWindowStateData()
|
H A D | winproc.cxx | 1606 void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight ) in ImplHandleResize() function 1705 ImplHandleResize( pWindow, nNewWidth, nNewHeight ); in ImplHandleMoveResize() 2508 ImplHandleResize( pWindow, nNewWidth, nNewHeight ); in ImplWindowFrameProc()
|
H A D | window.cxx | 6667 ImplHandleResize( this, nOutWidth, nOutHeight ); in Show() 7393 ImplHandleResize( pWindow, nWidth, nHeight ); in SetPosSizePixel()
|
/aoo42x/main/vcl/inc/ |
H A D | window.h | 398 void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 296 friend void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );
|
Completed in 77 milliseconds