Lines Matching refs:getDisplay

392     m_nScreen = getDisplay()->GetDefaultScreenNumber();  in GtkSalFrame()
393 getDisplay()->registerFrame( this ); in GtkSalFrame()
402 m_nScreen = getDisplay()->GetDefaultScreenNumber(); in GtkSalFrame()
403 getDisplay()->registerFrame( this ); in GtkSalFrame()
404 getDisplay()->setHaveSystemChildFrame(); in GtkSalFrame()
423 getDisplay()->deregisterFrame( this ); in ~GtkSalFrame()
430 XSetWindowBackgroundPixmap( getDisplay()->GetDisplay(), in ~GtkSalFrame()
433 XFreePixmap( getDisplay()->GetDisplay(), m_hBackgroundPixmap ); in ~GtkSalFrame()
508 if( getDisplay()->IsXinerama() && getDisplay()->GetXineramaScreens().size() > 1 ) in updateScreenNumber()
511 const std::vector<Rectangle>& rScreenRects( getDisplay()->GetXineramaScreens() ); in updateScreenNumber()
641 XSetWindowBackgroundPixmap( getDisplay()->GetDisplay(), in InitCommon()
830 && getDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in Init()
858 nUserTime= getDisplay()->GetLastUserEventTime( true ); in Init()
884 XQueryTree( getDisplay()->GetDisplay(), aWindow, in findTopLevelSystemWindow()
890 Atom* pProps = XListProperties( getDisplay()->GetDisplay(), in findTopLevelSystemWindow()
931 XGetGeometry( getDisplay()->GetDisplay(), pSysData->aWindow, in Init()
939 XReparentWindow( getDisplay()->GetDisplay(), in Init()
953 … aEvent.xclient.message_type = getDisplay()->getWMAdaptor()->getAtom( vcl_sal::WMAdaptor::XEMBED ); in askForXEmbedFocus()
961 getDisplay()->GetXLib()->PushXErrorLevel( true ); in askForXEmbedFocus()
962 XSendEvent( getDisplay()->GetDisplay(), in askForXEmbedFocus()
965 XSync( getDisplay()->GetDisplay(), False ); in askForXEmbedFocus()
966 getDisplay()->GetXLib()->PopXErrorLevel(); in askForXEmbedFocus()
980 XSetClassHint( getDisplay()->GetDisplay(), in SetExtendedFrameStyle()
1029 getDisplay()->SendInternalEvent( this, pData ); in PostEvent()
1303 && getDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in Show()
1309 getDisplay()->startupNotificationCompleted(); in Show()
1319 getDisplay()->getWMAdaptor()->switchToWorkArea( m_pParent->m_nWorkArea ); in Show()
1324 ! getDisplay()->GetCaptureFrame() ) in Show()
1339 nUserTime= getDisplay()->GetLastUserEventTime( true ); in Show()
1366 nUserTime= getDisplay()->GetLastUserEventTime( true ); in Show()
1379 if( ! getDisplay()->GetCaptureFrame() && m_nFloats == 1 ) in Show()
1393 if( ! getDisplay()->GetCaptureFrame() && m_nFloats == 0) in Show()
1742 GtkSalDisplay* pDisp = getDisplay(); in moveToScreen()
1775 GtkSalDisplay* pDisp = getDisplay(); in SetScreenNumber()
1807 GtkSalDisplay* pDisp = getDisplay(); in ShowFullScreen()
1838 if( ! getDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in ShowFullScreen()
1851 if( ! getDisplay()->getWMAdaptor()->isLegacyPartialFullscreen() ) in ShowFullScreen()
2092 guint32 nUserTime= getDisplay()->GetLastUserEventTime( true ); in ToTop()
2104 getDisplay()->GetXLib()->PushXErrorLevel( true ); in ToTop()
2105 …XSetInputFocus( getDisplay()->GetDisplay(), GDK_WINDOW_XWINDOW( m_pWindow->window ), RevertToParen… in ToTop()
2106 XSync( getDisplay()->GetDisplay(), False ); in ToTop()
2107 getDisplay()->GetXLib()->PopXErrorLevel(); in ToTop()
2123 GdkCursor *pCursor = getDisplay()->getCursor( ePointerStyle ); in SetPointer()
2128 if( getDisplay()->MouseCaptured( this ) ) in SetPointer()
2142 if( getDisplay()->getHaveSystemChildFrame() ) in grabPointer()
2144 const std::list< SalFrame* >& rFrames = getDisplay()->getFrames(); in grabPointer()
2171 XGrabPointer( getDisplay()->GetDisplay(), in grabPointer()
2194 getDisplay()->CaptureMouse( bCapture ? this : NULL ); in CaptureMouse()
2239 return getDisplay()->GetKeyName( nKeyCode ); in GetSymbolKeyName()
2244 return getDisplay()->GetKeyName( nKeyCode ); in GetKeyName()
2252 GtkSalDisplay *GtkSalFrame::getDisplay() in getDisplay() function in GtkSalFrame
2372 if( nScreen < 0 || nScreen >= getDisplay()->GetScreenCount() ) in createNewWindow()
2380 aNewParent = getDisplay()->GetRootWindow(nScreen); in createNewWindow()
2387 Display* pDisp = getDisplay()->GetDisplay(); in createNewWindow()
2388 int nScreens = getDisplay()->GetScreenCount(); in createNewWindow()
2463 getDisplay()->setHaveSystemChildFrame(); in SetPluginParent()
2507 vcl_sal::WMAdaptor* pAdaptor = getDisplay()->getWMAdaptor(); in Dispatch()
2529 getDisplay()->SendInternalEvent( this, NULL, SALEVENT_RESIZE ); in Dispatch()
2538 XTranslateCoordinates( getDisplay()->GetDisplay(), in Dispatch()
2540getDisplay()->GetRootWindow( getDisplay()->GetDefaultScreenNumber() ), in Dispatch()
2548 getDisplay()->SendInternalEvent( this, NULL, SALEVENT_MOVE ); in Dispatch()
2553 …pEvent->xclient.message_type == getDisplay()->getWMAdaptor()->getAtom( vcl_sal::WMAdaptor::XEMBED … in Dispatch()
2580 XSetWindowBackgroundPixmap( getDisplay()->GetDisplay(), in SetBackgroundBitmap()
2583 XFreePixmap( getDisplay()->GetDisplay(), m_hBackgroundPixmap ); in SetBackgroundBitmap()
2593 XCreatePixmap( getDisplay()->GetDisplay(), in SetBackgroundBitmap()
2597 getDisplay()->GetVisual(m_nScreen).GetDepth() ); in SetBackgroundBitmap()
2606 getDisplay()->GetVisual(m_nScreen).GetDepth(), in SetBackgroundBitmap()
2608 getDisplay()->GetCopyGC(m_nScreen) ); in SetBackgroundBitmap()
2609 XSetWindowBackgroundPixmap( getDisplay()->GetDisplay(), in SetBackgroundBitmap()
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()
2867 aEvent.xclient.display = getDisplay()->GetDisplay(); in IMPL_LINK()
2876 XSendEvent( getDisplay()->GetDisplay(), in IMPL_LINK()
2877 getDisplay()->GetRootWindow( m_nScreen ), in IMPL_LINK()
2917 XSetInputFocus( pThis->getDisplay()->GetDisplay(), in signalMap()
2953 pThis->getDisplay()->GetCaptureFrame() == pThis ) in signalConfigure()
2965 XTranslateCoordinates( pThis->getDisplay()->GetDisplay(), in signalConfigure()
2967 … pThis->getDisplay()->GetRootWindow( pThis->getDisplay()->GetDefaultScreenNumber() ), in signalConfigure()
3202 pThis->getDisplay()->SendInternalEvent( pThis, NULL, SALEVENT_SETTINGSCHANGED ); in signalStyleSet()
3203 pThis->getDisplay()->SendInternalEvent( pThis, NULL, SALEVENT_FONTCHANGED ); in signalStyleSet()
3216 XSetWindowBackgroundPixmap( pThis->getDisplay()->GetDisplay(), in signalStyleSet()
3233 pThis->getDisplay()->SendInternalEvent( pThis, NULL, SALEVENT_RESIZE ); in signalState()
3292 m_pFrame->getDisplay()->CancelInternalEvent( m_pFrame, &m_aInputEvent, SALEVENT_EXTTEXTINPUT ); in ~IMHandler()
3314 m_pFrame->getDisplay()->GetXLib()->PushXErrorLevel( true ); in createIMContext()
3317 m_pFrame->getDisplay()->GetXLib()->PopXErrorLevel(); in createIMContext()
3327 m_pFrame->getDisplay()->GetXLib()->PushXErrorLevel( true ); in deleteIMContext()
3329 m_pFrame->getDisplay()->GetXLib()->PopXErrorLevel(); in deleteIMContext()
3351 m_pFrame->getDisplay()->GetXLib()->PushXErrorLevel( true ); in updateIMSpotLocation()
3353 m_pFrame->getDisplay()->GetXLib()->PopXErrorLevel(); in updateIMSpotLocation()
3393 … m_pFrame->getDisplay()->SendInternalEvent( m_pFrame, &m_aInputEvent, SALEVENT_EXTTEXTINPUT ); in endExtTextInput()
3404 m_pFrame->getDisplay()->GetXLib()->PushXErrorLevel( true ); in focusChanged()
3406 m_pFrame->getDisplay()->GetXLib()->PopXErrorLevel(); in focusChanged()
3411 … m_pFrame->getDisplay()->SendInternalEvent( m_pFrame, &m_aInputEvent, SALEVENT_EXTTEXTINPUT ); in focusChanged()
3416 m_pFrame->getDisplay()->GetXLib()->PushXErrorLevel( true ); in focusChanged()
3418 m_pFrame->getDisplay()->GetXLib()->PopXErrorLevel(); in focusChanged()
3420 … m_pFrame->getDisplay()->CancelInternalEvent( m_pFrame, &m_aInputEvent, SALEVENT_EXTTEXTINPUT ); in focusChanged()