Lines Matching refs:aRect

761 		Rectangle aRect(aAllSnapRect); // !!! fuer PolyPt's und GluePt's aber bitte noch aendern !!!  in SetNotPersistAttrToMarked()  local
762 if (bAllPosX) aRect.Move(nAllPosX-aRect.Left(),0); in SetNotPersistAttrToMarked()
763 if (bAllPosY) aRect.Move(0,nAllPosY-aRect.Top()); in SetNotPersistAttrToMarked()
764 if (bAllWdt) aRect.Right()=aAllSnapRect.Left()+nAllWdt; in SetNotPersistAttrToMarked()
765 if (bAllHgt) aRect.Bottom()=aAllSnapRect.Top()+nAllHgt; in SetNotPersistAttrToMarked()
766 SetMarkedObjRect(aRect); in SetNotPersistAttrToMarked()
1306 Rectangle aRect(GetMarkedObjRect()); in GetGeoAttrFromMarked() local
1310 GetSdrPageView()->LogicToPagePos(aRect); in GetGeoAttrFromMarked()
1314 aRetSet.Put(SfxInt32Item(SID_ATTR_TRANSFORM_POS_X,aRect.Left())); in GetGeoAttrFromMarked()
1315 aRetSet.Put(SfxInt32Item(SID_ATTR_TRANSFORM_POS_Y,aRect.Top())); in GetGeoAttrFromMarked()
1318 long nResizeRefX=aRect.Left(); in GetGeoAttrFromMarked()
1319 long nResizeRefY=aRect.Top(); in GetGeoAttrFromMarked()
1324 aRetSet.Put(SfxUInt32Item(SID_ATTR_TRANSFORM_WIDTH,aRect.Right()-aRect.Left())); in GetGeoAttrFromMarked()
1325 aRetSet.Put(SfxUInt32Item(SID_ATTR_TRANSFORM_HEIGHT,aRect.Bottom()-aRect.Top())); in GetGeoAttrFromMarked()
1337 long nRotateRefX=aRect.Center().X(); in GetGeoAttrFromMarked()
1338 long nRotateRefY=aRect.Center().Y(); in GetGeoAttrFromMarked()
1348 long nShearRefX=aRect.Left(); in GetGeoAttrFromMarked()
1349 long nShearRefY=aRect.Bottom(); in GetGeoAttrFromMarked()
1415 aRect.Left(), aRect.Top(), in GetGeoAttrFromMarked()
1416 aRect.getWidth(), aRect.getHeight()); in GetGeoAttrFromMarked()
1454 Point ImpGetPoint(Rectangle aRect, RECT_POINT eRP) in ImpGetPoint() argument
1457 case RP_LT: return aRect.TopLeft(); in ImpGetPoint()
1458 case RP_MT: return aRect.TopCenter(); in ImpGetPoint()
1459 case RP_RT: return aRect.TopRight(); in ImpGetPoint()
1460 case RP_LM: return aRect.LeftCenter(); in ImpGetPoint()
1461 case RP_MM: return aRect.Center(); in ImpGetPoint()
1462 case RP_RM: return aRect.RightCenter(); in ImpGetPoint()
1463 case RP_LB: return aRect.BottomLeft(); in ImpGetPoint()
1464 case RP_MB: return aRect.BottomCenter(); in ImpGetPoint()
1465 case RP_RB: return aRect.BottomRight(); in ImpGetPoint()
1472 Rectangle aRect(GetMarkedObjRect()); in SetGeoAttrToMarked() local
1476 GetSdrPageView()->LogicToPagePos(aRect); in SetGeoAttrToMarked()
1531 nPosDX=((const SfxInt32Item*)pPoolItem)->GetValue()-aRect.Left(); in SetGeoAttrToMarked()
1535 nPosDY=((const SfxInt32Item*)pPoolItem)->GetValue()-aRect.Top(); in SetGeoAttrToMarked()
1626 Fraction aWdt(nSizX,aRect.Right()-aRect.Left()); in SetGeoAttrToMarked()
1627 Fraction aHgt(nSizY,aRect.Bottom()-aRect.Top()); in SetGeoAttrToMarked()
1628 Point aRef(ImpGetPoint(aRect,eSizePoint)); in SetGeoAttrToMarked()