Searched refs:rSnap (Results 1 – 3 of 3) sorted by relevance
2071 const Rectangle& rSnap=GetSnapRect(); in NbcApplyNotPersistAttr() local2073 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() local2246 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()[all …]
1558 const Rectangle &rSnap = pObj->GetSnapRect(); in Paste() local1559 const Size aDiff( rSnap.GetWidth()/2, rSnap.GetHeight()/2 ); in Paste()
1292 const SvxParaGridItem& rSnap = (const SvxParaGridItem&)rSet.Get( _nWhich ); in Reset() local1293 aSnapToGridCB.Check(rSnap.GetValue()); in Reset()
Completed in 150 milliseconds