Searched refs:pNeuObj (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdxcgv.cxx | 376 SdrObject* pNeuObj = pSrcOb->Clone(); in Paste() local 378 if (pNeuObj!=NULL) in Paste() 382 pNeuObj->GetModel()->SetPasteResize(sal_True); // #51139# in Paste() 383 pNeuObj->NbcResize(aPt0,xResize,yResize); in Paste() 384 pNeuObj->GetModel()->SetPasteResize(sal_False); // #51139# in Paste() 388 pNeuObj->SetModel(pDstLst->GetModel()); in Paste() 389 pNeuObj->SetPage(pDstLst->GetPage()); in Paste() 391 pNeuObj->NbcMove(aSiz); in Paste() 401 if(pNeuObj->ISA(FmFormObj)) in Paste() 416 pNeuObj->SetLayer(nLayer); in Paste() [all …]
|
| H A D | svdmark.cxx | 503 const SdrObject* pNeuObj = rMark.GetMarkedSdrObj(); in InsertEntry() local 505 if(pLastObj == pNeuObj) in InsertEntry() 522 const SdrObjList* pNeuOL = pNeuObj !=0L ? pNeuObj ->GetObjList() : 0L; in InsertEntry() 527 const sal_uLong nNeuNum(pNeuObj !=0L ? pNeuObj ->GetOrdNum() : 0); in InsertEntry()
|
| H A D | svdpoev.cxx | 390 SdrObject* pNeuObj = pObj->RipPoint(pPts->GetObject(i), nNewPt0Idx); in RipUpAtMarkedPoints() local 392 if(pNeuObj) in RipUpAtMarkedPoints() 396 … pM->GetPageView()->GetObjList()->InsertObject(pNeuObj, pObj->GetOrdNum() + 1, &aReason); in RipUpAtMarkedPoints() 398 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pNeuObj)); in RipUpAtMarkedPoints() 399 MarkObj(pNeuObj, pM->GetPageView(), sal_False, sal_True); in RipUpAtMarkedPoints()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | viewfun7.cxx | 169 SdrObject* pNeuObj=pObj->Clone(); in PasteDraw() local 172 if (pNeuObj!=NULL) in PasteDraw() 174 pNeuObj->SetModel(pDrawModel); in PasteDraw() 175 pNeuObj->SetPage(pDestPage); in PasteDraw() 178 if ( pNeuObj->ISA(SdrGrafObj) && !bPasteIsMove ) in PasteDraw() 179 pNeuObj->SetName(((ScDrawLayer*)pDrawModel)->GetNewGraphicName()); in PasteDraw() 182 pNeuObj->NbcMove(Size(nDiffX,nDiffY)); in PasteDraw() 183 pDestPage->InsertObject( pNeuObj ); in PasteDraw() 184 pScDrawView->AddUndo(new SdrUndoInsertObj( *pNeuObj )); in PasteDraw()
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | ReportSection.cxx | 278 SdrObject* pNeuObj = pObject->Clone(); in Paste() local 280 pNeuObj->SetPage( m_pPage ); in Paste() 281 pNeuObj->SetModel( m_pModel.get() ); in Paste() 283 m_pPage->InsertObject(pNeuObj,CONTAINER_APPEND,&aReason); in Paste() 291 bOverlapping = isOver(aRet,*m_pPage,*m_pView,true,pNeuObj) != NULL; in Paste() 295 pNeuObj->SetLogicRect(aRet); in Paste() 299 … m_pView->AddUndo( m_pView->GetModel()->GetSdrUndoFactory().CreateUndoNewObject( *pNeuObj ) ); in Paste() 300 m_pView->MarkObj( pNeuObj, m_pView->GetSdrPageView() ); in Paste() 376 SdrObject* pNeuObj = pSdrObject->Clone(); in Copy() local 377 …aCopies.push_back(uno::Reference<report::XReportComponent>(pNeuObj->getUnoShape(),uno::UNO_QUERY)); in Copy()
|