Home
last modified time | relevance | path

Searched refs:pSys (Results 1 – 4 of 4) sorted by path

/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx1396 WinSalSystem* pSys = static_cast<WinSalSystem*>(ImplGetSalSystem()); in SetScreenNumber()
1397 if( pSys ) in SetScreenNumber()
1400 pSys->getMonitors(); in SetScreenNumber()
/aoo41x/main/vcl/source/app/
H A Dsvapp.cxx1368 SalSystem* pSys = ImplGetSalSystem(); in GetScreenCount() local
1369 return pSys ? pSys->GetDisplayScreenCount() : 0; in GetScreenCount()
1374 SalSystem* pSys = ImplGetSalSystem(); in GetScreenName() local
1375 return pSys ? pSys->GetScreenName( nScreen ) : rtl::OUString(); in GetScreenName()
1380 SalSystem* pSys = ImplGetSalSystem(); in IsMultiDisplay() local
1381 return pSys ? pSys->IsMultiDisplay() : false; in IsMultiDisplay()
1386 SalSystem* pSys = ImplGetSalSystem(); in GetDefaultDisplayNumber() local
1387 return pSys ? pSys->GetDefaultDisplayNumber() : 0; in GetDefaultDisplayNumber()
1392 SalSystem* pSys = ImplGetSalSystem(); in GetScreenPosSizePixel() local
1393 return pSys ? pSys->GetDisplayScreenPosSizePixel( nScreen ) : Rectangle(); in GetScreenPosSizePixel()
[all …]
/aoo41x/main/vcl/win/source/app/
H A Dsalinfo.cxx60 WinSalSystem* pSys = reinterpret_cast<WinSalSystem*>(dwData); in ImplEnumMonitorProc() local
61 return pSys->handleMonitorCallback( reinterpret_cast<sal_IntPtr>(hMonitor), in ImplEnumMonitorProc()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1031 WinSalSystem* pSys = static_cast<WinSalSystem*>(ImplGetSalSystem()); in updateScreenNumber() local
1032 if( pSys ) in updateScreenNumber()
1035 pSys->getMonitors(); in updateScreenNumber()
2022 WinSalSystem* pSys = static_cast<WinSalSystem*>(ImplGetSalSystem()); in SetScreenNumber() local
2023 if( pSys ) in SetScreenNumber()
2026 pSys->getMonitors(); in SetScreenNumber()
6394 WinSalSystem* pSys = static_cast<WinSalSystem*>(ImplGetSalSystem()); local
6395 if( pSys )
6396 pSys->clearMonitors();
6397 bResult = (pSys != NULL);

Completed in 146 milliseconds