Lines Matching refs:pIPClient

789 …                                              SfxInPlaceClient* pIPClient = pClients->GetObject(n);  in ExecMisc_Impl()  local
790 if ( pIPClient ) in ExecMisc_Impl()
791 … pView->CheckIPClient_Impl( pIPClient, aVisArea ); in ExecMisc_Impl()
1013 SfxInPlaceClient *pIPClient = (SfxInPlaceClient*) pClients->GetObject(n); in FindIPClient() local
1014 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()
1055 SfxInPlaceClient* pIPClient = pClients->GetObject(n); in GetUIActiveClient() local
1056 if ( pIPClient->IsObjectUIActive() ) in GetUIActiveClient()
1057 return pIPClient; in GetUIActiveClient()
1837 SfxInPlaceClient* pIPClient = pClients->GetObject(n); in ResetAllClients_Impl() local
1838 if( pIPClient != pIP ) in ResetAllClients_Impl()
1839 pIPClient->ResetObject(); in ResetAllClients_Impl()
1880 SfxInPlaceClient* pIPClient = pClients->GetObject(n); in VisAreaChanged() local
1881 if ( pIPClient->IsObjectInPlaceActive() ) in VisAreaChanged()
1883 pIPClient->VisAreaChanged(); in VisAreaChanged()
1888 void SfxViewShell::CheckIPClient_Impl( SfxInPlaceClient *pIPClient, const Rectangle& rVisArea ) in CheckIPClient_Impl() argument
1894 ( ( pIPClient->GetObjectMiscStatus() & embed::EmbedMisc::EMBED_ACTIVATEIMMEDIATELY ) != 0 ); in CheckIPClient_Impl()
1896 … ( ( pIPClient->GetObjectMiscStatus() & embed::EmbedMisc::MS_EMBED_ACTIVATEWHENVISIBLE ) != 0 ); in CheckIPClient_Impl()
1899 if ( !pIPClient->IsObjectInPlaceActive() && pImp->m_bPlugInsActive ) in CheckIPClient_Impl()
1904 if ( bAlwaysActive || (bActiveWhenVisible && rVisArea.IsOver(pIPClient->GetObjArea())) ) in CheckIPClient_Impl()
1908 pIPClient->GetObject()->changeState( embed::EmbedStates::INPLACE_ACTIVE ); in CheckIPClient_Impl()
1921 pIPClient->GetObject()->changeState( embed::EmbedStates::RUNNING ); in CheckIPClient_Impl()