Home
last modified time | relevance | path

Searched refs:WMAdaptor (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx58 class NetWMAdaptor : public WMAdaptor
86 class GnomeWMAdaptor : public WMAdaptor
120 { "_KDE_NET_WM_WINDOW_TYPE_OVERRIDE", WMAdaptor::KDE_NET_WM_WINDOW_TYPE_OVERRIDE },
121 { "_NET_CURRENT_DESKTOP", WMAdaptor::NET_CURRENT_DESKTOP },
122 { "_NET_NUMBER_OF_DESKTOPS", WMAdaptor::NET_NUMBER_OF_DESKTOPS },
123 { "_NET_WM_DESKTOP", WMAdaptor::NET_WM_DESKTOP },
124 { "_NET_WM_FULLSCREEN_MONITORS", WMAdaptor::NET_WM_FULLSCREEN_MONITORS },
125 { "_NET_WM_ICON_NAME", WMAdaptor::NET_WM_ICON_NAME },
126 { "_NET_WM_PING", WMAdaptor::NET_WM_PING },
127 { "_NET_WM_STATE", WMAdaptor::NET_WM_STATE },
[all …]
H A Dsaldisp.cxx857 m_pWMAdaptor = ::vcl_sal::WMAdaptor::createWMAdaptor( this ); in Init()
2302 … if( pEvent->xproperty.atom == getWMAdaptor()->getAtom( WMAdaptor::VCL_SYSTEM_SETTINGS ) ) in Dispatch()
2703 … i_pEvent->xproperty.atom == pSalDisplay->getWMAdaptor()->getAtom( WMAdaptor::SAL_GETTIMEEVENT ) in timestamp_predicate()
2718 Atom nAtom = getWMAdaptor()->getAtom( WMAdaptor::SAL_GETTIMEEVENT ); in GetLastUserEventTime()
/AOO41X/main/vcl/unx/generic/window/
H A Dsalframe.cxx175 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()
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()
534 a[n++] = pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::WM_SAVE_YOURSELF ); in Init()
538 a[n++] = pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::WM_TAKE_FOCUS ); in Init()
574 pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::WM_CLIENT_LEADER), in Init()
583 int nDecoFlags = WMAdaptor::decoration_All; in Init()
[all …]
/AOO41X/main/vcl/inc/unx/
H A Dwmadaptor.hxx44 class VCLPLUG_GEN_PUBLIC WMAdaptor class
168 WMAdaptor( SalDisplay * )
181 virtual ~WMAdaptor();
186 static WMAdaptor* createWMAdaptor( SalDisplay* );
H A Dsaldisp.hxx56 namespace vcl_sal { class WMAdaptor; }
374 vcl_sal::WMAdaptor* m_pWMAdaptor;
492 ::vcl_sal::WMAdaptor* getWMAdaptor() const { return m_pWMAdaptor; } in getWMAdaptor()
H A Dsalframe.h48 namespace vcl_sal { class WMAdaptor; class NetWMAdaptor; class GnomeWMAdaptor; } variable
58 friend class vcl_sal::WMAdaptor;
/AOO41X/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx953 … aEvent.xclient.message_type = getDisplay()->getWMAdaptor()->getAtom( vcl_sal::WMAdaptor::XEMBED ); in askForXEmbedFocus()
2507 vcl_sal::WMAdaptor* pAdaptor = getDisplay()->getWMAdaptor(); in Dispatch()
2508 Atom nDesktopAtom = pAdaptor->getAtom( vcl_sal::WMAdaptor::NET_WM_DESKTOP ); in Dispatch()
2553 …ent->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()
/AOO41X/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx154 pEvent->xproperty.atom == pDisplay->getWMAdaptor()->getAtom( WMAdaptor::XSETTINGS ) && in filterGdkEvent()