Home
last modified time | relevance | path

Searched refs:pNewGrafObj (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx93 SdrGrafObj* pNewGrafObj = NULL; in InsertGraphic() local
147 pNewGrafObj = (SdrGrafObj*) pPickObj->Clone(); in InsertGraphic()
148 pNewGrafObj->SetGraphic(rGraphic); in InsertGraphic()
153 pNewGrafObj->SetEmptyPresObj(sal_True); in InsertGraphic()
156 if ( pNewGrafObj->IsEmptyPresObj() ) in InsertGraphic()
158 Rectangle aRect( pNewGrafObj->GetLogicRect() ); in InsertGraphic()
160 pNewGrafObj->SetOutlinerParaObject(NULL); in InsertGraphic()
161 pNewGrafObj->SetEmptyPresObj(sal_False); in InsertGraphic()
245 pNewGrafObj->NbcMove(Size(aVec.X(), aVec.Y())); in InsertGraphic()
253 pP->InsertObject(pNewGrafObj); in InsertGraphic()
[all …]
H A Ddrviews9.cxx184 SdrGrafObj* pNewGrafObj = (SdrGrafObj*) pGrafObj->Clone(); in SO2_DECL_REF() local
185 pNewGrafObj->SetEmptyPresObj(sal_False); in SO2_DECL_REF()
186 pNewGrafObj->SetOutlinerParaObject(NULL); in SO2_DECL_REF()
187 pNewGrafObj->SetGraphic(aGraphic); in SO2_DECL_REF()
194 mpDrawView->ReplaceObjectAtView(pGrafObj, *pPV, pNewGrafObj); in SO2_DECL_REF()
/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx153 SdrGrafObj* pNewGrafObj = (SdrGrafObj*)rObject.Clone(); in InsertPictureFromFile() local
155 pNewGrafObj->SetGraphic(aGraphic); in InsertPictureFromFile()
160 … pSdrView->ReplaceObjectAtView(&rObject, *pSdrView->GetSdrPageView(), pNewGrafObj); in InsertPictureFromFile()
163 pNewGrafObj->SetGraphicLink( in InsertPictureFromFile()
167 pResult = pNewGrafObj; in InsertPictureFromFile()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx990 SdrGrafObj* pNewGrafObj = (SdrGrafObj*)rHitObject.Clone(); in ApplyGraphicToObject() local
992 pNewGrafObj->SetGraphic(rGraphic); in ApplyGraphicToObject()
994 ReplaceObjectAtView(&rHitObject, *GetSdrPageView(), pNewGrafObj); in ApplyGraphicToObject()
997 pNewGrafObj->SetGraphicLink( rFile, rFilter ); in ApplyGraphicToObject()
1000 return pNewGrafObj; in ApplyGraphicToObject()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1589 SdrGrafObj* pNewGrafObj = (SdrGrafObj*)pObj->Clone(); in Paste() local
1591 pNewGrafObj->SetGraphic(rGrf); in Paste()
1596 pView->ReplaceObjectAtView(pObj, *pView->GetSdrPageView(), pNewGrafObj); in Paste()
1599 pNewGrafObj->SetGraphicLink(rURL, String()); in Paste()
1601 pResult = pNewGrafObj; in Paste()

Completed in 60 milliseconds