Lines Matching refs:GetDisplay
118 XGetGeometry( pDisplay->GetDisplay(), in doReparentPresentationDialogues()
122 XTranslateCoordinates( pDisplay->GetDisplay(), in doReparentPresentationDialogues()
128 XReparentWindow( pDisplay->GetDisplay(), in doReparentPresentationDialogues()
135 XSetInputFocus( pDisplay->GetDisplay(), hPresFocusWindow, PointerRoot, CurrentTime ); in doReparentPresentationDialogues()
136 XSync( pDisplay->GetDisplay(), False ); in doReparentPresentationDialogues()
173 XChangeProperty( pDisplay_->GetDisplay(), in setXEmbedInfo()
199 GetDisplay()->GetXLib()->PushXErrorLevel( true ); in askForXEmbedFocus()
200 XSendEvent( pDisplay_->GetDisplay(), in askForXEmbedFocus()
203 XSync( pDisplay_->GetDisplay(), False ); in askForXEmbedFocus()
204 GetDisplay()->GetXLib()->PopXErrorLevel(); in askForXEmbedFocus()
212 if( nScreen < 0 || nScreen >= GetDisplay()->GetScreenCount() ) in Init()
213 nScreen = GetDisplay()->GetDefaultScreenNumber(); in Init()
235 Attributes.colormap = GetDisplay()->GetColormap( m_nScreen ).GetXColormap(); in Init()
239 const SalVisual& rVis = GetDisplay()->GetVisual( m_nScreen ); in Init()
240 …XLIB_Window aFrameParent = pParentData ? pParentData->aWindow : GetDisplay()->GetRootWindow( m_nSc… in Init()
281 GetDisplay()->setHaveSystemChildFrame(); in Init()
302 XQueryTree( GetDisplay()->GetDisplay(), mhShellWindow, in Init()
308 Atom* pProps = XListProperties( GetDisplay()->GetDisplay(), in Init()
319 const std::list< SalFrame* >& rFrames = GetDisplay()->getFrames(); in Init()
326 …XSelectInput( GetDisplay()->GetDisplay(), mhForeignParent, StructureNotifyMask | FocusChangeMask ); in Init()
327 XSelectInput( GetDisplay()->GetDisplay(), mhShellWindow, StructureNotifyMask | FocusChangeMask ); in Init()
334 Size aScreenSize( GetDisplay()->getDataForScreen( m_nScreen ).m_aSize ); in Init()
357 const std::list< SalFrame* >& rFrames = GetDisplay()->getFrames(); in Init()
393 else if( GetDisplay()->IsXinerama() ) in Init()
400 GetDisplay()->GetRootWindow( m_nScreen ), in Init()
403 const std::vector< Rectangle >& rScreens = GetDisplay()->GetXineramaScreens(); in Init()
458 XWMHints* pWMHints = XGetWMHints( pDisplay_->GetDisplay(), in Init()
478 aClientLeader = GetDisplay()->GetDrawable( m_nScreen ); in Init()
549 pHints->win_gravity = GetDisplay()->getWMAdaptor()->getPositionWinGravity(); in Init()
621 && GetDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in Init()
624 GetDisplay()->getWMAdaptor()-> in Init()
639 m_nWorkArea = GetDisplay()->getWMAdaptor()->getCurrentWorkArea(); in Init()
657 pDisplay_ = pSalData->GetDisplay(); in X11SalFrame()
723 Init( nSalFrameStyle, GetDisplay()->GetDefaultScreenNumber(), pSystemParent ); in X11SalFrame()
734 const std::list< SalFrame* >& rFrames = GetDisplay()->getFrames(); in passOnSaveYourSelf()
806 doReparentPresentationDialogues( GetDisplay() ); in ~X11SalFrame()
828 if( ! GetDisplay()->getFrames().empty() && I18NStatus::exists() ) in ~X11SalFrame()
831 std::list< SalFrame* >::const_iterator sit = GetDisplay()->getFrames().begin(); in ~X11SalFrame()
834 && ++sit == GetDisplay()->getFrames().end() ) in ~X11SalFrame()
879 GetDisplay()->GetVisual( m_nScreen ).GetDepth() ); in SetBackgroundBitmap()
888 GetDisplay()->GetVisual( m_nScreen ).GetDepth(), in SetBackgroundBitmap()
889 aTwoRect, GetDisplay()->GetCopyGC( m_nScreen ) ); in SetBackgroundBitmap()
906 pFrame->maSystemChildData.pVisual = GetDisplay()->GetVisual( m_nScreen ).GetVisual(); in GetSystemData()
908 pFrame->maSystemChildData.nDepth = GetDisplay()->GetVisual( m_nScreen ).GetDepth(); in GetSystemData()
909 pFrame->maSystemChildData.aColormap = GetDisplay()->GetColormap( m_nScreen ).GetXColormap(); in GetSystemData()
977 …if ( XGetIconSizes( GetXDisplay(), GetDisplay()->GetRootWindow( m_nScreen ), &pIconSize, &nSizes )… in SetIcon()
1039 GetDisplay()->GetRootWindow( m_nScreen ), in SetIcon()
1066 sal_Bool bOk = SelectAppIconPixmap( GetDisplay(), m_nScreen, in SetIcon()
1072 bOk = SelectAppIconPixmap( GetDisplay(), m_nScreen, in SetIcon()
1163 const std::list< SalFrame* >& rFrames = GetDisplay()->getFrames(); in Show()
1178 GetDisplay()->getWMAdaptor()->frameIsMapping( this ); in Show()
1196 GetDisplay()->getWMAdaptor()->changeReferenceFrame( this, mpParent ); in Show()
1201 GetDisplay()->getWMAdaptor()->switchToWorkArea( mpParent->m_nWorkArea ); in Show()
1206 ! GetDisplay()->GetCaptureFrame() ) in Show()
1230 GetDisplay()->getWMAdaptor()->setUserTime( this, nUserTime ); in Show()
1274 if( nVisibleFloats == 1 && ! GetDisplay()->GetCaptureFrame() ) in Show()
1306 GetDisplay()->getWMAdaptor()->changeReferenceFrame( *it, this ); in Show()
1347 …XDeleteProperty( GetXDisplay(), GetShellWindow(), GetDisplay()->getWMAdaptor()->getAtom( WMAdaptor… in Show()
1357 if( nVisibleFloats == 0 && ! GetDisplay()->GetCaptureFrame() ) in Show()
1376 GetDisplay()->getWMAdaptor()->frameIsMapping( this ); in ToTop()
1386 if( ! GetDisplay()->getWMAdaptor()->isTransientBehaviourAsExpected() ) in ToTop()
1455 const Size& aScreenSize = GetDisplay()->getDataForScreen( m_nScreen ).m_aSize; in Center()
1461 if( GetDisplay()->IsXinerama() ) in Center()
1481 const std::vector< Rectangle >& rScreens = GetDisplay()->GetXineramaScreens(); in Center()
1567 if( GetDisplay()->IsXinerama() && GetDisplay()->GetXineramaScreens().size() > 1 ) in updateScreenNumber()
1570 const std::vector<Rectangle>& rScreenRects( GetDisplay()->GetXineramaScreens() ); in updateScreenNumber()
1726 const WMAdaptor *pWM = GetDisplay()->getWMAdaptor(); in SetWindowState()
1786 GetDisplay()->getWMAdaptor()->maximizeFrame( this, bHorz, bVert ); in SetWindowState()
1794 GetDisplay()->getWMAdaptor()->maximizeFrame( this, false, false ); in SetWindowState()
1808 GetDisplay()->getWMAdaptor()->shade( this, true ); in SetWindowState()
1997 XTranslateCoordinates( GetDisplay()->GetDisplay(), in SetPosSize()
1999 GetDisplay()->GetRootWindow( m_nScreen ), in SetPosSize()
2125 GetDisplay()->getWMAdaptor()->frameIsMapping( this ); in Maximize()
2147 GetDisplay()->getWMAdaptor()->frameIsMapping( this ); in Restore()
2162 if( GetDisplay()->IsXinerama() && GetDisplay()->GetXineramaScreens().size() > 1 ) in SetScreenNumber()
2164 if( nNewScreen >= GetDisplay()->GetXineramaScreens().size() ) in SetScreenNumber()
2167 Rectangle aOldScreenRect( GetDisplay()->GetXineramaScreens()[maGeometry.nScreenNumber] ); in SetScreenNumber()
2168 Rectangle aNewScreenRect( GetDisplay()->GetXineramaScreens()[nNewScreen] ); in SetScreenNumber()
2179 else if( sal_Int32(nNewScreen) < GetDisplay()->GetScreenCount() ) in SetScreenNumber()
2195 if( GetDisplay()->IsXinerama() && GetDisplay()->GetXineramaScreens().size() > 1 ) in ShowFullScreen()
2204 … if( nScreen < 0 || nScreen >= static_cast<int>(GetDisplay()->GetXineramaScreens().size()) ) in ShowFullScreen()
2205 aRect = Rectangle( Point(0,0), GetDisplay()->GetScreenSize( m_nScreen ) ); in ShowFullScreen()
2207 aRect = GetDisplay()->GetXineramaScreens()[nScreen]; in ShowFullScreen()
2219 if( GetDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in ShowFullScreen()
2220 GetDisplay()->getWMAdaptor()->enableAlwaysOnTop( this, true ); in ShowFullScreen()
2223 GetDisplay()->getWMAdaptor()->setFullScreenMonitors( GetShellWindow(), nScreen ); in ShowFullScreen()
2224 GetDisplay()->getWMAdaptor()->showFullScreen( this, true ); in ShowFullScreen()
2250 if( nScreen < 0 || nScreen >= GetDisplay()->GetScreenCount() ) in ShowFullScreen()
2270 && WMSupportsFWS( GetXDisplay(), GetDisplay()->GetRootWindow( m_nScreen ) ) ) in ShowFullScreen()
2357 doReparentPresentationDialogues( GetDisplay() ); in StartPresentation()
2490 Atom nEventAtom = GetDisplay()->getWMAdaptor()->getAtom( WMAdaptor::SAL_EXTTEXTEVENT ); in PostExtTextEvent()
2547 GetDisplay()->SendInternalEvent( this, pData ); in PostEvent()
2558 GetDisplay()->getWMAdaptor()->setWMName( this, rTitle ); in SetTitle()
2566 XFlush( GetDisplay()->GetDisplay() ); in Flush()
2573 XSync( GetDisplay()->GetDisplay(), False ); in Sync()
2630 return GetDisplay()->GetKeyName( nKeyCode ); in GetKeyName()
2661 DtIntegrator* pIntegrator = GetDisplay()->getDtIntegrator(); in UpdateSettings()
2687 GetDisplay()->getWMAdaptor()->changeReferenceFrame( this, mpParent ); in SetParent()
2702 if( nScreen < 0 || nScreen >= GetDisplay()->GetScreenCount() ) in createNewWindow()
2710 aNewParent = GetDisplay()->GetRootWindow(nScreen); in createNewWindow()
2717 Display* pDisp = GetDisplay()->GetDisplay(); in createNewWindow()
2718 int nScreens = GetDisplay()->GetScreenCount(); in createNewWindow()
2741 doReparentPresentationDialogues( GetDisplay() ); in createNewWindow()
2795 GetDisplay()->Beep(); in Beep()
2965 const std::list< SalFrame* >& rFrames = GetDisplay()->getFrames(); in HandleMouseEvent()
2997 GetDisplay()->GetRootWindow( m_nScreen ), in HandleMouseEvent()
3554 …if( nVisibleFloats > 0 && GetDisplay()->getWMAdaptor()->getWindowManagerName().EqualsAscii( "Refle… in HandleFocusEvent()
3709 if( ! GetDisplay()->getWMAdaptor()->isTransientBehaviourAsExpected() in RestackChildren()
3715 GetDisplay()->GetRootWindow( m_nScreen ), in RestackChildren()
3823 GetDisplay()->GetXLib()->PushXErrorLevel( true ); in HandleReparentEvent()
3842 if( GetDisplay()->GetXLib()->HasXErrorOccured() ) in HandleReparentEvent()
3881 GetDisplay()->GetXLib()->PopXErrorLevel(); in HandleReparentEvent()
3896 && GetStackingWindow() != GetDisplay()->GetRootWindow( m_nScreen ) in HandleReparentEvent()
3903 GetDisplay()->GetRootWindow( m_nScreen ), in HandleReparentEvent()
3932 GetDisplay()->GetXLib()->ResetXErrorOccured(); in HandleReparentEvent()
3944 if( ! GetDisplay()->GetXLib()->HasXErrorOccured() ) in HandleReparentEvent()
3966 Size aScreenSize = GetDisplay()->GetScreenSize( m_nScreen ); in HandleReparentEvent()
3988 GetDisplay()->GetXLib()->PopXErrorLevel(); in HandleReparentEvent()
4147 …std::list< SalFrame* >& rFrames = static_cast<X11SalFrame*>(pSaveFrame)->GetDisplay()->getFrames(); in SaveYourselfDone()
4281 aEvent.xexpose.display = pDisplay_->GetDisplay(); in Dispatch()
4287 XSendEvent( pDisplay_->GetDisplay(), in Dispatch()
4298 …if( ! (nStyle_ & SAL_FRAME_STYLE_FLOAT ) && mbInShow && GetDisplay()->getWMAdaptor()->getWindowMan… in Dispatch()
4335 GetDisplay()->getWMAdaptor()->getWindowManagerName().EqualsAscii( "Dtwm" ) in Dispatch()
4383 && ! GetDisplay()->getWMAdaptor()->isAlwaysOnTopOK() in Dispatch()
4461 XGetWindowAttributes ( GetDisplay()->GetDisplay(), in ResetClipRegion()
4470 XShapeCombineRectangles ( GetDisplay()->GetDisplay(), in ResetClipRegion()
4510 XShapeCombineRectangles ( GetDisplay()->GetDisplay(), in EndSetClipRegion()