Home
last modified time | relevance | path

Searched refs:rGeom (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1621 Point aTL( rGeom.nLeftDecoration, rGeom.nTopDecoration ); in maximizeFrame()
1624 Point aMed( aTL.X() + rGeom.nWidth/2, aTL.Y() + rGeom.nHeight/2 ); in maximizeFrame()
1635 Size( aScreenSize.Width() - rGeom.nLeftDecoration - rGeom.nTopDecoration, in maximizeFrame()
1665 Rectangle aRestore( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
1681 aRestore.Move( -rGeom.nLeftDecoration, -rGeom.nTopDecoration ); in maximizeFrame()
1774 Rectangle( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
1828 Rectangle( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
2035 Rectangle( Point( rGeom.nX, rGeom.nY ), in handlePropertyNotify()
2036 Size( rGeom.nWidth, rGeom.nHeight ) ); in handlePropertyNotify()
2101 Rectangle( Point( rGeom.nX, rGeom.nY ), in handlePropertyNotify()
[all …]
H A Di18n_status.cxx369 const SalFrameGeometry& rGeom( pParent->GetUnmirroredGeometry() ); in IIIMPStatusWindow() local
370 int nDistance = rGeom.nTopDecoration; in IIIMPStatusWindow()
375 rGeom.nX, in IIIMPStatusWindow()
376 rGeom.nY + rGeom.nHeight + nDistance in IIIMPStatusWindow()
/trunk/main/vcl/source/window/
H A Dsyswin.cxx840 const SalFrameGeometry& rGeom = pWindow->mpWindowImpl->mpFrame->GetGeometry(); in SetWindowStateData() local
843 if( nX + nWidth > (long) rGeom.nWidth ) in SetWindowStateData()
844 nX = rGeom.nWidth - nWidth; in SetWindowStateData()
847 if( nY + nHeight > (long) rGeom.nHeight ) in SetWindowStateData()
848 nY = rGeom.nHeight - nHeight; in SetWindowStateData()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx377 const SalFrameGeometry& rGeom( pFrame->GetUnmirroredGeometry() ); in Init() local
378 x = rGeom.nX; in Init()
379 y = rGeom.nY; in Init()

Completed in 66 milliseconds