Home
last modified time | relevance | path

Searched refs:m_aRestorePosSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1634 m_aRestorePosSize = Rectangle( Point( pState->mnX, pState->mnY ), in SetWindowState()
1695 pState->mnX = m_aRestorePosSize.Left(); in GetWindowState()
1696 pState->mnY = m_aRestorePosSize.Top(); in GetWindowState()
1697 pState->mnWidth = m_aRestorePosSize.GetWidth(); in GetWindowState()
1698 pState->mnHeight = m_aRestorePosSize.GetHeight(); in GetWindowState()
1813 m_aRestorePosSize = Rectangle( Point( maGeometry.nX, maGeometry.nY ), in ShowFullScreen()
1857 if( ! m_aRestorePosSize.IsEmpty() ) in ShowFullScreen()
1860 maGeometry.nWidth = m_aRestorePosSize.GetWidth(), in ShowFullScreen()
1861 maGeometry.nHeight = m_aRestorePosSize.GetHeight() ); in ShowFullScreen()
1863 maGeometry.nX = m_aRestorePosSize.Left(), in ShowFullScreen()
[all …]
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx194 Rectangle m_aRestorePosSize; member in GtkSalFrame