Home
last modified time | relevance | path

Searched refs:maRestorePosSize (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1642 pFrame->maRestorePosSize.IsEmpty() ? in maximizeFrame()
1643 rGeom.nWidth : pFrame->maRestorePosSize.GetWidth(), in maximizeFrame()
1648 pFrame->maRestorePosSize.IsEmpty() ? in maximizeFrame()
1649 rGeom.nX : pFrame->maRestorePosSize.Left(); in maximizeFrame()
1656 pFrame->maRestorePosSize.IsEmpty() ? in maximizeFrame()
1657 rGeom.nHeight : pFrame->maRestorePosSize.GetHeight() in maximizeFrame()
1661 pFrame->maRestorePosSize.IsEmpty() ? in maximizeFrame()
1662 rGeom.nY : pFrame->maRestorePosSize.Top(); in maximizeFrame()
1685 if( pFrame->maRestorePosSize.IsEmpty() ) in maximizeFrame()
1686 pFrame->maRestorePosSize = aRestore; in maximizeFrame()
[all …]
/AOO41X/main/vcl/unx/generic/window/
H A Dsalframe.cxx1788 maRestorePosSize.Left() = pState->mnX; in SetWindowState()
1789 maRestorePosSize.Top() = pState->mnY; in SetWindowState()
1790 maRestorePosSize.Right() = maRestorePosSize.Left() + pState->mnWidth; in SetWindowState()
1791 maRestorePosSize.Right() = maRestorePosSize.Left() + pState->mnHeight; in SetWindowState()
1821 if( maRestorePosSize.IsEmpty() ) in GetWindowState()
1824 aPosSize = maRestorePosSize; in GetWindowState()
1841 if (! maRestorePosSize.IsEmpty() ) in GetWindowState()
2201 maRestorePosSize = Rectangle( Point( maGeometry.nX, maGeometry.nY ), in ShowFullScreen()
2235 Rectangle aRect = maRestorePosSize; in ShowFullScreen()
2236 maRestorePosSize = Rectangle(); in ShowFullScreen()
/AOO41X/main/vcl/inc/unx/
H A Dsalframe.h97 Rectangle maRestorePosSize; variable