Lines Matching refs:pSys
1368 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()
1398 SalSystem* pSys = ImplGetSalSystem(); in GetWorkAreaPosSizePixel() local
1399 return pSys ? pSys->GetDisplayWorkAreaPosSizePixel( nScreen ) : Rectangle(); in GetWorkAreaPosSizePixel()