Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx1087 …case 0 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1088 …case 1 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1089 …case 2 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1090 …case 3 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1091 …case 4 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1092 …case 5 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1093 …case 6 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1094 …case 7 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… 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()
/trunk/main/basegfx/inc/basegfx/point/
H A Db3dhompoint.hxx232 void setZ(double fZ) in setZ() function in basegfx::B3DHomPoint
234 maTuple.setZ(implIsHomogenized() ? fZ : fZ * mfW ); in setZ()
244 maTuple.setZ(getZ() * rPnt.mfW + rPnt.getZ() * mfW); in operator +=()
254 maTuple.setZ(getZ() * rPnt.mfW - rPnt.getZ() * mfW); in operator -=()
/trunk/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()
/trunk/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()
/trunk/main/basegfx/source/point/
H A Db3dhompoint.cxx35 maTuple.setZ(maTuple.getZ() * fFactor); in implHomogenize()
/trunk/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()
/trunk/main/drawinglayer/source/processor3d/
H A Dshadow3dextractor.cxx252 maPlanePoint.setZ(aContained3DRange.getMinZ() - (aContained3DRange.getDepth() / 8.0)); in Shadow3DExtractingProcessor()
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db3i64tuple.hxx125 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
/trunk/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()
/trunk/main/starmath/source/
H A Dcommands.src205 String RID_SETZ { Text = "setZ " ; };
633 Text = "setZ" ;
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx233 fViewPoint.setZ(-aViewPoint.PositionZ); in Transformation2D()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1441 rVector.setZ(::rtl::math::stringToDouble(aContentZ, sal_Unicode('.'), in convertB3DVector()

Completed in 231 milliseconds