Searched refs:aAllSnapRect (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdedtv1.cxx | 721 Rectangle aAllSnapRect(GetMarkedObjRect()); in SetNotPersistAttrToMarked() local 761 Rectangle aRect(aAllSnapRect); // !!! fuer PolyPt's und GluePt's aber bitte noch aendern !!! in SetNotPersistAttrToMarked() 764 if (bAllWdt) aRect.Right()=aAllSnapRect.Left()+nAllWdt; in SetNotPersistAttrToMarked() 765 if (bAllHgt) aRect.Bottom()=aAllSnapRect.Top()+nAllHgt; in SetNotPersistAttrToMarked() 770 ResizeMarkedObj(aAllSnapRect.TopLeft(),aXFact,Fraction(1,1)); in SetNotPersistAttrToMarked() 774 ResizeMarkedObj(aAllSnapRect.TopLeft(),Fraction(1,1),aYFact); in SetNotPersistAttrToMarked() 778 RotateMarkedObj(aAllSnapRect.Center(),nAngle); in SetNotPersistAttrToMarked() 782 ShearMarkedObj(aAllSnapRect.Center(),nAngle,sal_False); in SetNotPersistAttrToMarked() 786 ShearMarkedObj(aAllSnapRect.Center(),nAngle,sal_True); in SetNotPersistAttrToMarked() 810 …Rectangle aAllSnapRect(GetMarkedObjRect()); // !!! fuer PolyPt's und GluePt's aber bitte noch aend… in MergeNotPersistAttrFromMarked() local [all …]
|