Home
last modified time | relevance | path

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

/aoo4110/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()
1863 maGeometry.nX = m_aRestorePosSize.Left(), in ShowFullScreen()
1864 maGeometry.nY = m_aRestorePosSize.Top() ); in ShowFullScreen()
1865 m_aRestorePosSize = Rectangle(); in ShowFullScreen()
[all …]
/aoo4110/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx194 Rectangle m_aRestorePosSize; member in GtkSalFrame

Completed in 39 milliseconds