Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/gdi/
H A Dsalvd.cxx100 pDisplay_ = vcl_sal::getSalDisplay(GetGenericUnixSalData()); in X11SalVirtualDevice()
108 Display* pDisp = pDisplay_->GetDisplay(); in X11SalVirtualDevice()
132 pDisplay_->GetDrawable( m_nXScreen ), in X11SalVirtualDevice()
143 pColormap = new SalColormap( pDisplay_, pXRenderFormat->colormap, m_nXScreen ); in X11SalVirtualDevice()
148 else if( nBitCount != pDisplay_->GetVisual( m_nXScreen ).GetDepth() ) in X11SalVirtualDevice()
193 pDisplay_->GetDrawable( m_nXScreen ), in SetSize()
201 pDisplay_->GetDrawable( m_nXScreen ), in SetSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/gdi/
H A Dsalvd.cxx107 pDisplay_ = vcl_sal::getSalDisplay(GetGenericUnixSalData()); in X11SalVirtualDevice()
115 Display* pDisp = pDisplay_->GetDisplay(); in X11SalVirtualDevice()
140 pDisplay_->GetDrawable( m_nXScreen ), in X11SalVirtualDevice()
151 pColormap = new SalColormap( pDisplay_, pXRenderFormat->colormap, m_nXScreen ); in X11SalVirtualDevice()
156 else if( nBitCount != pDisplay_->GetVisual( m_nXScreen ).GetDepth() ) in X11SalVirtualDevice()
197 pDisplay_->GetDrawable( m_nXScreen ), in SetSize()
205 pDisplay_->GetDrawable( m_nXScreen ), in SetSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/window/
H A Dsalframe.cxx154 XChangeProperty( pDisplay_->GetDisplay(), in setXEmbedInfo()
180 XSendEvent( pDisplay_->GetDisplay(), in askForXEmbedFocus()
183 XSync( pDisplay_->GetDisplay(), False ); in askForXEmbedFocus()
659 pDisplay_->GetLastUserEventTime() : 0; in Init()
804 pDisplay_->registerFrame( this ); in X11SalFrame()
872 pDisplay_->deregisterFrame( this ); in ~X11SalFrame()
2228 XWarpPointer( GetXDisplay(), None, pDisplay_->GetRootWindow( pDisplay_->GetDefaultXScreen() ), in SetPointerPos()
2792 || pDisplay_->MouseCaptured( this ) in HandleMouseEvent()
3481 pDisplay_->GetRootWindow( pDisplay_->GetDefaultXScreen() ), in HandleSizeEvent()
3600 if( hWM_Parent == pDisplay_->GetRootWindow( pDisplay_->GetDefaultXScreen() ) in HandleReparentEvent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/window/
H A Dsalframe.cxx152 XChangeProperty( pDisplay_->GetDisplay(), in setXEmbedInfo()
179 XSendEvent( pDisplay_->GetDisplay(), in askForXEmbedFocus()
182 XSync( pDisplay_->GetDisplay(), False ); in askForXEmbedFocus()
676 pDisplay_->GetLastUserEventTime() : 0; in Init()
821 pDisplay_->registerFrame( this ); in X11SalFrame()
890 pDisplay_->deregisterFrame( this ); in ~X11SalFrame()
2240 XWarpPointer( GetXDisplay(), None, pDisplay_->GetRootWindow( pDisplay_->GetDefaultXScreen() ), in SetPointerPos()
2804 || pDisplay_->MouseCaptured( this ) in HandleMouseEvent()
3487 pDisplay_->GetRootWindow( pDisplay_->GetDefaultXScreen() ), in HandleSizeEvent()
3606 if( hWM_Parent == pDisplay_->GetRootWindow( pDisplay_->GetDefaultXScreen() ) in HandleReparentEvent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dsalvd.h36 SalDisplay *pDisplay_; variable
56 return pDisplay_->GetDisplay(); in GetXDisplay()
60 return pDisplay_; in GetDisplay()
H A Dsalframe.h72 SalDisplay *pDisplay_; variable
172 return pDisplay_; in GetDisplay()
176 return pDisplay_->GetDisplay(); in GetXDisplay()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dsalvd.h36 SalDisplay *pDisplay_; variable
56 return pDisplay_->GetDisplay(); in GetXDisplay()
60 return pDisplay_; in GetDisplay()
H A Dsalframe.h74 SalDisplay *pDisplay_; variable
173 return pDisplay_; in GetDisplay()
177 return pDisplay_->GetDisplay(); in GetXDisplay()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/model/
H A DSessionOpener.java54 pDisplay_ = pGlobalDisplay; in SessionOpener()
133 pDisplay_.get().showErrorMessage( in navigateToNewSession()
269 protected final Provider<GlobalDisplay> pDisplay_; field in SessionOpener
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/vcs/ignore/
H A DIgnore.java96 pDisplay_ = pDisplay; in Ignore()
145 final Display display = pDisplay_.get(); in showDialog()
319 private final Provider<Display> pDisplay_; field in Ignore
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Dwmadaptor.cxx1739 ::Window aTransient = pFrame->pDisplay_->GetRootWindow( pFrame->GetScreenNumber() ); in changeReferenceFrame()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Dwmadaptor.cxx1731 ::Window aTransient = pFrame->pDisplay_->GetRootWindow( pFrame->GetScreenNumber() ); in changeReferenceFrame()