Searched refs:mfRotateZ (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 270 mfRotateZ(0.0), in Svx3DLightControl() 295 mfRotateZ(0.0), in Svx3DLightControl() 758 aObjectRotation.rotate(mfRotateX, mfRotateY, mfRotateZ); in SetObjectType() 836 aObjectRotation.rotate(mfRotateX, mfRotateY, mfRotateZ); in SetPosition() 849 if(fRotX != mfRotateX || fRotY != mfRotateY || fRotZ != mfRotateZ) in SetRotation() 853 mfRotateZ = fRotZ; in SetRotation() 858 aObjectRotation.rotate(mfRotateX, mfRotateY, mfRotateZ); in SetRotation() 871 rRotZ = mfRotateZ; in GetRotation()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | xexptran.cxx | 755 double mfRotateZ; member 757 : ImpSdXMLExpTransObj3DBase(IMP_SDXMLEXP_TRANSOBJ3D_ROTATE_Z), mfRotateZ(fVal) {} in ImpSdXMLExpTransObj3DRotateZ() 922 …oubleChar(aNewString, rConv, basegfx::rad2deg( ((ImpSdXMLExpTransObj3DRotateZ*)pObj)->mfRotateZ) ); in GetExportString() 1252 rFullTrans.rotate(0.0, 0.0, ((ImpSdXMLExpTransObj3DRotateZ*)pObj)->mfRotateZ); in GetFullTransform()
|
/aoo41x/main/svx/inc/svx/ |
H A D | dlgctl3d.hxx | 99 double mfRotateZ; member in Svx3DLightControl
|
Completed in 25 milliseconds