Searched refs:pIPClient (Results 1 – 13 of 13) sorted by relevance
1014 if ( pIPClient->GetObject() == xObj && pIPClient->GetEditWin() == pObjParentWin ) in FindIPClient()1015 return pIPClient; in FindIPClient()1039 SfxInPlaceClient* pIPClient = pClients->GetObject(n); in GetUIActiveIPClient_Impl() local1040 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 …]
123 SfxInPlaceClient* pIPClient = GetSfxViewShell()->GetIPClient(); in FinishOLEObj() local124 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()
328 SfxInPlaceClient* pIPClient = GetViewShell()->GetIPClient(); in MouseButtonDown() local329 sal_Bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() ); in MouseButtonDown()529 SfxInPlaceClient* pIPClient = GetViewShell()->GetIPClient(); in Command() local530 sal_Bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() ); in Command()
447 Client* pIPClient = NULL; in ActivatePage() local449 pIPClient = dynamic_cast<Client*>(mpViewShellBase->GetIPClient()); in ActivatePage()450 if (pIPClient==NULL || ! pIPClient->IsObjectInPlaceActive()) in ActivatePage()
147 Client* pIPClient = static_cast<Client*>(GetViewShell()->GetIPClient()); in ArrangeGUIElements() local149 if ( pIPClient && pIPClient->IsObjectInPlaceActive() ) in ArrangeGUIElements()
227 Client* pIPClient = static_cast<Client*>(rBase.GetIPClient()); in SelectionHasChanged() local228 if ( pIPClient && pIPClient->IsObjectInPlaceActive() ) in SelectionHasChanged()240 pIPClient->DeactivateObject(); in SelectionHasChanged()
357 SfxInPlaceClient* pIPClient = GetViewShell()->GetIPClient(); in SO2_DECL_REF() local359 if ( pIPClient && pIPClient->IsObjectInPlaceActive() ) in SO2_DECL_REF()
298 SAL_DLLPRIVATE void NewIPClient_Impl( SfxInPlaceClient *pIPClient ) in NewIPClient_Impl() argument299 { GetIPClientList_Impl(sal_True)->Insert(pIPClient); } in NewIPClient_Impl()300 SAL_DLLPRIVATE void IPClientGone_Impl( SfxInPlaceClient *pIPClient ) in IPClientGone_Impl() argument301 { GetIPClientList_Impl(sal_True)->Remove(pIPClient); } in IPClientGone_Impl()
496 SfxInPlaceClient* pIPClient = pViewShell->GetIPClient(); in MouseButtonUp() local498 if (pIPClient) in MouseButtonUp()503 if ( pIPClient->IsObjectInPlaceActive() && !bUnoRefDialog ) in MouseButtonUp()504 pIPClient->DeactivateObject(); in MouseButtonUp()
440 Client* pIPClient = static_cast<Client*>( in KeyInput() local442 if (pIPClient && pIPClient->IsObjectInPlaceActive()) in KeyInput()443 pIPClient->SetSdrGrafObj(NULL); in KeyInput()
382 Client* pIPClient = static_cast<Client*>( in MouseButtonDown() local385 if (pIPClient && pIPClient->IsObjectInPlaceActive()) in MouseButtonDown()
2638 SfxInPlaceClient* pIPClient = rSh.GetSfxViewShell()->GetIPClient(); in MouseButtonDown() local2639 sal_Bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() ); in MouseButtonDown()4764 SfxInPlaceClient* pIPClient = rSh.GetSfxViewShell()->GetIPClient(); in Command() local4765 sal_Bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() ); in Command()
103 SfxInPlaceClient* pIPClient; member in ScTabView
Completed in 124 milliseconds