Searched refs:nFrameY (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 78 LONG& nFrameX, LONG& nFrameY, LONG& nCaptionY ); 80 LONG& nFrameX, LONG& nFrameY, LONG& nCaptionY ); 400 LONG nFrameX, nFrameY, nCaptionY; in ImplSaveFrameState() local 401 ImplSalCalcFrameSize( pFrame, nFrameX, nFrameY, nCaptionY ); in ImplSaveFrameState() 403 long nTopDeco = nFrameY + nCaptionY; in ImplSaveFrameState() 405 long nBottomDeco = nFrameY; in ImplSaveFrameState() 439 LONG& nFrameX, LONG& nFrameY, LONG& nCaptionY ) in ImplSalCalcFrameSize() argument 444 return ImplSalCalcFrameSize( pFrame, nFrameX, nFrameY, nCaptionY ); in ImplSalCalcFrameSize() 448 LONG& nFrameX, LONG& nFrameY, LONG& nCaptionY ) in ImplSalCalcFrameSize() argument 453 nFrameY = WinQuerySysValue( HWND_DESKTOP, SV_CYSIZEBORDER ); in ImplSalCalcFrameSize() [all …]
|
| /AOO42X/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 844 int nFrameY; in ImplSalCalcFullScreenSize() local 854 nFrameY = GetSystemMetrics( SM_CYSIZEFRAME ); in ImplSalCalcFullScreenSize() 859 nFrameY = GetSystemMetrics( SM_CYFIXEDFRAME ); in ImplSalCalcFullScreenSize() 864 nFrameY = GetSystemMetrics( SM_CYBORDER ); in ImplSalCalcFullScreenSize() 869 nFrameY = 0; in ImplSalCalcFullScreenSize() 930 rY = nScreenY -(nFrameY+nCaptionY); in ImplSalCalcFullScreenSize() 932 rDY = nScreenDY+(nFrameY*2)+nCaptionY; in ImplSalCalcFullScreenSize()
|