Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Ddlgctl3d.cxx458 mfRotateY(45.0), in Svx3DLightControl()
929 rHor = basegfx::rad2deg(mfRotateY); // 0..360.0 in GetPosition()
971 if(mfRotateX != fVer || mfRotateY != fHor) in SetPosition()
974 mfRotateY = basegfx::deg2rad(fHor); in SetPosition()
995 mfRotateY = fRotY; in SetRotation()
1013 rRotY = mfRotateY; in GetRotation()
1134 mfRotateY(45.0), in LightControl3D()
1644 if(mfRotateX != fVer || mfRotateY != fHor) in SetPosition()
1647 mfRotateY = basegfx::deg2rad(fHor); in SetPosition()
1668 mfRotateY = fRotY; in SetRotation()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Ddlgctl3d.cxx256 mfRotateY(45.0), in Svx3DLightControl()
703 aObjectRotation.rotate(mfRotateX, mfRotateY, mfRotateZ); in SetObjectType()
724 rHor = basegfx::rad2deg(mfRotateY); // 0..360.0 in GetPosition()
767 if(mfRotateX == fVer && mfRotateY == fHor) in SetPosition()
771 mfRotateY = basegfx::deg2rad(fHor); in SetPosition()
776 aObjectRotation.rotate(mfRotateX, mfRotateY, mfRotateZ); in SetPosition()
788 if(fRotX == mfRotateX && fRotY == mfRotateY && fRotZ == mfRotateZ) in SetRotation()
792 mfRotateY = fRotY; in SetRotation()
798 aObjectRotation.rotate(mfRotateX, mfRotateY, mfRotateZ); in SetRotation()
808 rRotY = mfRotateY; in GetRotation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Ddlgctl3d.hxx114 double mfRotateY; member in Svx3DLightControl
184 double mfRotateY; member in LightControl3D
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Ddlgctl3d.hxx82 double mfRotateY; member in Svx3DLightControl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dxexptran.cxx559 double const mfRotateY; member
561 : ImpSdXMLExpTransObj3DBase(IMP_SDXMLEXP_TRANSOBJ3D_ROTATE_Y), mfRotateY(fVal) {} in ImpSdXMLExpTransObj3DRotateY()
624 …NewString, rConv, basegfx::rad2deg( static_cast<ImpSdXMLExpTransObj3DRotateY*>(pObj)->mfRotateY) ); in GetExportString()
935 … rFullTrans.rotate(0.0, static_cast<ImpSdXMLExpTransObj3DRotateY*>(pObj)->mfRotateY, 0.0); in GetFullTransform()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dxexptran.cxx575 double mfRotateY; member
577 : ImpSdXMLExpTransObj3DBase(IMP_SDXMLEXP_TRANSOBJ3D_ROTATE_Y), mfRotateY(fVal) {} in ImpSdXMLExpTransObj3DRotateY()
642 …NewString, rConv, basegfx::rad2deg( static_cast<ImpSdXMLExpTransObj3DRotateY*>(pObj)->mfRotateY) ); in GetExportString()
953 … rFullTrans.rotate(0.0, static_cast<ImpSdXMLExpTransObj3DRotateY*>(pObj)->mfRotateY, 0.0); in GetFullTransform()