Home
last modified time | relevance | path

Searched refs:aTextBoxMatrix (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx147 basegfx::B2DHomMatrix aTextBoxMatrix; in createViewIndependentPrimitive2DSequence() local
161 aTextBoxMatrix.scale(aTextRange.getWidth(), aTextRange.getHeight()); in createViewIndependentPrimitive2DSequence()
172 aTextBoxMatrix.translate( in createViewIndependentPrimitive2DSequence()
182 aTextBoxMatrix.translate( -aTranslation.getX(), -aTranslation.getY() ); in createViewIndependentPrimitive2DSequence()
183 aTextBoxMatrix.rotate((360.0 - fExtraTextRotation) * F_PI180); in createViewIndependentPrimitive2DSequence()
184 aTextBoxMatrix.translate( aTranslation.getX(), aTranslation.getY() ); in createViewIndependentPrimitive2DSequence()
189 aTextBoxMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in createViewIndependentPrimitive2DSequence()
194 aTextBoxMatrix.rotate((36000 - rGeoStat.nDrehWink) * F_PI18000); in createViewIndependentPrimitive2DSequence()
198 aTextBoxMatrix.translate(aObjectRange.getMinimum().getX(), aObjectRange.getMinimum().getY()); in createViewIndependentPrimitive2DSequence()
202 aTextBoxMatrix.translate(aTextRange.getMinX(), aTextRange.getMinY()); in createViewIndependentPrimitive2DSequence()
[all …]

Completed in 7 milliseconds