Lines Matching refs:pObj1
480 SdrObject* pObj1=GetMarkedObjectByIndex(a); in ReverseOrderOfMarked() local
482 sal_uIntPtr nOrd1=pObj1->GetOrdNumDirect(); in ReverseOrderOfMarked()
486 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoObjectOrdNum(*pObj1,nOrd1,nOrd2)); in ReverseOrderOfMarked()
633 SdrObject* pObj1 = aIter.Next(); in ImpCanConvertForCombine() local
636 if(!ImpCanConvertForCombine1(pObj1)) in ImpCanConvertForCombine()
676 SdrObject* pObj1 = aIter.Next(); in ImpGetPolyPolygon1() local
677 pPath = PTR_CAST(SdrPathObj, pObj1); in ImpGetPolyPolygon1()
713 SdrObject* pObj1 = aIter.Next(); in ImpGetPolyPolygon() local
714 aRetval.append(ImpGetPolyPolygon1(pObj1, bCombine)); in ImpGetPolyPolygon()
1434 const SdrObject* pObj1 = aIter.Next(); in ImpCanDismantle() local
1435 const SdrPathObj* pPath = PTR_CAST(SdrPathObj, pObj1); in ImpCanDismantle()
1445 pObj1->TakeObjInfo(aInfo); in ImpCanDismantle()
1684 const SdrObject* pObj1=aIter.Next(); in DismantleMarkedObjects() local
1685 ImpDismantleOneObject(pObj1,*pOL,nPos,pPV,bMakeLines); in DismantleMarkedObjects()