Home
last modified time | relevance | path

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

/AOO41X/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()
173 XChangeProperty( pDisplay_->GetDisplay(), in setXEmbedInfo()
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()
200 XSendEvent( pDisplay_->GetDisplay(), in askForXEmbedFocus()
203 XSync( pDisplay_->GetDisplay(), False ); in askForXEmbedFocus()
414 Attributes.win_gravity = pDisplay_->getWMAdaptor()->getInitWinGravity(); in Init()
429 bOk=SelectAppIconPixmap( pDisplay_, m_nScreen, in Init()
[all …]
/AOO41X/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx141 pDisplay_ = pDisplay; in Init()
165 pDisplay_->GetDrawable( m_nScreen ), in Init()
182 pDisplay_ = (SalDisplay*)ILLEGAL_POINTER; in X11SalVirtualDevice()
236 pDisplay_->GetDrawable( m_nScreen ), in SetSize()
244 pDisplay_->GetDrawable( m_nScreen ), in SetSize()
/AOO41X/main/vcl/inc/unx/
H A Dsalvd.h38 SalDisplay *pDisplay_; variable
86 { return pDisplay_->GetDisplay(); } in GetXDisplay()
89 { return pDisplay_; } in GetDisplay()
92 { return pDisplay_->IsDisplay(); } in IsDisplay()
H A Dsalframe.h69 SalDisplay *pDisplay_; variable
179 SalDisplay* GetDisplay() const { return pDisplay_; } in GetDisplay()
281 { return pDisplay_->GetDisplay(); } in GetXDisplay()
/AOO41X/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1952 XLIB_Window aTransient = pFrame->pDisplay_->GetRootWindow( pFrame->GetScreenNumber() ); in changeReferenceFrame()