Searched refs:nScreenHeight (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/vcl/os2/source/gdi/ |
| H A D | salgdi2.cxx | 277 void ImplDrawBitmap( HPS hPS, long nScreenHeight, in ImplDrawBitmap() argument 309 pts[0].y = nScreenHeight - rPosAry.mnDestY - rPosAry.mnDestHeight; in ImplDrawBitmap() 311 pts[1].y = nScreenHeight - rPosAry.mnDestY - 1; in ImplDrawBitmap() 404 pts[0].y = nScreenHeight - rPosAry.mnDestY - rPosAry.mnDestHeight; in ImplDrawBitmap() 406 pts[1].y = nScreenHeight - rPosAry.mnDestY - 1; in ImplDrawBitmap()
|
| /trunk/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 98 static LONG nScreenHeight = WinQuerySysValue( HWND_DESKTOP, SV_CYSCREEN); variable 113 pptl->y = nScreenHeight - pptl->y; in _WinQueryPointerPos() 146 swpOwner.cy = nScreenHeight; in _WinQueryWindowPos() 411 pFrame->maState.mnY = nScreenHeight - (aSWP.y+aSWP.cy)+nTopDeco; in ImplSaveFrameState() 1124 if ( nY+nHeight > nScreenHeight ) in SetPosSize() 1125 nY = nScreenHeight - nHeight; in SetPosSize() 1261 nY = nScreenHeight - (aSWP.y+aSWP.cy); in SetWindowState() 1285 if ( nY+nHeight > nScreenHeight ) in SetWindowState() 1286 nY = (nScreenHeight) - nHeight; in SetWindowState() 1351 nScreenHeight - (nY+nHeight), nWidth, nHeight, nPosSize); in SetWindowState() [all …]
|
| /trunk/main/vcl/source/app/ |
| H A D | help.cxx | 716 long nScreenHeight = aScreenRect.GetHeight(); in ImplSetHelpWindowPos() local 718 if ( aPos.Y() > aScreenRect.Top()+nScreenHeight-(nScreenHeight/4) ) in ImplSetHelpWindowPos()
|
| /trunk/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 1451 int nX, nY, nScreenWidth, nScreenHeight; in Center() local 1457 nScreenHeight = aScreenSize.Height(); in Center() 1459 nRealScreenHeight = nScreenHeight; in Center() 1517 (unsigned int*)&nScreenHeight, in Center() 1525 nScreenHeight = pFrame->maGeometry.nHeight; in Center() 1541 nY = (nScreenHeight - (int)maGeometry.nHeight) / 2 + nScreenY; in Center() 3968 int nScreenHeight = aScreenSize.Height(); in HandleReparentEvent() local 3972 if ((nFrameWidth > nScreenWidth) || (nFrameHeight > nScreenHeight)) in HandleReparentEvent() 3978 if (nFrameHeight > nScreenHeight) in HandleReparentEvent() 3979 … aSize.Height() = nScreenHeight - maGeometry.nBottomDecoration - maGeometry.nTopDecoration; in HandleReparentEvent()
|
| /trunk/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 1528 int nScreenHeight; in SetPosSize() local 1536 nScreenHeight = aRect.bottom-aRect.top; in SetPosSize() 1618 if ( nY+nHeight > nScreenY+nScreenHeight ) in SetPosSize() 1619 nY = (nScreenY+nScreenHeight) - nHeight; in SetPosSize() 1848 int nScreenHeight; in SetWindowState() local 1856 nScreenHeight = aRect.bottom-aRect.top+20; in SetWindowState() 1898 if( nWidth > nScreenWidth || nHeight > nScreenHeight ) in SetWindowState() 1903 if ( nY+nHeight > nScreenY+nScreenHeight ) in SetWindowState() 1904 nY = (nScreenY+nScreenHeight) - nHeight; in SetWindowState()
|
| /trunk/main/vcl/unx/gtk/window/ |
| H A D | gtkframe.cxx | 1208 long nScreenWidth, nScreenHeight; in Center() local 1213 nScreenHeight = aScreenSize.Height(); in Center() 1231 nScreenHeight = rScreens[i].GetHeight(); in Center() 1236 nY = nScreenY + (nScreenHeight - (long)maGeometry.nHeight)/2; in Center()
|