Home
last modified time | relevance | path

Searched refs:pIPClient (Results 1 – 13 of 13) sorted by last modified time

/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx298 SAL_DLLPRIVATE void NewIPClient_Impl( SfxInPlaceClient *pIPClient ) in NewIPClient_Impl() argument
299 { GetIPClientList_Impl(sal_True)->Insert(pIPClient); } in NewIPClient_Impl()
300 SAL_DLLPRIVATE void IPClientGone_Impl( SfxInPlaceClient *pIPClient ) in IPClientGone_Impl() argument
301 { GetIPClientList_Impl(sal_True)->Remove(pIPClient); } in IPClientGone_Impl()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx2640 SfxInPlaceClient* pIPClient = rSh.GetSfxViewShell()->GetIPClient(); in MouseButtonDown() local
2641 sal_Bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() ); in MouseButtonDown()
4766 SfxInPlaceClient* pIPClient = rSh.GetSfxViewShell()->GetIPClient(); in Command() local
4767 sal_Bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() ); in Command()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx328 SfxInPlaceClient* pIPClient = GetViewShell()->GetIPClient(); in MouseButtonDown() local
329 sal_Bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() ); in MouseButtonDown()
529 SfxInPlaceClient* pIPClient = GetViewShell()->GetIPClient(); in Command() local
530 sal_Bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() ); in Command()
H A Ddrviews1.cxx227 Client* pIPClient = static_cast<Client*>(rBase.GetIPClient()); in SelectionHasChanged() local
228 if ( pIPClient && pIPClient->IsObjectInPlaceActive() ) in SelectionHasChanged()
240 pIPClient->DeactivateObject(); in SelectionHasChanged()
H A Ddrviews3.cxx357 SfxInPlaceClient* pIPClient = GetViewShell()->GetIPClient(); in SO2_DECL_REF() local
359 if ( pIPClient && pIPClient->IsObjectInPlaceActive() ) in SO2_DECL_REF()
H A Ddrviews5.cxx147 Client* pIPClient = static_cast<Client*>(GetViewShell()->GetIPClient()); in ArrangeGUIElements() local
149 if ( pIPClient && pIPClient->IsObjectInPlaceActive() ) in ArrangeGUIElements()
H A DViewTabBar.cxx447 Client* pIPClient = NULL; in ActivatePage() local
449 pIPClient = dynamic_cast<Client*>(mpViewShellBase->GetIPClient()); in ActivatePage()
450 if (pIPClient==NULL || ! pIPClient->IsObjectInPlaceActive()) in ActivatePage()
/trunk/main/sw/source/core/frmedt/
H A Dfeflyole.cxx123 SfxInPlaceClient* pIPClient = GetSfxViewShell()->GetIPClient(); in FinishOLEObj() local
124 if ( !pIPClient ) in FinishOLEObj()
127 sal_Bool bRet = pIPClient->IsObjectInPlaceActive(); in FinishOLEObj()
130 uno::Reference < embed::XEmbeddedObject > xObj = pIPClient->GetObject(); in FinishOLEObj()
134 if( ((SwOleClient*)pIPClient)->IsCheckForOLEInCaption() != in FinishOLEObj()
139 pIPClient->DeactivateObject(); in FinishOLEObj()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx1014 if ( pIPClient->GetObject() == xObj && pIPClient->GetEditWin() == pObjParentWin ) in FindIPClient()
1015 return pIPClient; in FindIPClient()
1039 SfxInPlaceClient* pIPClient = pClients->GetObject(n); in GetUIActiveIPClient_Impl() local
1040 if ( pIPClient->IsUIActive() ) in GetUIActiveIPClient_Impl()
1041 return pIPClient; in GetUIActiveIPClient_Impl()
1056 if ( pIPClient->IsObjectUIActive() ) in GetUIActiveClient()
1057 return pIPClient; in GetUIActiveClient()
1838 if( pIPClient != pIP ) in ResetAllClients_Impl()
1839 pIPClient->ResetObject(); in ResetAllClients_Impl()
1881 if ( pIPClient->IsObjectInPlaceActive() ) in VisAreaChanged()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfusel.cxx382 Client* pIPClient = static_cast<Client*>( in MouseButtonDown() local
385 if (pIPClient && pIPClient->IsObjectInPlaceActive()) in MouseButtonDown()
H A Dfudraw.cxx440 Client* pIPClient = static_cast<Client*>( in KeyInput() local
442 if (pIPClient && pIPClient->IsObjectInPlaceActive()) in KeyInput()
443 pIPClient->SetSdrGrafObj(NULL); in KeyInput()
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx103 SfxInPlaceClient* pIPClient; member in ScTabView
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel.cxx496 SfxInPlaceClient* pIPClient = pViewShell->GetIPClient(); in MouseButtonUp() local
498 if (pIPClient) in MouseButtonUp()
503 if ( pIPClient->IsObjectInPlaceActive() && !bUnoRefDialog ) in MouseButtonUp()
504 pIPClient->DeactivateObject(); in MouseButtonUp()

Completed in 118 milliseconds