Lines Matching refs:pCurr
885 ImpDistributeEntry* pCurr = aEntryList.GetObject(a); in DECLARE_LIST() local
887 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
889 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoGeoObject(*pCurr->mpObj)); in DECLARE_LIST()
890 pCurr->mpObj->Move(Size(nDelta, 0)); in DECLARE_LIST()
891 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
905 ImpDistributeEntry* pCurr = aEntryList.GetObject(a); in DECLARE_LIST() local
906 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
908 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoGeoObject(*pCurr->mpObj)); in DECLARE_LIST()
909 pCurr->mpObj->Move(Size(nDelta, 0)); in DECLARE_LIST()
976 ImpDistributeEntry* pCurr = aEntryList.GetObject(a); in DECLARE_LIST() local
978 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
980 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoGeoObject(*pCurr->mpObj)); in DECLARE_LIST()
981 pCurr->mpObj->Move(Size(0, nDelta)); in DECLARE_LIST()
982 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
996 ImpDistributeEntry* pCurr = aEntryList.GetObject(a); in DECLARE_LIST() local
997 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
999 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoGeoObject(*pCurr->mpObj)); in DECLARE_LIST()
1000 pCurr->mpObj->Move(Size(0, nDelta)); in DECLARE_LIST()