Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dtools.cxx85 const double nShearY( pAttr->isShearYAngleValid() ? in getAttributedShapeTransformation() local
104 const bool bNeedShearY( !::basegfx::fTools::equalZero(nShearY) ); in getAttributedShapeTransformation()
113 aTransform.shearY( nShearY ); in getAttributedShapeTransformation()
483 const double nShearY( pAttr->isShearYAngleValid() ? in getSpriteTransformation() local
511 const bool bNeedShearY( !::basegfx::fTools::equalZero(nShearY) ); in getSpriteTransformation()
520 aTransform.shearY( nShearY ); in getSpriteTransformation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dtools.cxx86 const double nShearY( pAttr->isShearYAngleValid() ? in getAttributedShapeTransformation() local
105 const bool bNeedShearY( !::basegfx::fTools::equalZero(nShearY) ); in getAttributedShapeTransformation()
114 aTransform.shearY( nShearY ); in getAttributedShapeTransformation()
484 const double nShearY( pAttr->isShearYAngleValid() ? in getSpriteTransformation() local
512 const bool bNeedShearY( !::basegfx::fTools::equalZero(nShearY) ); in getSpriteTransformation()
521 aTransform.shearY( nShearY ); in getSpriteTransformation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdedtv1.cxx1566 long nShearY=0; in SetGeoAttrToMarked() local
1652nShearY=static_cast<const SfxInt32Item&>(rAttr.Get(SID_ATTR_TRANSFORM_SHEAR_Y)).GetValue(); in SetGeoAttrToMarked()
1726 Point aRef(nShearX,nShearY); in SetGeoAttrToMarked()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdedtv1.cxx1565 tools::Long nShearY=0; in SetGeoAttrToMarked() local
1651nShearY=static_cast<const SfxInt32Item&>(rAttr.Get(SID_ATTR_TRANSFORM_SHEAR_Y)).GetValue(); in SetGeoAttrToMarked()
1725 Point aRef(nShearX,nShearY); in SetGeoAttrToMarked()