Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/app/
H A Dsalinfo.cxx120 int nMonitors = GetSystemMetrics( SM_CMONITORS ); in initMonitors() local
121 if( nMonitors == 1 ) in initMonitors()
169 unsigned int nMonitors = m_aMonitors.size(); in initMonitors() local
170 for( unsigned int i = 0; i < nMonitors; i++ ) in initMonitors()
/aoo41x/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx233 gint nMonitors = gdk_screen_get_n_monitors(pScreen); in monitorsChanged()
235 m_aXineramaScreenIndexMap = std::vector<int>(nMonitors); in monitorsChanged()
236 for (gint i = 0; i < nMonitors; ++i) in monitorsChanged()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx285 static int nMonitors = GetSystemMetrics( SM_CMONITORS ); in ImplSalGetWorkArea() local
286 if( nMonitors == 1 ) in ImplSalGetWorkArea()
884 sal_Int32 nMonitors = xMultiMon->getCount(); in ImplSalCalcFullScreenSize() local
885 if( (pFrame->mnDisplay >= 0) && (pFrame->mnDisplay < nMonitors) ) in ImplSalCalcFullScreenSize()
908 for( sal_Int32 i = 1 ; i < nMonitors ; i++ ) in ImplSalCalcFullScreenSize()

Completed in 51 milliseconds