Lines Matching refs:pDisplay_

146         ((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()
458 XWMHints* pWMHints = XGetWMHints( pDisplay_->GetDisplay(), in Init()
519 pDisplay_->GetLastUserEventTime() : 0; in Init()
520 pDisplay_->getWMAdaptor()->setUserTime( this, nUserTime ); in Init()
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()
566 pDisplay_->getWMAdaptor()->setClientMachine( this ); in Init()
567 pDisplay_->getWMAdaptor()->setPID( this ); in Init()
574 pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::WM_CLIENT_LEADER), in Init()
636 pDisplay_->getWMAdaptor()->maximizeFrame( this, true, true ); in Init()
657 pDisplay_ = pSalData->GetDisplay(); in X11SalFrame()
659 pDisplay_->registerFrame( this ); in X11SalFrame()
750 a[n++] = pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::WM_DELETE_WINDOW ); in passOnSaveYourSelf()
751 a[n++] = pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::WM_SAVE_YOURSELF ); in passOnSaveYourSelf()
752 if( pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::NET_WM_PING ) ) in passOnSaveYourSelf()
753 a[n++] = pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::NET_WM_PING ); in passOnSaveYourSelf()
784 pDisplay_->deregisterFrame( this ); in ~X11SalFrame()
1019 const String& rWM( pDisplay_->getWMAdaptor()->getWindowManagerName() ); in SetIcon()
1029 const String& rWM( pDisplay_->getWMAdaptor()->getWindowManagerName() ); in SetIcon()
1149 …if( mpParent && (mpParent->nStyle_ & SAL_FRAME_STYLE_PARTIAL_FULLSCREEN ) && pDisplay_->getWMAdapt… in Show()
1150 pDisplay_->getWMAdaptor()->enableAlwaysOnTop( this, bVisible ); in Show()
1229 nUserTime = pDisplay_->GetLastUserEventTime( true ); in Show()
1404 rWorkArea = pDisplay_->getWMAdaptor()->getWorkArea( 0 ); in GetWorkArea()
1637 pDisplay_->getWMAdaptor()->enableAlwaysOnTop( this, bOnTop ); in SetAlwaysOnTop()
1681 pHints->win_gravity = pDisplay_->getWMAdaptor()->getPositionWinGravity(); in SetWindowState()
1725 const Size& aScreenSize = pDisplay_->getDataForScreen( m_nScreen ).m_aSize; in SetWindowState()
1919 const Size& aScreenSize = pDisplay_->getDataForScreen( m_nScreen ).m_aSize; in GetPosSize()
2013 && !(pDisplay_->GetProperties() & PROPERTY_SUPPORT_WM_ClientPos) ) in SetPosSize()
2052 pHints->win_gravity = pDisplay_->getWMAdaptor()->getPositionWinGravity(); in SetPosSize()
2113 pDisplay_->GetDefaultScreenNumber() ) ) in Minimize()
2130 pDisplay_->getWMAdaptor()->maximizeFrame( this, true, true ); in Maximize()
2152 pDisplay_->getWMAdaptor()->maximizeFrame( this, false, false ); in Restore()
2256 pDisplay_->getWMAdaptor()->showFullScreen( this, false ); in ShowFullScreen()
2261 pDisplay_->getWMAdaptor()->showFullScreen( this, true ); in ShowFullScreen()
2268 pDisplay_->getWMAdaptor()->showFullScreen( this, bFullScreen ); in ShowFullScreen()
2462 hCursor_ = pDisplay_->GetPointer( ePointerStyle ); in SetPointer()
2480 …XWarpPointer( GetXDisplay(), None, pDisplay_->GetRootWindow( pDisplay_->GetDefaultScreenNumber() ), in SetPointerPos()
2671 nCaptured_ = pDisplay_->CaptureMouse( bCapture ? this : NULL ); in CaptureMouse()
2765 pDisplay_->getWMAdaptor()->changeReferenceFrame( this, mpParent ); in createNewWindow()
2864 if (pDisplay_->GetProperties() & PROPERTY_SUPPORT_3ButtonMouse ) in HandleMouseEvent()
3098 || pDisplay_->MouseCaptured( this ) in HandleMouseEvent()
3256 nKeySym = pDisplay_->GetKeySym( pEvent, pPrintable, &nLen, in HandleKeyEvent()
3263 nKeySym = pDisplay_->GetKeySym( pEvent, pPrintable, &nLen, in HandleKeyEvent()
3272 nKeySym = pDisplay_->GetKeySym( pEvent, pPrintable, &nLen, &nUnmodifiedKeySym, &nStatus ); in HandleKeyEvent()
3394 nKeyCode = pDisplay_->GetKeyCode( nKeySym, &aDummy ); in HandleKeyEvent()
3396 nKeyCode = pDisplay_->GetKeyCode( nUnmodifiedKeySym, &aDummy ); in HandleKeyEvent()
3417 sal_uInt16 nSeqKeyCode = pDisplay_->GetKeyCode( nUnmodifiedKeySym, &aDummy ); in HandleKeyEvent()
3757 pDisplay_->GetRootWindow( pDisplay_->GetDefaultScreenNumber() ), in HandleSizeEvent()
3816 sal_Bool bNone = pDisplay_->GetProperties() in HandleReparentEvent()
3818 sal_Bool bAccessParentWindow = ! (pDisplay_->GetProperties() in HandleReparentEvent()
3873 if( hWM_Parent == pDisplay_->GetRootWindow( pDisplay_->GetDefaultScreenNumber() ) in HandleReparentEvent()
3875 || pEvent->parent == pDisplay_->GetRootWindow( pDisplay_->GetDefaultScreenNumber() ) in HandleReparentEvent()
4040 const WMAdaptor& rWMAdaptor( *pDisplay_->getWMAdaptor() ); in HandleClientMessage()
4158 const WMAdaptor& rWMAdaptor( *pFrame->pDisplay_->getWMAdaptor() ); in SaveYourselfDone()
4197 pDisplay_->PrintEvent( "Captured", pEvent ); in Dispatch()
4271 if( pDisplay_->GetServerVendor() == vendor_hummingbird ) in Dispatch()
4281 aEvent.xexpose.display = pDisplay_->GetDisplay(); in Dispatch()
4287 XSendEvent( pDisplay_->GetDisplay(), in Dispatch()
4322 pDisplay_->getWMAdaptor()->changeReferenceFrame( *it, this ); in Dispatch()
4403 if( pEvent->xproperty.atom == pDisplay_->getWMAdaptor()->getAtom( WMAdaptor::WM_STATE ) ) in Dispatch()
4406 nRet = pDisplay_->getWMAdaptor()->handlePropertyNotify( this, &pEvent->xproperty ); in Dispatch()