Home
last modified time | relevance | path

Searched refs:nScreenHeight (Results 1 – 6 of 6) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1532 int nScreenHeight; in SetPosSize() local
1540 nScreenHeight = aRect.bottom-aRect.top; in SetPosSize()
1622 if ( nY+nHeight > nScreenY+nScreenHeight ) in SetPosSize()
1623 nY = (nScreenY+nScreenHeight) - nHeight; in SetPosSize()
1852 int nScreenHeight; in SetWindowState() local
1860 nScreenHeight = aRect.bottom-aRect.top+20; in SetWindowState()
1902 if( nWidth > nScreenWidth || nHeight > nScreenHeight ) in SetWindowState()
1907 if ( nY+nHeight > nScreenY+nScreenHeight ) in SetWindowState()
1908 nY = (nScreenY+nScreenHeight) - nHeight; in SetWindowState()
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1208 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()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx1451 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()
/aoo41x/main/vcl/source/app/
H A Dhelp.cxx717 long nScreenHeight = aScreenRect.GetHeight(); in ImplSetHelpWindowPos() local
719 if ( aPos.Y() > aScreenRect.Top()+nScreenHeight-(nScreenHeight/4) ) in ImplSetHelpWindowPos()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx100 static LONG nScreenHeight = WinQuerySysValue( HWND_DESKTOP, SV_CYSCREEN); variable
115 pptl->y = nScreenHeight - pptl->y; in _WinQueryPointerPos()
148 swpOwner.cy = nScreenHeight; in _WinQueryWindowPos()
413 pFrame->maState.mnY = nScreenHeight - (aSWP.y+aSWP.cy)+nTopDeco; in ImplSaveFrameState()
1126 if ( nY+nHeight > nScreenHeight ) in SetPosSize()
1127 nY = nScreenHeight - nHeight; in SetPosSize()
1263 nY = nScreenHeight - (aSWP.y+aSWP.cy); in SetWindowState()
1287 if ( nY+nHeight > nScreenHeight ) in SetWindowState()
1288 nY = (nScreenHeight) - nHeight; in SetWindowState()
1353 nScreenHeight - (nY+nHeight), nWidth, nHeight, nPosSize); in SetWindowState()
[all …]
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx277 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()

Completed in 92 milliseconds