Home
last modified time | relevance | path

Searched refs:pDisp (Results 1 – 25 of 45) sorted by relevance

12

/aoo42x/main/vcl/unx/generic/window/
H A Dsalobj.cxx75 Display* pDisp = pSalDisp->GetDisplay(); in CreateObject() local
80 XGetWindowAttributes( pDisp, aObjectParent, &aParentAttr ); in CreateObject()
107 XCreateSimpleWindow( pDisp, in CreateObject()
117 XCreateSimpleWindow( pDisp, in CreateObject()
136 pDisp, in CreateObject()
142 XCreateWindow( pDisp, in CreateObject()
149 XSync( pDisp, False ); in CreateObject()
163 XMapWindow( pDisp, pObject->maSecondary ); in CreateObject()
164 XMapWindow( pDisp, pObject->maPrimary ); in CreateObject()
167 pObjData->pDisplay = pDisp; in CreateObject()
[all …]
/aoo42x/main/vcl/unx/kde/
H A Dkdedata.cxx79 SalKDEDisplay::SalKDEDisplay( Display* pDisp ) in SalKDEDisplay() argument
80 : SalX11Display( pDisp ) in SalKDEDisplay()
180 Display* pDisp = QPaintDevice::x11AppDisplay(); in Init() local
182 SalDisplay *pSalDisplay = new SalKDEDisplay( pDisp ); in Init()
184 pInputMethod->CreateMethod( pDisp ); in Init()
185 pInputMethod->AddConnectionWatch( pDisp, (void*)this ); in Init()
189 SalI18N_KeyboardExtension *pKbdExtension = new SalI18N_KeyboardExtension( pDisp ); in Init()
190 XSync( pDisp, False ); in Init()
/aoo42x/main/sfx2/source/view/
H A Dviewsh.cxx1523 if ( pDisp->IsActive(*this) ) in SetSubShell()
1527 pDisp->Pop(*pSubShell); in SetSubShell()
1529 pDisp->Push(*pShell); in SetSubShell()
1530 pDisp->Flush(); in SetSubShell()
1540 if ( pDisp->IsActive(*this) ) in AddSubShell()
1542 pDisp->Push(rShell); in AddSubShell()
1543 pDisp->Flush(); in AddSubShell()
1553 if ( pDisp->IsActive(*this) ) in RemoveSubShell()
1557 pDisp->Flush(); in RemoveSubShell()
1571 pDisp->Flush(); in RemoveSubShell()
[all …]
/aoo42x/main/vcl/unx/generic/app/
H A Dsaldata.cxx398 Display *pDisp = NULL; in Init() local
414 if ((pDisp = XOpenDisplay(aDisplay.getStr()))!=NULL) in Init()
429 if (!pDisp && !aDisplay.getLength()) in Init()
435 pDisp = XOpenDisplay(pDisplay); in Init()
438 if ( !pDisp ) in Init()
456 SalDisplay *pSalDisplay = new SalX11Display( pDisp ); in Init()
458 pInputMethod->CreateMethod( pDisp ); in Init()
459 pInputMethod->AddConnectionWatch( pDisp, (void*)this ); in Init()
463 SalI18N_KeyboardExtension *pKbdExtension = new SalI18N_KeyboardExtension( pDisp ); in Init()
464 XSync( pDisp, False ); in Init()
H A Dsm.cxx494 SalDisplay* pDisp = GetX11SalData()->GetDisplay(); in open() local
495 if( pDisp->GetDrawable( pDisp->GetDefaultScreenNumber() ) && aClientID.Len() ) in open()
497 XChangeProperty( pDisp->GetDisplay(), in open()
498 pDisp->GetDrawable( pDisp->GetDefaultScreenNumber() ), in open()
499 XInternAtom( pDisp->GetDisplay(), "SM_CLIENT_ID", False ), in open()
/aoo42x/main/vcl/unx/kde4/
H A DKDEXLib.cxx142 Display* pDisp = QX11Info::display(); in Init() local
143 SalKDEDisplay *pSalDisplay = new SalKDEDisplay(pDisp); in Init()
147 pInputMethod->CreateMethod( pDisp ); in Init()
148 pInputMethod->AddConnectionWatch( pDisp, (void*)this ); in Init()
152 SalI18N_KeyboardExtension *pKbdExtension = new SalI18N_KeyboardExtension( pDisp ); in Init()
153 XSync( pDisp, False ); in Init()
H A DKDESalDisplay.cxx28 SalKDEDisplay::SalKDEDisplay( Display* pDisp ) in SalKDEDisplay() argument
29 : SalX11Display( pDisp ) in SalKDEDisplay()
/aoo42x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx587 SalDisplay* pDisp = GetX11SalData()->GetDisplay(); in InitCommon() local
589 m_aSystemData.pDisplay = pDisp->GetDisplay(); in InitCommon()
634 m_nWorkArea = pDisp->getWMAdaptor()->getCurrentWorkArea(); in InitCommon()
1742 GtkSalDisplay* pDisp = getDisplay(); in moveToScreen() local
1775 GtkSalDisplay* pDisp = getDisplay(); in SetScreenNumber() local
1776 if( pDisp->IsXinerama() && pDisp->GetXineramaScreens().size() > 1 ) in SetScreenNumber()
1778 if( nNewScreen >= pDisp->GetXineramaScreens().size() ) in SetScreenNumber()
1807 GtkSalDisplay* pDisp = getDisplay(); in ShowFullScreen() local
1809 if( pDisp->IsXinerama() && pDisp->GetXineramaScreens().size() > 1 ) in ShowFullScreen()
2387 Display* pDisp = getDisplay()->GetDisplay(); in createNewWindow() local
[all …]
H A Dgtkobject.cxx54 SalDisplay* pDisp = GetX11SalData()->GetDisplay(); in GtkSalObject() local
56 m_aSystemData.pDisplay = pDisp->GetDisplay(); in GtkSalObject()
60 m_aSystemData.pVisual = pDisp->GetVisual(pParent->getScreenNumber()).GetVisual(); in GtkSalObject()
62 m_aSystemData.nDepth = pDisp->GetVisual(pParent->getScreenNumber()).GetDepth(); in GtkSalObject()
63 m_aSystemData.aColormap = pDisp->GetColormap(pParent->getScreenNumber()).GetXColormap(); in GtkSalObject()
/aoo42x/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx112 GtkSalDisplay* pDisp = (GtkSalDisplay*)data; in signalKeysChanged() local
113 pDisp->GetKeyboardName(TRUE); in signalKeysChanged()
118 GtkSalDisplay* pDisp = (GtkSalDisplay*)data; in signalScreenSizeChanged() local
119 pDisp->screenSizeChanged( pScreen ); in signalScreenSizeChanged()
124 GtkSalDisplay* pDisp = (GtkSalDisplay*)data; in signalMonitorsChanged() local
125 pDisp->monitorsChanged( pScreen ); in signalMonitorsChanged()
690 Display *pDisp = gdk_x11_display_get_xdisplay( pGdkDisp ); in Init() local
697 SalI18N_KeyboardExtension *pKbdExtension = new SalI18N_KeyboardExtension( pDisp ); in Init()
698 XSync( pDisp, False ); in Init()
/aoo42x/main/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp340 IDispatch* pDisp= NULL; in outObject() local
341 hr= CoCreateInstance( clsTestControl, NULL, CLSCTX_ALL, __uuidof(IDispatch), (void**)&pDisp); in outObject()
348 if( SUCCEEDED(hr= pDisp->GetIDsOfNames( IID_NULL, &name, 1, LOCALE_USER_DEFAULT, &id))) in outObject()
358 hr= pDisp->Invoke( id, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_PROPERTYPUT, &params, &var,0,0); in outObject()
359 *val= pDisp; in outObject()
/aoo42x/main/sc/source/ui/view/
H A Dreffact.cxx220 SfxDispatcher* pDisp = p->GetDispatcher(); in ScSimpleRefDlgWrapper() local
221 if ( pDisp ) in ScSimpleRefDlgWrapper()
223 SfxViewFrame* pViewFrm = pDisp->GetFrame(); in ScSimpleRefDlgWrapper()
390 if( SfxDispatcher* pDisp = pBindings ->GetDispatcher() ) in lcl_GetTabViewShell() local
391 if( SfxViewFrame *pFrm = pDisp->GetFrame() ) in lcl_GetTabViewShell()
/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx56 Display* pDisp = GetX11SalData()->GetDisplay()->GetDisplay(); in CreateVirtualDevice() local
57 XGetGeometry( pDisp, pData->hDrawable, in CreateVirtualDevice()
60 while( nScreen < ScreenCount( pDisp ) ) in CreateVirtualDevice()
62 if( RootWindow( pDisp, nScreen ) == aRoot ) in CreateVirtualDevice()
/aoo42x/main/sfx2/source/control/
H A Ddispatch.cxx1646 SfxDispatcher *pDisp = this; in Update_Impl() local
1648 while ( pDisp && pDisp->pImp->pFrame ) in Update_Impl()
1650 SfxWorkWindow *pWork = pDisp->pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in Update_Impl()
1652 if ( pAct == pDisp || pAct == this ) in Update_Impl()
1655 bUpdate = !pDisp->pImp->bUpdated; in Update_Impl()
1656 pDisp->pImp->bUpdated = sal_True; in Update_Impl()
1661 pDisp = pDisp->pImp->pParent; in Update_Impl()
3068 SfxDispatcher *pDisp = GetBindings()->GetDispatcher_Impl(); in InvalidateBindings_Impl() local
3069 while ( pDisp ) in InvalidateBindings_Impl()
3071 if ( pDisp == this ) in InvalidateBindings_Impl()
[all …]
H A Dsfxstatuslistener.cxx206 SfxOfficeDispatch* pDisp = NULL; in statusChanged() local
210pDisp = reinterpret_cast< SfxOfficeDispatch* >(sal::static_int_cast< sal_IntPtr >( nImplementation… in statusChanged()
213 if ( pDisp ) in statusChanged()
214 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
H A Dbindings.cxx2001 void SfxBindings::SetDispatcher( SfxDispatcher *pDisp ) in SetDispatcher() argument
2004 if ( pDisp != pDispatcher ) in SetDispatcher()
2011 if ( pBind->pImp->pSubBindings == this && pBind->pDispatcher != pDisp ) in SetDispatcher()
2017 pDispatcher = pDisp; in SetDispatcher()
2020 if ( pDisp ) in SetDispatcher()
2022 … ( pDisp->GetFrame()->GetFrame().GetFrameInterface(), UNO_QUERY ); in SetDispatcher()
2049 if ( pDisp ) in SetDispatcher()
2051 SfxBindings* pBind = pDisp->GetBindings(); in SetDispatcher()
2115 SfxOfficeDispatch* pDisp = NULL; in QueryState() local
2119pDisp = reinterpret_cast< SfxOfficeDispatch* >( sal::static_int_cast< sal_IntPtr >( nImplementatio… in QueryState()
[all …]
H A Dstatcach.cxx307 SfxOfficeDispatch* pDisp = NULL; in GetSlotServer() local
311pDisp = reinterpret_cast< SfxOfficeDispatch* >(sal::static_int_cast< sal_IntPtr >( nImplementation… in GetSlotServer()
314 if ( pDisp ) in GetSlotServer()
319 SfxDispatcher *pDispatcher = pDisp->GetDispatcher_Impl(); in GetSlotServer()
/aoo42x/main/sfx2/source/appl/
H A Dchildwin.cxx246 SfxDispatcher *pDisp = pBindings->GetDispatcher_Impl(); in CreateChildWindow() local
247 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateChildWindow()
481 SfxDispatcher *pDisp = rBindings.GetDispatcher_Impl(); in CreateContext() local
482 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateContext()
/aoo42x/main/sfx2/source/toolbox/
H A Dtbxitem.cxx547 SfxOfficeDispatch* pDisp = NULL; in statusChanged() local
551pDisp = reinterpret_cast< SfxOfficeDispatch* >( sal::static_int_cast< sal_IntPtr >( nImplementatio… in statusChanged()
554 if ( pDisp ) in statusChanged()
555 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
1120 SfxOfficeDispatch* pDisp = NULL; in statusChanged() local
1124pDisp = reinterpret_cast< SfxOfficeDispatch* >( sal::static_int_cast< sal_IntPtr >( nImplementatio… in statusChanged()
1127 if ( pDisp ) in statusChanged()
1128 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
/aoo42x/main/sfx2/source/dialog/
H A Dsecuritypage.cxx83 SfxDispatcher* pDisp = pViewSh->GetDispatcher(); in QueryState() local
84 SfxItemState nState = pDisp->QueryState( _nSlot, pItem ); in QueryState()
351 SfxDispatcher* pDisp = pViewSh->GetDispatcher(); in Reset_Impl() local
352 if (SFX_ITEM_AVAILABLE <= pDisp->QueryState( SID_HTML_MODE, pItem )) in Reset_Impl()
/aoo42x/main/vcl/inc/unx/
H A Dsalfont.h125 BOOL Init( SalDisplay* pDisp,
151 SalFontStruct( SalDisplay* pDisp,
167 SalFontCacheItem*Load( SalDisplay *pDisp, const SalFontDimension &rDim );
H A Dsaldisp.hxx245 void XError( Display *pDisp, XErrorEvent *pEvent );
396 static sal_Bool BestVisual( Display *pDisp,
400 SalDisplay( Display* pDisp );
525 SalX11Display( Display* pDisp );
/aoo42x/main/sfx2/source/statbar/
H A Dstbitem.cxx238 SfxOfficeDispatch* pDisp = NULL; in statusChanged() local
242pDisp = reinterpret_cast< SfxOfficeDispatch* >(sal::static_int_cast< sal_IntPtr >( nImplementation… in statusChanged()
245 if ( pDisp ) in statusChanged()
246 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
/aoo42x/main/svx/source/dialog/
H A Dhyprlink.cxx969 … SfxDispatcher* pDisp = SfxViewFrame::Current() ? SfxViewFrame::Current()->GetDispatcher() : NULL; in OpenDoc() local
974 if ( pDisp ) in OpenDoc()
975 pDisp->Execute( SID_OPENDOC, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD, in OpenDoc()
978 else if ( pDisp ) in OpenDoc()
979 pDisp->Execute( SID_OPENDOC, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD, in OpenDoc()
/aoo42x/main/sc/source/ui/attrdlg/
H A Dcondfrmt.cxx805 SfxDispatcher* pDisp = GetBindings().GetDispatcher(); in IMPL_LINK() local
806 sal_Bool bLocked = pDisp->IsLocked(); in IMPL_LINK()
808 pDisp->Lock(sal_False); in IMPL_LINK()
812 pDisp->Execute( SID_STYLE_NEW, SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD | SFX_CALLMODE_MODAL, in IMPL_LINK()
818 pDisp->Lock(sal_True); in IMPL_LINK()

Completed in 159 milliseconds

12