Searched refs:X11SalSystem (Results 1 – 3 of 3) sorted by relevance
45 return new X11SalSystem(); in CreateSalSystem()50 X11SalSystem::~X11SalSystem() in ~X11SalSystem()55 unsigned int X11SalSystem::GetDisplayScreenCount() in GetDisplayScreenCount()61 bool X11SalSystem::IsMultiDisplay() in IsMultiDisplay()68 unsigned int X11SalSystem::GetDefaultDisplayNumber() in GetDefaultDisplayNumber()74 Rectangle X11SalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen ) in GetDisplayScreenPosSizePixel()93 Rectangle X11SalSystem::GetDisplayWorkAreaPosSizePixel( unsigned int nScreen ) in GetDisplayWorkAreaPosSizePixel()99 rtl::OUString X11SalSystem::GetScreenName( unsigned int nScreen ) in GetScreenName()140 int X11SalSystem::ShowNativeDialog( const String& rTitle, const String& rMessage, const std::list< … in ShowNativeDialog()169 int X11SalSystem::ShowNativeMessageBox(const String& rTitle, const String& rMessage, int nButtonCom… in ShowNativeMessageBox()
40 class VCLPLUG_GEN_PUBLIC X11SalSystem : public SalSystem class43 X11SalSystem() {} in X11SalSystem() function in X11SalSystem44 virtual ~X11SalSystem();
90 class GtkSalSystem : public X11SalSystem93 GtkSalSystem() : X11SalSystem() {} in GtkSalSystem()
Completed in 17 milliseconds