Searched refs:nLeftDecoration (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/vcl/inc/ |
H A D | salgeom.hxx | 33 unsigned long nLeftDecoration, member 41 nLeftDecoration( 0 ), nTopDecoration( 0 ), in _SalFrameGeometry()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 1313 aPosSize = Rectangle( Point( aPosSize.Left() + rGeom.nLeftDecoration, in setNetWMState() 1316 - rGeom.nLeftDecoration in setNetWMState() 1403 aPosSize = Rectangle( Point( aPosSize.Left() + rGeom.nLeftDecoration, in setGnomeWMState() 1406 - rGeom.nLeftDecoration in setGnomeWMState() 1621 Point aTL( rGeom.nLeftDecoration, rGeom.nTopDecoration ); in maximizeFrame() 1635 Size( aScreenSize.Width() - rGeom.nLeftDecoration - rGeom.nTopDecoration, in maximizeFrame() 1681 aRestore.Move( -rGeom.nLeftDecoration, -rGeom.nTopDecoration ); in maximizeFrame() 1708 pFrame->maGeometry.nX += rGeom.nLeftDecoration; in maximizeFrame()
|
/aoo42x/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 1735 aGeom.nLeftDecoration == 0 && in SetWindowState() 1739 if( aGeom.nLeftDecoration == 0 && in SetWindowState() 1742 aGeom.nLeftDecoration = 5; in SetWindowState() 1754 if( aPosSize.Left() < (long)aGeom.nLeftDecoration ) in SetWindowState() 1755 aPosSize.Move( (long)aGeom.nLeftDecoration - (long)aPosSize.Left(), 0 ); in SetWindowState() 1920 long w = aScreenSize.Width() - maGeometry.nLeftDecoration - maGeometry.nRightDecoration; in GetPosSize() 2015 values.x -= maGeometry.nLeftDecoration; in SetPosSize() 3924 maGeometry.nLeftDecoration = nLeft > 0 ? nLeft-1 : 0; in HandleReparentEvent() 3946 maGeometry.nRightDecoration = wp - w - maGeometry.nLeftDecoration; in HandleReparentEvent() 3969 … int nFrameWidth = maGeometry.nWidth + maGeometry.nLeftDecoration + maGeometry.nRightDecoration; in HandleReparentEvent() [all …]
|
/aoo42x/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 615 maGeometry.nLeftDecoration = m_pParent->maGeometry.nLeftDecoration; in InitCommon() 622 maGeometry.nLeftDecoration = 0; in InitCommon() 1541 if( nX < (long)maGeometry.nLeftDecoration ) in SetPosSize() 1542 nX = maGeometry.nLeftDecoration; in SetPosSize() 3003 pThis->maGeometry.nLeftDecoration = x - aRect.x; in signalConfigure() 3010 pThis->maGeometry.nLeftDecoration = in signalConfigure()
|
/aoo42x/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 500 nWidth += maGeometry.nLeftDecoration + maGeometry.nRightDecoration; in SetMinClientSize() 525 nWidth += maGeometry.nLeftDecoration + maGeometry.nRightDecoration; in SetMaxClientSize() 1661 …maGeometry.nLeftDecoration = static_cast<unsigned int>(aContentRect.origin.x - aFrameRect.origin.x… in UpdateFrameGeometry()
|
/aoo42x/main/vcl/source/window/ |
H A D | syswin.cxx | 779 … aState.mnX = g.nLeftDecoration ? g.nLeftDecoration : 10; // should result in (0,0) in SetWindowStateData()
|
H A D | window.cxx | 7343 mpWindowImpl->mpFrame->GetUnmirroredGeometry().nLeftDecoration; in SetPosSizePixel() 7344 …rame->GetUnmirroredGeometry().nX - mpWindowImpl->mpFrame->GetUnmirroredGeometry().nLeftDecoration + in SetPosSizePixel() 7547 aPos.X() -= g.nLeftDecoration; in ImplGetWindowExtentsRelative() 7549 aSize.Width() += g.nLeftDecoration + g.nRightDecoration; in ImplGetWindowExtentsRelative()
|
/aoo42x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 2929 …pFrame->maGeometry.nLeftDecoration = pFrame->maGeometry.nRightDecoration = pFrame->maGeometry.nBot… in SetMaximizedFrameGeometry() 2962 pFrame->maGeometry.nLeftDecoration = nFrameX; in UpdateFrameGeometry() 2970 int nWidth = swp.cx - pFrame->maGeometry.nRightDecoration - pFrame->maGeometry.nLeftDecoration; in UpdateFrameGeometry()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 4201 …pFrame->maGeometry.nLeftDecoration = pFrame->maGeometry.nRightDecoration = pFrame->maGeometry.nBot… in SetMaximizedFrameGeometry() 4230 pFrame->maGeometry.nLeftDecoration = cx; in UpdateFrameGeometry() 4250 pFrame->maGeometry.nBottomDecoration = pFrame->maGeometry.nLeftDecoration; in UpdateFrameGeometry() 4253 - pFrame->maGeometry.nRightDecoration - pFrame->maGeometry.nLeftDecoration; in UpdateFrameGeometry()
|
Completed in 165 milliseconds