Lines Matching refs:getWMAdaptor
634 m_nWorkArea = pDisp->getWMAdaptor()->getCurrentWorkArea(); in InitCommon()
688 … if (GetX11SalData()->GetDisplay()->getWMAdaptor()->getWindowManagerName().EqualsAscii("compiz")) in lcl_set_accept_focus()
830 && getDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in Init()
953 … aEvent.xclient.message_type = getDisplay()->getWMAdaptor()->getAtom( vcl_sal::WMAdaptor::XEMBED ); in askForXEmbedFocus()
1303 && getDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in Show()
1319 getDisplay()->getWMAdaptor()->switchToWorkArea( m_pParent->m_nWorkArea ); in Show()
1599 rRect = GetX11SalData()->GetDisplay()->getWMAdaptor()->getWorkArea( 0 ); in GetWorkArea()
1838 if( ! getDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in ShowFullScreen()
1840 …pDisp->getWMAdaptor()->setFullScreenMonitors( GDK_WINDOW_XWINDOW( GTK_WIDGET(m_pWindow)->window ),… in ShowFullScreen()
1851 if( ! getDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in ShowFullScreen()
2507 vcl_sal::WMAdaptor* pAdaptor = getDisplay()->getWMAdaptor(); in Dispatch()
2553 …pEvent->xclient.message_type == getDisplay()->getWMAdaptor()->getAtom( vcl_sal::WMAdaptor::XEMBED … in Dispatch()
2857 Atom nStateAtom = getDisplay()->getWMAdaptor()->getAtom(vcl_sal::WMAdaptor::NET_WM_STATE); in IMPL_LINK()
2858 …Atom nFSAtom = getDisplay()->getWMAdaptor()->getAtom(vcl_sal::WMAdaptor::NET_WM_STATE_FULLSCREEN ); in IMPL_LINK()