Home
last modified time | relevance | path

Searched refs:nBottomDecoration (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/inc/
H A Dsalgeom.hxx36 nBottomDecoration; member
42 nRightDecoration( 0 ), nBottomDecoration( 0 ), in _SalFrameGeometry()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx614 maGeometry.nBottomDecoration = m_pParent->maGeometry.nBottomDecoration; in InitCommon()
621 maGeometry.nBottomDecoration = 0; in InitCommon()
1547 …if( (nY + (long)maGeometry.nHeight + (long)maGeometry.nBottomDecoration) > (long)aScreenSize.Heigh… in SetPosSize()
1548 nY = aScreenSize.Height() - maGeometry.nHeight - maGeometry.nBottomDecoration; in SetPosSize()
3002 pThis->maGeometry.nBottomDecoration = aRect.y + aRect.height - y - pEvent->height; in signalConfigure()
3009 pThis->maGeometry.nBottomDecoration = in signalConfigure()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1745 aGeom.nBottomDecoration = 5; in SetWindowState()
1752 if( aPosSize.Bottom()+(long)aGeom.nBottomDecoration > aScreenSize.Height()-1 ) in SetWindowState()
1753 …ze.Move( 0, (long)aScreenSize.Height() - (long)aPosSize.Bottom() - (long)aGeom.nBottomDecoration ); in SetWindowState()
1921 long h = aScreenSize.Height() - maGeometry.nTopDecoration - maGeometry.nBottomDecoration; in GetPosSize()
3947 maGeometry.nBottomDecoration = hp - h - maGeometry.nTopDecoration; in HandleReparentEvent()
3970 …int nFrameHeight = maGeometry.nHeight + maGeometry.nTopDecoration + maGeometry.nBottomDecoration; in HandleReparentEvent()
3979 … aSize.Height() = nScreenHeight - maGeometry.nBottomDecoration - maGeometry.nTopDecoration; in HandleReparentEvent()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx501 nHeight += maGeometry.nTopDecoration + maGeometry.nBottomDecoration; in SetMinClientSize()
526 nHeight += maGeometry.nTopDecoration + maGeometry.nBottomDecoration; in SetMaxClientSize()
1666 …maGeometry.nBottomDecoration = static_cast<unsigned int>((aFrameRect.origin.y + aFrameRect.size.he… in UpdateFrameGeometry()
/trunk/main/vcl/source/window/
H A Dsyswin.cxx776 …(unsigned long) (aState.mnY + displacement + aState.mnHeight + g.nBottomDecoration) > (unsigned lo… in SetWindowStateData()
783 …(unsigned long) (aState.mnY + displacement + aState.mnHeight + g.nBottomDecoration) > (unsigned lo… in SetWindowStateData()
H A Dwindow.cxx7550 aSize.Height() += g.nTopDecoration + g.nBottomDecoration; in ImplGetWindowExtentsRelative()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1320 - rGeom.nBottomDecoration ) in setNetWMState()
1410 - rGeom.nBottomDecoration ) in setGnomeWMState()
1636 … aScreenSize.Height() - rGeom.nTopDecoration - rGeom.nBottomDecoration ) in maximizeFrame()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2929 …y.nLeftDecoration = pFrame->maGeometry.nRightDecoration = pFrame->maGeometry.nBottomDecoration = 0; in SetMaximizedFrameGeometry()
2964 pFrame->maGeometry.nBottomDecoration = nFrameY; in UpdateFrameGeometry()
2971 int nHeight = swp.cy - pFrame->maGeometry.nBottomDecoration - pFrame->maGeometry.nTopDecoration; in UpdateFrameGeometry()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4201 …y.nLeftDecoration = pFrame->maGeometry.nRightDecoration = pFrame->maGeometry.nBottomDecoration = 0; in SetMaximizedFrameGeometry()
4247 pFrame->maGeometry.nBottomDecoration += aRect.bottom - aPt.y - aInnerRect.bottom; in UpdateFrameGeometry()
4250 pFrame->maGeometry.nBottomDecoration = pFrame->maGeometry.nLeftDecoration; in UpdateFrameGeometry()
4255 - pFrame->maGeometry.nBottomDecoration - pFrame->maGeometry.nTopDecoration; in UpdateFrameGeometry()

Completed in 147 milliseconds