Lines Matching refs:rSnap
2071 const Rectangle& rSnap=GetSnapRect(); in NbcApplyNotPersistAttr() local
2073 Point aRef1(rSnap.Center()); in NbcApplyNotPersistAttr()
2089 Rectangle aNewSnap(rSnap); in NbcApplyNotPersistAttr()
2114 if (aNewSnap!=rSnap) { in NbcApplyNotPersistAttr()
2115 if (aNewSnap.GetSize()==rSnap.GetSize()) { in NbcApplyNotPersistAttr()
2116 NbcMove(Size(aNewSnap.Left()-rSnap.Left(),aNewSnap.Top()-rSnap.Top())); in NbcApplyNotPersistAttr()
2235 const Rectangle& rSnap=GetSnapRect(); in TakeNotPersistAttr() local
2243 lcl_SetItem(rAttr,bMerge,SdrOneSizeWidthItem(rSnap.GetWidth()-1)); in TakeNotPersistAttr()
2244 lcl_SetItem(rAttr,bMerge,SdrOneSizeHeightItem(rSnap.GetHeight()-1)); in TakeNotPersistAttr()
2245 lcl_SetItem(rAttr,bMerge,SdrOnePositionXItem(rSnap.Left())); in TakeNotPersistAttr()
2246 lcl_SetItem(rAttr,bMerge,SdrOnePositionYItem(rSnap.Top())); in TakeNotPersistAttr()
2247 if (rLogic.GetWidth()!=rSnap.GetWidth()) { in TakeNotPersistAttr()
2250 if (rLogic.GetHeight()!=rSnap.GetHeight()) { in TakeNotPersistAttr()
2268 Point aRef1(rSnap.Center()); in TakeNotPersistAttr()