Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1685 if( pFrame->maRestorePosSize.IsEmpty() ) in maximizeFrame()
1686 pFrame->maRestorePosSize = aRestore; in maximizeFrame()
1703 pFrame->maRestorePosSize = Rectangle(); in maximizeFrame()
1769 pFrame->maRestorePosSize = Rectangle(); in maximizeFrame()
1773 pFrame->maRestorePosSize = in maximizeFrame()
1823 pFrame->maRestorePosSize = Rectangle(); in maximizeFrame()
1827 pFrame->maRestorePosSize = in maximizeFrame()
2028 pFrame->maRestorePosSize = Rectangle(); in handlePropertyNotify()
2034 pFrame->maRestorePosSize = in handlePropertyNotify()
2094 pFrame->maRestorePosSize = Rectangle(); in handlePropertyNotify()
[all …]
/trunk/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()
/trunk/main/vcl/inc/unx/
H A Dsalframe.h97 Rectangle maRestorePosSize; member in X11SalFrame

Completed in 36 milliseconds