Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1439 if( m_aMaxSize.Width() && m_aMaxSize.Height() && ! m_bFullscreen ) in setMinMaxSize()
1441 aGeo.max_width = m_aMaxSize.Width()+CONTAINER_ADJUSTMENT; in setMinMaxSize()
1442 aGeo.max_height = m_aMaxSize.Height()+CONTAINER_ADJUSTMENT; in setMinMaxSize()
1458 if( m_bFullscreen && m_aMaxSize.Width() && m_aMaxSize.Height() ) in setMinMaxSize()
1460 aGeo.max_width = m_aMaxSize.Width(); in setMinMaxSize()
1461 aGeo.max_height = m_aMaxSize.Height(); in setMinMaxSize()
1476 m_aMaxSize = Size( nWidth, nHeight ); in SetMaxClientSize()
1834 m_aMaxSize.Width() = aNewPosSize.GetWidth()+100; in ShowFullScreen()
1835 m_aMaxSize.Height() = aNewPosSize.GetHeight()+100; in ShowFullScreen()
/aoo4110/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx192 Size m_aMaxSize; member in GtkSalFrame

Completed in 34 milliseconds