Lines Matching refs:pPV
94 SdrPageView* pPV = GetSdrPageView(); in InsertGraphic() local
96 const bool bOnMaster = pPV && pPV->GetPage() && pPV->GetPage()->IsMasterPage(); in InsertGraphic()
98 if(pPV && this->ISA(::sd::slidesorter::view::SlideSorterView)) in InsertGraphic()
100 if(!pPV->GetPageRect().IsInside(rPos)) in InsertGraphic()
101 pPV = 0L; in InsertGraphic()
104 if( !pPickObj && pPV ) in InsertGraphic()
106 SdrPageView* pPageView = pPV; in InsertGraphic()
135 && pPV in InsertGraphic()
174 ReplaceObjectAtView(pPickObj, *pPV, pNewGrafObj); // maybe ReplaceObjectAtView in InsertGraphic()
179 else if ( pPV ) in InsertGraphic()
204 SdrPage* pPage = pPV->GetPage(); in InsertGraphic()
252 SdrPage* pP = pPV->GetPage(); in InsertGraphic()
273 InsertObjectAtView(pNewGrafObj, *pPV, nOptions); in InsertGraphic()
294 SdrPageView* pPV = GetSdrPageView(); in InsertMediaURL() local
297 if(pPV && this->ISA(::sd::slidesorter::view::SlideSorterView )) in InsertMediaURL()
299 if(!pPV->GetPageRect().IsInside(rPos)) in InsertMediaURL()
300 pPV = 0L; in InsertMediaURL()
303 if( !pPickObj && pPV ) in InsertMediaURL()
305 SdrPageView* pPageView = pPV; in InsertMediaURL()
309 if( mnAction == DND_ACTION_LINK && pPickObj && pPV && pPickObj->ISA( SdrMediaObj ) ) in InsertMediaURL()
315 ReplaceObjectAtView(pPickObj, *pPV, pNewMediaObj); in InsertMediaURL()
318 else if( pPV ) in InsertMediaURL()
339 ReplaceObjectAtView(pPickObj, *pPV, pNewMediaObj); in InsertMediaURL()
341 InsertObjectAtView( pNewMediaObj, *pPV, SDRINSERT_SETDEFLAYER ); in InsertMediaURL()