Home
last modified time | relevance | path

Searched refs:rSnap (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx2071 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
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()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1558 const Rectangle &rSnap = pObj->GetSnapRect(); in Paste() local
1559 const Size aDiff( rSnap.GetWidth()/2, rSnap.GetHeight()/2 ); in Paste()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx1292 const SvxParaGridItem& rSnap = (const SvxParaGridItem&)rSet.Get( _nWhich ); in Reset() local
1293 aSnapToGridCB.Check(rSnap.GetValue()); in Reset()

Completed in 50 milliseconds