Home
last modified time | relevance | path

Searched refs:GetScreenCount (Results 1 – 17 of 17) sorted by path

/trunk/main/desktop/source/splash/
H A Dsplash.cxx486 sal_uInt32 nCount = Application::GetScreenCount(); in findScreenBitmap()
571 sal_uInt32 nCount = Application::GetScreenCount(); in determineProgressRatioValues()
/trunk/main/toolkit/source/awt/
H A Dvclxtopwindow.cxx252 if ( ( _display < 0 ) || ( _display >= (sal_Int32)Application::GetScreenCount() ) ) in setDisplay()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx500 int GetScreenCount() const { return static_cast<int>(m_aScreens.size()); } in GetScreenCount() function in SalDisplay
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx367 static unsigned int GetScreenCount();
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1366 unsigned int Application::GetScreenCount() in GetScreenCount() function in Application
1418 const unsigned int nScreens = GetScreenCount(); in GetBestScreen()
/trunk/main/vcl/source/components/
H A Ddisplay.cxx297 return Application::GetScreenCount(); in getCount()
/trunk/main/vcl/source/window/
H A Dfloatwin.cxx270 if( Application::GetScreenCount() > 1 && ! Application::IsMultiDisplay() ) in ImplCalcPos()
H A Dmenu.cxx3781 if( Application::GetScreenCount() > 1 && ! Application::IsMultiDisplay() ) in ImplExecute()
H A Dsyswin.cxx664 for( unsigned int i = 1; i < Application::GetScreenCount(); i++ ) in ImplMoveToScreen()
H A Dwindow.cxx9861 if( (nDisplay >= Application::GetScreenCount()) ) in ImplGetCanvas()
H A Dwrkwin.cxx181 || (nDisplay >= static_cast<sal_Int32>(Application::GetScreenCount()) ) ) in ShowFullScreenMode()
/trunk/main/vcl/unx/generic/app/
H A Dsalsys.cxx58 …return pSalDisp->IsXinerama() ? pSalDisp->GetXineramaScreens().size() : pSalDisp->GetScreenCount(); in GetDisplayScreenCount()
64 unsigned int nScreenCount = pSalDisp->GetScreenCount(); in IsMultiDisplay()
117 if( nScreen >= static_cast<unsigned int>(pSalDisp->GetScreenCount()) ) in GetScreenName()
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx67 mnMaxScreens = rSalDisplay.GetScreenCount(); in X11GlyphPeer()
H A Dxrender_peer.cxx218 const int nScreenCount = pSalDisp->GetScreenCount(); in InitRenderText()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx212 if( nScreen < 0 || nScreen >= GetDisplay()->GetScreenCount() ) in Init()
2179 else if( sal_Int32(nNewScreen) < GetDisplay()->GetScreenCount() ) in SetScreenNumber()
2250 if( nScreen < 0 || nScreen >= GetDisplay()->GetScreenCount() ) in ShowFullScreen()
2702 if( nScreen < 0 || nScreen >= GetDisplay()->GetScreenCount() ) in createNewWindow()
2718 int nScreens = GetDisplay()->GetScreenCount(); in createNewWindow()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx413 int nScreens = GetX11SalData()->GetDisplay()->GetScreenCount(); in initNWF()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1794 else if( sal_Int32(nNewScreen) < pDisp->GetScreenCount() ) in SetScreenNumber()
2372 if( nScreen < 0 || nScreen >= getDisplay()->GetScreenCount() ) in createNewWindow()
2388 int nScreens = getDisplay()->GetScreenCount(); in createNewWindow()

Completed in 175 milliseconds