Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx2072 const Rectangle& rLogic=GetLogicRect(); in NbcApplyNotPersistAttr() local
2202 Rectangle aNewLogic(rLogic); in NbcApplyNotPersistAttr()
2211 if (aNewLogic!=rLogic) { in NbcApplyNotPersistAttr()
2236 const Rectangle& rLogic=GetLogicRect(); in TakeNotPersistAttr() local
2247 if (rLogic.GetWidth()!=rSnap.GetWidth()) { in TakeNotPersistAttr()
2248 lcl_SetItem(rAttr,bMerge,SdrLogicSizeWidthItem(rLogic.GetWidth()-1)); in TakeNotPersistAttr()
2250 if (rLogic.GetHeight()!=rSnap.GetHeight()) { in TakeNotPersistAttr()
2251 lcl_SetItem(rAttr,bMerge,SdrLogicSizeHeightItem(rLogic.GetHeight()-1)); in TakeNotPersistAttr()

Completed in 34 milliseconds