Home
last modified time | relevance | path

Searched refs:getWMAdaptor (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/vcl/unx/generic/window/
H A Dsalframe.cxx146 ((nStyle_ & SAL_FRAME_STYLE_INTRO) && !pDisplay_->getWMAdaptor()->supportsSplash()) in IsOverrideRedirect()
148 … (!( nStyle_ & ~SAL_FRAME_STYLE_DEFAULT ) && !pDisplay_->getWMAdaptor()->supportsFullScreen()) in IsOverrideRedirect()
175 pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::XEMBED_INFO ), in setXEmbedInfo()
176 pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::XEMBED_INFO ), in setXEmbedInfo()
191 aEvent.xclient.message_type = pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::XEMBED ); in askForXEmbedFocus()
414 Attributes.win_gravity = pDisplay_->getWMAdaptor()->getInitWinGravity(); in Init()
520 pDisplay_->getWMAdaptor()->setUserTime( this, nUserTime ); in Init()
528 a[n++] = pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::WM_DELETE_WINDOW ); in Init()
529 if( pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::NET_WM_PING ) ) in Init()
530 a[n++] = pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::NET_WM_PING ); in Init()
[all …]
/AOO42X/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx634 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()
[all …]
/AOO42X/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2294 … if( pEvent->xproperty.atom == getWMAdaptor()->getAtom( WMAdaptor::VCL_SYSTEM_SETTINGS ) ) in Dispatch()
2557 …fprintf( stderr, "\tWMName \t%s\n", rtl::OUStringToOString( getWMAdaptor()->getWindowMa… in PrintInfo()
2695 … i_pEvent->xproperty.atom == pSalDisplay->getWMAdaptor()->getAtom( WMAdaptor::SAL_GETTIMEEVENT ) in timestamp_predicate()
2710 Atom nAtom = getWMAdaptor()->getAtom( WMAdaptor::SAL_GETTIMEEVENT ); in GetLastUserEventTime()
/AOO42X/main/vcl/inc/unx/
H A Dsaldisp.hxx492 ::vcl_sal::WMAdaptor* getWMAdaptor() const { return m_pWMAdaptor; } in getWMAdaptor() function in SalDisplay
/AOO42X/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx152 pEvent->xproperty.atom == pDisplay->getWMAdaptor()->getAtom( WMAdaptor::XSETTINGS ) && in filterGdkEvent()