Lines Matching refs:aAllSnapRect
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
811 long nAllSnapPosX=aAllSnapRect.Left(); in MergeNotPersistAttrFromMarked()
812 long nAllSnapPosY=aAllSnapRect.Top(); in MergeNotPersistAttrFromMarked()
813 long nAllSnapWdt=aAllSnapRect.GetWidth()-1; in MergeNotPersistAttrFromMarked()
814 long nAllSnapHgt=aAllSnapRect.GetHeight()-1; in MergeNotPersistAttrFromMarked()