Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx721 Rectangle aAllSnapRect(GetMarkedObjRect()); in SetNotPersistAttrToMarked() local
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()
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()
811 long nAllSnapPosX=aAllSnapRect.Left(); in MergeNotPersistAttrFromMarked()
812 long nAllSnapPosY=aAllSnapRect.Top(); in MergeNotPersistAttrFromMarked()
813 long nAllSnapWdt=aAllSnapRect.GetWidth()-1; in MergeNotPersistAttrFromMarked()
[all …]

Completed in 18 milliseconds