Searched refs:m_aRestorePosSize (Results 1 – 2 of 2) sorted by relevance
1669 m_aRestorePosSize = Rectangle( Point( pState->mnX, pState->mnY ), in SetWindowState()1730 pState->mnX = m_aRestorePosSize.Left(); in GetWindowState()1731 pState->mnY = m_aRestorePosSize.Top(); in GetWindowState()1732 pState->mnWidth = m_aRestorePosSize.GetWidth(); in GetWindowState()1733 pState->mnHeight = m_aRestorePosSize.GetHeight(); in GetWindowState()1857 m_aRestorePosSize = Rectangle( Point( maGeometry.nX, maGeometry.nY ), in ShowFullScreen()1901 if( ! m_aRestorePosSize.IsEmpty() ) in ShowFullScreen()1904 maGeometry.nWidth = m_aRestorePosSize.GetWidth(), in ShowFullScreen()1905 maGeometry.nHeight = m_aRestorePosSize.GetHeight() ); in ShowFullScreen()1907 maGeometry.nX = m_aRestorePosSize.Left(), in ShowFullScreen()[all …]
194 Rectangle m_aRestorePosSize; member in GtkSalFrame