Home
last modified time | relevance | path

Searched refs:fz (Results 1 – 13 of 13) sorted by relevance

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx111 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()
136 aMP.fz = aV.fx * aMX.fz + aV.fy * aMY.fz + aV.fz * aMZ.fz; in DXFTransform()
154 rTgt.fz = rSrc.fx * aMX.fz + rSrc.fy * aMY.fz + rSrc.fz * aMZ.fz + aMP.fz; in Transform()
169 rTgt.fz = rSrc.fx * aMX.fz + rSrc.fy * aMY.fz + rSrc.fz * aMZ.fz; in TransDir()
179 if (fabs(aMX.fy)<=fNearNull && fabs(aMX.fz)<=fNearNull && in TransCircleToEllipse()
180 fabs(aMY.fx)<=fNearNull && fabs(aMY.fz)<=fNearNull) in TransCircleToEllipse()
187 fabs(aMY.fy)<=fNearNull && fabs(aMY.fz)<=fNearNull) in TransCircleToEllipse()
[all …]
H A Ddxfvec.hxx179 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()
246 if (fx==rV.fx && fy==rV.fy && fz==rV.fz) return sal_True; in operator ==()
[all …]
H A Ddxfentrd.cxx44 aExtrusion.fz=1.0; in DXFBasicEntity()
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()
167 case 33: aP3.fz=rDGR.GetF(); break; in EvaluateGroup()
[all …]
H A Ddxfreprd.cxx39 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 Ddxfblkrd.cxx53 aBasePoint.fz=0.0; in Read()
66 case 30: aBasePoint.fz=rDGR.GetF(); break; in Read()
H A Ddxftblrd.cxx191 case 36: aDirection.fz=rDGR.GetF(); break; in Read()
194 case 37: aTarget.fz=rDGR.GetF(); break; in Read()
H A Ddxf2mtf.cxx776 if (pE->aExtrusion.fz==1.0) { in DrawEntities()
/trunk/main/solenv/inc/
H A D_tg_sdi.mk34 -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 Dtg_sdi.mk39 -fz$(MISC)/$(SDI$(TNR)NAME).sid \
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1176 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()
/trunk/main/solenv/gbuild/
H A DSdiTarget.mk44 -fz$@.sid \
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx110 double fz = fmod(fx, fy); in ScGetGCD() local
111 while (fz > 0.0) in ScGetGCD()
114 fy = fz; in ScGetGCD()
115 fz = fmod(fx, fy); in ScGetGCD()
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf2435 cui source\tabpages\page.src 0 itemlist RID_SVXSTRARY_PAPERSIZE_STD 21 0 kid 3lp=fz‖C6/5 Envelope…
5885 …core_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_OR 0 kid fz-850‖OR 20130829 2…
7119 helpcontent2 source\text\sbasic\shared\03020204.xhp 0 help par_id3155132 5 0 kid fz=e-t‖Put [#] F…
8424 helpcontent2 source\text\sbasic\shared\03132000.xhp 0 help par_id3148995 8 0 kid fz+cz9‖MsgBox oE…
8688 helpcontent2 source\text\sbasic\shared\03020102.xhp 0 help par_id3154490 16 0 kid fz+1zt‖iNumber …
48048 helpcontent2 source\text\swriter\01\04120100.xhp 0 help hd_id3149568 32 0 kid 7m]+fz‖Match case …
48629 helpcontent2 source\text\swriter\01\04090002.xhp 0 help par_id3155553 33 0 kid wq9]fz‖Category an…
59652 sc source\ui\src\scfuncs.src 0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_F_DIST 2 0 kid fz=4…
63661 sfx2 source\dialog\dinfdlg.src 0 stringlist SFX_CB_PROPERTY_NAME 14 0 kid 2h]=fz‖Language 2013…
64065 starmath source\smres.src 0 fixedline RID_FONTSIZEDIALOG 1 99 kid glj]fz‖Relative sizes 201308…
[all …]

Completed in 1331 milliseconds