Home
last modified time | relevance | path

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

/AOO41X/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx442 rTranslate.setZ(mpImpl->get(2, 3)); in decompose()
468 aTemp.setZ(aCol1.getZ() - rShear.getX() * aCol0.getZ()); in decompose()
494 aTemp.setZ(aCol2.getZ() - rShear.getY() * aCol0.getZ()); in decompose()
499 rShear.setZ(aCol1.scalar(aCol2)); in decompose()
503 rShear.setZ(0.0); in decompose()
509 aTemp.setZ(aCol2.getZ() - rShear.getZ() * aCol1.getZ()); in decompose()
514 rScale.setZ(aCol2.getLength()); in decompose()
528 rShear.setZ(rShear.getZ() / rScale.getZ()); in decompose()
576 rRotate.setZ(0.0); in decompose()
581 rRotate.setZ(atan2(aCol0.getY(), aCol0.getX())); in decompose()
/AOO41X/main/svx/source/engine3d/
H A Dobj3d.cxx1087 …setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBoundVolume.getMin… in AddToHdlList()
1088 …setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBoundVolume.getMax… in AddToHdlList()
1089 …setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBoundVolume.getMin… in AddToHdlList()
1090 …setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBoundVolume.getMax… in AddToHdlList()
1091 …setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBoundVolume.getMin… in AddToHdlList()
1092 …setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBoundVolume.getMax… in AddToHdlList()
1093 …setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBoundVolume.getMin… in AddToHdlList()
1094 …setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBoundVolume.getMax… in AddToHdlList()
H A Ddragmt3d.cxx615 aMoveHead3D.setZ(fZwi); in MoveSdrDrag()
619 aMoveTail3D.setZ(fZwi); in MoveSdrDrag()
706 aScaleVec.setZ(1.0); in MoveSdrDrag()
H A Dpolygn3d.cxx183 aNormal.setZ(fabs(aNormal.getZ())); in CreateDefaultTexture()
H A Dviewpt3d2.cxx298 aRetval.setZ(rVec.getZ()); in MapToDevice()
/AOO41X/main/basegfx/inc/basegfx/point/
H A Db3dhompoint.hxx231 void setZ(double fZ) in setZ() function in basegfx::B3DHomPoint
233 maTuple.setZ(implIsHomogenized() ? fZ : fZ * mfW ); in setZ()
243 maTuple.setZ(getZ() * rPnt.mfW + rPnt.getZ() * mfW); in operator +=()
253 maTuple.setZ(getZ() * rPnt.mfW - rPnt.getZ() * mfW); in operator -=()
/AOO41X/main/svx/source/items/
H A De3ditem.cxx73 rStream >> fValue; aVal.setZ(fValue); in SvxB3DVectorItem()
111 rStream >> fValue; aStr.setZ(fValue); in Create()
155 aVal.setZ(aDirection.DirectionZ); in PutValue()
/AOO41X/main/basegfx/source/point/
H A Db3dhompoint.cxx35 maTuple.setZ(maTuple.getZ() * fFactor); in implHomogenize()
/AOO41X/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx116 maVRP.setZ( aCamGeo.vrp.PositionZ ); in getCameraDefaultFromDiagram()
119 maVPN.setZ( aCamGeo.vpn.DirectionZ ); in getCameraDefaultFromDiagram()
122 maVUP.setZ( aCamGeo.vup.DirectionZ ); in getCameraDefaultFromDiagram()
/AOO41X/main/tools/source/generic/
H A Db3dtrans.cxx401 maTranslate.setZ(ZBUFFER_DEPTH_RANGE / 2.0); in CalcViewport()
406 maScale.setZ(ZBUFFER_DEPTH_RANGE / 2.0); in CalcViewport()
/AOO41X/main/drawinglayer/source/processor3d/
H A Dshadow3dextractor.cxx252 … maPlanePoint.setZ(aContained3DRange.getMinZ() - (aContained3DRange.getDepth() / 8.0)); in Shadow3DExtractingProcessor()
/AOO41X/main/basegfx/inc/basegfx/tuple/
H A Db3i64tuple.hxx124 void setZ(sal_Int64 nZ) in setZ() function in basegfx::B3I64Tuple
H A Db3ituple.hxx124 void setZ(sal_Int32 nZ) in setZ() function in basegfx::B3ITuple
H A Db3dtuple.hxx136 void setZ(double fZ) in setZ() function in basegfx::B3DTuple
/AOO41X/main/xmloff/source/draw/
H A Dxexptran.cxx1104 aValue.setZ(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getZ())); in SetString()
1121 aValue.setZ(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getZ(), true)); in SetString()
/AOO41X/main/starmath/source/
H A Dcommands.src209 String RID_SETZ { Text = "setZ " ; };
639 Text = "setZ";
/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx233 fViewPoint.setZ(-aViewPoint.PositionZ); in Transformation2D()
/AOO41X/main/xmloff/source/core/
H A Dxmluconv.cxx1441 rVector.setZ(::rtl::math::stringToDouble(aContentZ, sal_Unicode('.'), in convertB3DVector()