Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dsalgeom.hxx35 nRightDecoration, member
42 nRightDecoration( 0 ), nBottomDecoration( 0 ), in _SalFrameGeometry()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx616 maGeometry.nRightDecoration = m_pParent->maGeometry.nRightDecoration; in InitCommon()
623 maGeometry.nRightDecoration = 0; in InitCommon()
1545 …if( (nX + (long)maGeometry.nWidth + (long)maGeometry.nRightDecoration) > (long)aScreenSize.Width()… in SetPosSize()
1546 nX = aScreenSize.Width() - maGeometry.nWidth - maGeometry.nRightDecoration; in SetPosSize()
3004 pThis->maGeometry.nRightDecoration = aRect.x + aRect.width - x - pEvent->width; in signalConfigure()
3011 pThis->maGeometry.nRightDecoration = 0; in signalConfigure()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1744 aGeom.nRightDecoration = 5; in SetWindowState()
1750 if( aPosSize.Right()+(long)aGeom.nRightDecoration > aScreenSize.Width()-1 ) in SetWindowState()
1751 …sSize.Move( (long)aScreenSize.Width() - (long)aPosSize.Right() - (long)aGeom.nRightDecoration, 0 ); in SetWindowState()
1920 long w = aScreenSize.Width() - maGeometry.nLeftDecoration - maGeometry.nRightDecoration; in GetPosSize()
3946 maGeometry.nRightDecoration = wp - w - maGeometry.nLeftDecoration; in HandleReparentEvent()
3969 … int nFrameWidth = maGeometry.nWidth + maGeometry.nLeftDecoration + maGeometry.nRightDecoration; in HandleReparentEvent()
3977 … aSize.Width() = nScreenWidth - maGeometry.nRightDecoration - maGeometry.nLeftDecoration; in HandleReparentEvent()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx500 nWidth += maGeometry.nLeftDecoration + maGeometry.nRightDecoration; in SetMinClientSize()
525 nWidth += maGeometry.nLeftDecoration + maGeometry.nRightDecoration; in SetMaxClientSize()
1662 …maGeometry.nRightDecoration = static_cast<unsigned int>((aFrameRect.origin.x + aFrameRect.size.wid… in UpdateFrameGeometry()
/trunk/main/vcl/source/window/
H A Dsyswin.cxx775 …if( (unsigned long) (aState.mnX + displacement + aState.mnWidth + g.nRightDecoration) > (unsigned … in SetWindowStateData()
782 …(unsigned long) (aState.mnX + displacement + aState.mnWidth + g.nRightDecoration) > (unsigned long… in SetWindowStateData()
H A Dwindow.cxx7549 aSize.Width() += g.nLeftDecoration + g.nRightDecoration; in ImplGetWindowExtentsRelative()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2929 …pFrame->maGeometry.nLeftDecoration = pFrame->maGeometry.nRightDecoration = pFrame->maGeometry.nBot… in SetMaximizedFrameGeometry()
2963 pFrame->maGeometry.nRightDecoration = nFrameX; in UpdateFrameGeometry()
2970 int nWidth = swp.cx - pFrame->maGeometry.nRightDecoration - pFrame->maGeometry.nLeftDecoration; in UpdateFrameGeometry()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1317 - rGeom.nRightDecoration, in setNetWMState()
1407 - rGeom.nRightDecoration, in setGnomeWMState()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4201 …pFrame->maGeometry.nLeftDecoration = pFrame->maGeometry.nRightDecoration = pFrame->maGeometry.nBot… in SetMaximizedFrameGeometry()
4231 pFrame->maGeometry.nRightDecoration = cx; in UpdateFrameGeometry()
4244 pFrame->maGeometry.nRightDecoration = aRect.right - aPt.x; in UpdateFrameGeometry()
4253 - pFrame->maGeometry.nRightDecoration - pFrame->maGeometry.nLeftDecoration; in UpdateFrameGeometry()

Completed in 159 milliseconds