Lines Matching refs:aRef1
1477 Point aRef1(GetSnapRect().Center()); in NbcResize() local
1479 Point aRef2(aRef1); in NbcResize()
1481 NbcMirrorGluePoints(aRef1,aRef2); in NbcResize()
1484 Point aRef2(aRef1); in NbcResize()
1486 NbcMirrorGluePoints(aRef1,aRef2); in NbcResize()
2073 Point aRef1(rSnap.Center()); in NbcApplyNotPersistAttr() local
2074 Point aRef2(aRef1); aRef2.Y()++; in NbcApplyNotPersistAttr()
2077 aRef1.X()=((const SdrTransformRef1XItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr()
2080 aRef1.Y()=((const SdrTransformRef1YItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr()
2127 NbcShear(aRef1,n,nTan,sal_False); in NbcApplyNotPersistAttr()
2136 NbcRotate(aRef1,n,nSin,nCos); in NbcApplyNotPersistAttr()
2143 NbcRotate(aRef1,n,nSin,nCos); in NbcApplyNotPersistAttr()
2148 NbcShear(aRef1,n,nTan,sal_False); in NbcApplyNotPersistAttr()
2153 NbcShear(aRef1,n,nTan,sal_True); in NbcApplyNotPersistAttr()
2223 NbcResize(aRef1,aResizeX,aResizeY); in NbcApplyNotPersistAttr()
2268 Point aRef1(rSnap.Center()); in TakeNotPersistAttr() local
2269 Point aRef2(aRef1); aRef2.Y()++; in TakeNotPersistAttr()
2270 lcl_SetItem(rAttr,bMerge,SdrTransformRef1XItem(aRef1.X())); in TakeNotPersistAttr()
2271 lcl_SetItem(rAttr,bMerge,SdrTransformRef1YItem(aRef1.Y())); in TakeNotPersistAttr()