Searched refs:nMonitors (Results 1 – 3 of 3) sorted by relevance
120 int nMonitors = GetSystemMetrics( SM_CMONITORS ); in initMonitors() local121 if( nMonitors == 1 ) in initMonitors()169 unsigned int nMonitors = m_aMonitors.size(); in initMonitors() local170 for( unsigned int i = 0; i < nMonitors; i++ ) in initMonitors()
233 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()
285 static int nMonitors = GetSystemMetrics( SM_CMONITORS ); in ImplSalGetWorkArea() local286 if( nMonitors == 1 ) in ImplSalGetWorkArea()884 sal_Int32 nMonitors = xMultiMon->getCount(); in ImplSalCalcFullScreenSize() local885 if( (pFrame->mnDisplay >= 0) && (pFrame->mnDisplay < nMonitors) ) in ImplSalCalcFullScreenSize()908 for( sal_Int32 i = 1 ; i < nMonitors ; i++ ) in ImplSalCalcFullScreenSize()
Completed in 49 milliseconds