Searched refs:fz (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/filter/source/graphicfilter/idxf/ |
| H A D | dxfvec.cxx | 111 aMX.fz=aV.fx; in DXFTransform() 112 aMY.fz=aV.fy; in DXFTransform() 113 aMZ.fz=aV.fz; in DXFTransform() 123 aMZ.fy=aV.fz; in DXFTransform() 134 aMP.fx = aV.fx * aMX.fx + aV.fy * aMY.fx + aV.fz * aMZ.fx; in DXFTransform() 135 aMP.fy = aV.fx * aMX.fy + aV.fy * aMY.fy + aV.fz * aMZ.fy; in DXFTransform() 136 aMP.fz = aV.fx * aMX.fz + aV.fy * aMY.fz + aV.fz * aMZ.fz; in DXFTransform() 152 rTgt.fx = rSrc.fx * aMX.fx + rSrc.fy * aMY.fx + rSrc.fz * aMZ.fx + aMP.fx; in Transform() 153 rTgt.fy = rSrc.fx * aMX.fy + rSrc.fy * aMY.fy + rSrc.fz * aMZ.fy + aMP.fy; in Transform() 154 rTgt.fz = rSrc.fx * aMX.fz + rSrc.fy * aMY.fz + rSrc.fz * aMZ.fz + aMP.fz; in Transform() [all …]
|
| H A D | dxfvec.hxx | 70 double fx,fy,fz; // public ! - Warum nicht ? member in DXFVector 179 fx=fX; fy=fY; fz=fZ; in DXFVector() 185 fx=rV.fx; fy=rV.fy; fz=rV.fz; in DXFVector() 191 fx+=rV.fx; fy+=rV.fy; fz+=rV.fz; in operator +=() 198 return DXFVector(fx+rV.fx, fy+rV.fy, fz+rV.fz); in operator +() 204 fx-=rV.fx; fy-=rV.fy; fz-=rV.fz; in operator -=() 211 return DXFVector(fx-rV.fx, fy-rV.fy, fz-rV.fz); in operator -() 218 fy * rV.fz - fz * rV.fy, in operator *() 219 fz * rV.fx - fx * rV.fz, in operator *() 227 return fx*rV.fx + fy*rV.fy + fz*rV.fz; in SProd() [all …]
|
| H A D | dxfentrd.cxx | 44 aExtrusion.fz=1.0; in DXFBasicEntity() 64 case 230: aExtrusion.fz=rDGR.GetF(); break; in EvaluateGroup() 83 case 30: aP0.fz=rDGR.GetF(); break; in EvaluateGroup() 86 case 31: aP1.fz=rDGR.GetF(); break; in EvaluateGroup() 102 case 30: aP0.fz=rDGR.GetF(); break; in EvaluateGroup() 119 case 30: aP0.fz=rDGR.GetF(); break; in EvaluateGroup() 139 case 30: aP0.fz=rDGR.GetF(); break; in EvaluateGroup() 158 case 30: aP0.fz=rDGR.GetF(); break; in EvaluateGroup() 161 case 31: aP1.fz=rDGR.GetF(); break; in EvaluateGroup() 164 case 32: aP2.fz=rDGR.GetF(); break; in EvaluateGroup() [all …]
|
| H A D | dxfreprd.cxx | 39 fMinZ=rVector.fz; in Union() 42 fMaxZ=rVector.fz; in Union() 48 if (fMinZ>rVector.fz) fMinZ=rVector.fz; in Union() 51 if (fMaxZ<rVector.fz) fMaxZ=rVector.fz; in Union() 204 aVector.fz=rDGR.GetF(30); in ReadHeader() 314 aP.fz=(aBox.fMinZ-pB->aBasePoint.fz)*pE->fZScale+pE->aP0.fz; in CalcBoundingBox() 318 aP.fz=(aBox.fMaxZ-pB->aBasePoint.fz)*pE->fZScale+pE->aP0.fz; in CalcBoundingBox() 356 aP.fz=aBox.fMinZ-pB->aBasePoint.fz; in CalcBoundingBox() 360 aP.fz=aBox.fMaxZ-pB->aBasePoint.fz; in CalcBoundingBox()
|
| H A D | dxfblkrd.cxx | 53 aBasePoint.fz=0.0; in Read() 66 case 30: aBasePoint.fz=rDGR.GetF(); break; in Read()
|
| H A D | dxftblrd.cxx | 191 case 36: aDirection.fz=rDGR.GetF(); break; in Read() 194 case 37: aTarget.fz=rDGR.GetF(); break; in Read()
|
| H A D | dxf2mtf.cxx | 776 if (pE->aExtrusion.fz==1.0) { in DrawEntities()
|
| /AOO41X/main/solenv/inc/ |
| H A D | _tg_sdi.mk | 34 -fz$(MISC)/$(SDI1NAME).sid \ 52 -fz$(MISC)/$(SDI2NAME).sid \ 70 -fz$(MISC)/$(SDI3NAME).sid \ 88 -fz$(MISC)/$(SDI4NAME).sid \ 106 -fz$(MISC)/$(SDI5NAME).sid \ 124 -fz$(MISC)/$(SDI6NAME).sid \ 142 -fz$(MISC)/$(SDI7NAME).sid \ 160 -fz$(MISC)/$(SDI8NAME).sid \ 178 -fz$(MISC)/$(SDI9NAME).sid \ 196 -fz$(MISC)/$(SDI10NAME).sid \
|
| H A D | tg_sdi.mk | 39 -fz$(MISC)/$(SDI$(TNR)NAME).sid \
|
| /AOO41X/main/chart2/source/view/main/ |
| H A D | ChartView.cxx | 1176 double fx, fy, fz; in getPreferredAspectRatio() local 1177 fx = fy = fz = -1.0; in getPreferredAspectRatio() 1191 else if( fz>0 && aSingleRatio.DirectionZ>0 ) in getPreferredAspectRatio() 1192 fy = fz*aSingleRatio.DirectionY/aSingleRatio.DirectionZ; in getPreferredAspectRatio() 1197 if( fz<0 && aSingleRatio.DirectionZ>0 ) in getPreferredAspectRatio() 1200 fz = fx*aSingleRatio.DirectionZ/aSingleRatio.DirectionX; in getPreferredAspectRatio() 1202 fz = fy*aSingleRatio.DirectionZ/aSingleRatio.DirectionY; in getPreferredAspectRatio() 1204 fz = aSingleRatio.DirectionZ; in getPreferredAspectRatio() 1207 if( fx>0 && fy>0 && fz>0 ) in getPreferredAspectRatio() 1210 aPreferredAspectRatio = drawing::Direction3D(fx, fy, fz); in getPreferredAspectRatio()
|
| /AOO41X/main/solenv/gbuild/ |
| H A D | SdiTarget.mk | 44 -fz$@.sid \
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr5.cxx | 111 double fz = fmod(fx, fy); in ScGetGCD() local 112 while (fz > 0.0) in ScGetGCD() 115 fy = fz; in ScGetGCD() 116 fz = fmod(fx, fy); in ScGetGCD()
|
| /AOO41X/extras/l10n/source/kid/ |
| H A D | localize.sdf | 2435 …src 0 itemlist RID_SVXSTRARY_PAPERSIZE_STD 21 0 kid 3lp=fz‖C6/5 Envelope … 5885 …c 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_OR 0 kid fz-850‖OR … 7119 …basic\shared\03020204.xhp 0 help par_id3155132 5 0 kid fz=e-t‖Put [#] FileNumb… 8424 …basic\shared\03132000.xhp 0 help par_id3148995 8 0 kid fz+cz9‖MsgBox oEvent.Db… 8688 …basic\shared\03020102.xhp 0 help par_id3154490 16 0 kid fz+1zt‖iNumber = Freefi… 13083 …xt\scalc\01\04060104.xhp 0 help par_id3148416 108 0 kid fz=8ws‖\<item type=\"in… 24145 …\shared\00\00000401.xhp 0 help par_id3155377 178 0 kid 63fz-t‖Choose \<emph\>Fil… 31478 …hared\02\20050000.xhp 0 help par_id6971037 0 kid n9j]fz‖Block selection mode… 34386 …r\database\rep_main.xhp 0 help par_id7771538 0 kid 9fz=c1‖On the Data tab p… 38139 …t_export_limitations.xhp 0 help par_idN10B0A 0 kid fz[=63‖Weak XOR encrypt… [all …]
|