Home
last modified time | relevance | path

Searched refs:nScreenWidth (Results 1 – 5 of 5) sorted by path

/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx101 static LONG nScreenWidth = WinQuerySysValue( HWND_DESKTOP, SV_CXSCREEN ); variable
147 swpOwner.cx = nScreenWidth; in _WinQueryWindowPos()
1124 if ( nX+nWidth > nScreenWidth ) in SetPosSize()
1125 nX = nScreenWidth - nWidth; in SetPosSize()
1285 if ( nX+nWidth > nScreenWidth ) in SetWindowState()
1286 nX = (nScreenWidth) - nWidth; in SetWindowState()
/aoo41x/main/vcl/source/window/
H A Dmenu.cxx2521 long nScreenWidth = aDispRect.GetWidth() >= 800 ? aDispRect.GetWidth() : 800; in ImplCalcSize() local
2522 if( nMaxWidth > nScreenWidth/2 ) in ImplCalcSize()
2523 nMaxWidth = nScreenWidth/2; in ImplCalcSize()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx1451 int nX, nY, nScreenWidth, nScreenHeight; in Center() local
1456 nScreenWidth = aScreenSize.Width(); in Center()
1458 nRealScreenWidth = nScreenWidth; in Center()
1516 (unsigned int*)&nScreenWidth, in Center()
1524 nScreenWidth = pFrame->maGeometry.nWidth; in Center()
1540 nX = (nScreenWidth - (int)maGeometry.nWidth ) / 2 + nScreenX; in Center()
3967 int nScreenWidth = aScreenSize.Width(); in HandleReparentEvent() local
3972 if ((nFrameWidth > nScreenWidth) || (nFrameHeight > nScreenHeight)) in HandleReparentEvent()
3976 if (nFrameWidth > nScreenWidth) in HandleReparentEvent()
3977 … aSize.Width() = nScreenWidth - maGeometry.nRightDecoration - maGeometry.nLeftDecoration; in HandleReparentEvent()
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1208 long nScreenWidth, nScreenHeight; in Center() local
1212 nScreenWidth = aScreenSize.Width(); in Center()
1230 nScreenWidth = rScreens[i].GetWidth(); in Center()
1235 nX = nScreenX + (nScreenWidth - (long)maGeometry.nWidth)/2; in Center()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1531 int nScreenWidth; in SetPosSize() local
1539 nScreenWidth = aRect.right-aRect.left; in SetPosSize()
1620 if ( nX+nWidth > nScreenX+nScreenWidth ) in SetPosSize()
1621 nX = (nScreenX+nScreenWidth) - nWidth; in SetPosSize()
1851 int nScreenWidth; in SetWindowState() local
1859 nScreenWidth = aRect.right-aRect.left+20; in SetWindowState()
1902 if( nWidth > nScreenWidth || nHeight > nScreenHeight ) in SetWindowState()
1905 if ( nX+nWidth > nScreenX+nScreenWidth ) in SetWindowState()
1906 nX = (nScreenX+nScreenWidth) - nWidth; in SetWindowState()

Completed in 97 milliseconds