Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 25 of 100) sorted by relevance

1234

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx116 if (aV.fx==0) aMY.fx=0; else aMY.fx=sqrt(1/(1+aV.fy*aV.fy/(aV.fx*aV.fx))); in DXFTransform()
117 aMX.fx=sqrt(1-aMY.fx*aMY.fx); in DXFTransform()
118 if (aV.fx*aV.fy*aMY.fx>0) aMX.fx=-aMX.fx; in DXFTransform()
120 aV=aV*DXFVector(aMX.fx,aMY.fx,aMZ.fx); in DXFTransform()
129 aMX.fx=-aMX.fx; in DXFTransform()
130 aMY.fx=-aMY.fx; in DXFTransform()
134 aMP.fx = aV.fx * aMX.fx + aV.fy * aMY.fx + aV.fz * aMZ.fx; in DXFTransform()
152 rTgt.fx = rSrc.fx * aMX.fx + rSrc.fy * aMY.fx + rSrc.fz * aMZ.fx + aMP.fx; in Transform()
160 rTgt.X()=(long)( rSrc.fx * aMX.fx + rSrc.fy * aMY.fx + rSrc.fz * aMZ.fx + aMP.fx + 0.5 ); in Transform()
167 rTgt.fx = rSrc.fx * aMX.fx + rSrc.fy * aMY.fx + rSrc.fz * aMZ.fx; in TransDir()
[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 -()
219 fz * rV.fx - fx * rV.fz, in operator *()
220 fx * rV.fy - fy * rV.fx 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.cxx42 aExtrusion.fx=0.0; in DXFBasicEntity()
81 case 10: aP0.fx=rDGR.GetF(); break; in EvaluateGroup()
84 case 11: aP1.fx=rDGR.GetF(); break; in EvaluateGroup()
100 case 10: aP0.fx=rDGR.GetF(); break; in EvaluateGroup()
117 case 10: aP0.fx=rDGR.GetF(); break; in EvaluateGroup()
137 case 10: aP0.fx=rDGR.GetF(); break; in EvaluateGroup()
156 case 10: aP0.fx=rDGR.GetF(); break; in EvaluateGroup()
159 case 11: aP1.fx=rDGR.GetF(); break; in EvaluateGroup()
162 case 12: aP2.fx=rDGR.GetF(); break; in EvaluateGroup()
165 case 13: aP3.fx=rDGR.GetF(); break; in EvaluateGroup()
[all …]
H A Ddxfreprd.cxx37 fMinX=rVector.fx; in Union()
40 fMaxX=rVector.fx; in Union()
46 if (fMinX>rVector.fx) fMinX=rVector.fx; in Union()
49 if (fMaxX<rVector.fx) fMaxX=rVector.fx; in Union()
255 aP.fx-=pE->fRadius; in CalcBoundingBox()
259 aP.fx+=pE->fRadius; in CalcBoundingBox()
268 aP.fx-=pE->fRadius; in CalcBoundingBox()
312 aP.fx=(aBox.fMinX-pB->aBasePoint.fx)*pE->fXScale+pE->aP0.fx; in CalcBoundingBox()
316 aP.fx=(aBox.fMaxX-pB->aBasePoint.fx)*pE->fXScale+pE->aP0.fx; in CalcBoundingBox()
354 aP.fx=aBox.fMinX-pB->aBasePoint.fx; in CalcBoundingBox()
[all …]
H A Ddxf2mtf.cxx310 Rectangle((long)(aC.fx-frx+0.5),(long)(aC.fy-fry+0.5), in DrawCircleEntity()
311 (long)(aC.fx+frx+0.5),(long)(aC.fy+fry+0.5))); in DrawCircleEntity()
370 Rectangle((long)(aC.fx-frx+0.5),(long)(aC.fy-fry+0.5), in DrawArcEntity()
371 (long)(aC.fx+frx+0.5),(long)(aC.fy+fry+0.5)), in DrawArcEntity()
900 if (pVPort->aDirection.fx==0 && pVPort->aDirection.fy==0) in Convert()
H A Ddxfblkrd.cxx51 aBasePoint.fx=0.0; in Read()
64 case 10: aBasePoint.fx=rDGR.GetF(); break; in Read()
H A Ddxftblrd.cxx189 case 16: aDirection.fx=rDGR.GetF(); break; in Read()
192 case 17: aTarget.fx=rDGR.GetF(); break; in Read()
/trunk/main/solenv/inc/
H A D_tg_sdi.mk33 -fx$(SDI1EXPORT).sdi \
51 -fx$(SDI2EXPORT).sdi \
69 -fx$(SDI3EXPORT).sdi \
87 -fx$(SDI4EXPORT).sdi \
105 -fx$(SDI5EXPORT).sdi \
123 -fx$(SDI6EXPORT).sdi \
141 -fx$(SDI7EXPORT).sdi \
159 -fx$(SDI8EXPORT).sdi \
177 -fx$(SDI9EXPORT).sdi \
195 -fx$(SDI10EXPORT).sdi \
H A Dtg_sdi.mk38 -fx$(SDI$(TNR)EXPORT).sdi \
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx105 return fx; in ScGetGCD()
106 else if (fx == 0.0) in ScGetGCD()
110 double fz = fmod(fx, fy); in ScGetGCD()
113 fx = fy; in ScGetGCD()
115 fz = fmod(fx, fy); in ScGetGCD()
127 double fx, fy = 0.0; in ScGCD() local
139 if (fx < 0.0) in ScGCD()
213 double fx, fy = 1.0; in ScLCM() local
233 fy = fx * fy / ScGetGCD(fx, fy); in ScLCM()
256 fy = fx * fy / ScGetGCD(fx, fy); in ScLCM()
[all …]
/trunk/main/svtools/source/dialogs/
H A Dmcvmath.cxx248 Fix fx = x; in ImpATan2() local
249 fx.DivBig( rRad ); // Normiere auf Einheitskreis in ImpATan2()
253 return ImpATanx2( fx, fy ); in ImpATan2()
275 Fix fx = x; in ImpCartToPolar() local
276 fx.DivBig(rRad); in ImpCartToPolar()
279 rPhi = ImpATanx2(fx, fy); in ImpCartToPolar()
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx722 const Fraction& fx( GetMapMode().GetScaleX() ); in DoResize() local
730 …e( Point( aPos.X()+GetSizePixel().Width()-(METABUTTON_WIDTH*4+10)*fx.GetNumerator()/fx.GetDenomina… in DoResize()
732 Size( METABUTTON_WIDTH*4*fx.GetNumerator()/fx.GetDenominator(), in DoResize()
738 …gle( Point( aPos.X()+GetSizePixel().Width()-(METABUTTON_WIDTH+10)*fx.GetNumerator()/fx.GetDenomina… in DoResize()
740 Size( METABUTTON_WIDTH*fx.GetNumerator()/fx.GetDenominator(), in DoResize()
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.cxx99 float fx = (float)(lOutWPix - (2 * (lLeftWidth + 15))) / (float)lOutWPix; in SwLabPreview() local
101 lOutWPix23 = (long)((float)lOutWPix * fx); in SwLabPreview()
102 lOutHPix23 = (long)((float)lOutHPix * fx); in SwLabPreview()
142 float fx = (float) lOutWPix23 / Max(1L, lDispW), in Paint() local
144 f = fx < fy ? fx : fy; in Paint()
H A Denvlop1.cxx102 float fx = (float)GetOutputSizePixel().Width () / (float)nPageW, in Paint() local
104 f = 0.8f * ( fx < fy ? fx : fy ); in Paint()
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx432 double fx = (double)x; in SnapPos() local
435 if(fx - (double)pPV->GetPageOrigin().X() >= 0.0) in SnapPos()
436 fx += fSnapWidth / 2.0; in SnapPos()
438 fx -= fSnapWidth / 2.0; in SnapPos()
440 x = (long)((fx - (double)pPV->GetPageOrigin().X()) / fSnapWidth); in SnapPos()
/trunk/main/basegfx/prj/
H A Dbuild.lst1 fx basegfx : o3tl sal offapi cppuhelper cppu NULL
2 fx basegfx\prj nmake - all fx_prj NULL
/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()
1184 if( fx<0 && aSingleRatio.DirectionX>0 ) in getPreferredAspectRatio()
1185 fx = aSingleRatio.DirectionX; in getPreferredAspectRatio()
1189 if( fx>0 && aSingleRatio.DirectionX>0 ) in getPreferredAspectRatio()
1190 fy = fx*aSingleRatio.DirectionY/aSingleRatio.DirectionX; in getPreferredAspectRatio()
1199 if( fx>0 && aSingleRatio.DirectionX>0 ) in getPreferredAspectRatio()
1200 fz = fx*aSingleRatio.DirectionZ/aSingleRatio.DirectionX; 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.mk45 -fx$(EXPORTS) \
/trunk/main/autodoc/source/udm/unittest/
H A Dtest.cxx74 void fx() in fx() function
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlWrapper.java44 } catch (Exception fx) { in main()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.src114 File = "fx.png" ;
/trunk/main/formula/source/ui/dlg/
H A Dparawin.src44 File = "fx.png" ; \
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dnepali.lm264 fx 35
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx686 double ScGetGCD(double fx, double fy);
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf501 chart2 source\controller\dialogs\Strings.src 0 string STR_OBJECT_TITLE 0 kid 3r9=fx‖Title 201…
2064 …0 checkbox RID_SVXPAGE_JSEARCH_OPTIONS CB_MATCH_TSITHICHI_DHIZI 118 kid 4fx[um‖~tsi/thi/chi, dhi…
3048 cui source\tabpages\chardlg.src 0 fixedtext RID_SVXPAGE_CHAR_POSITION FT_HIGHLOW 58 kid fx=mw6‖~R…
7380 helpcontent2 source\text\sbasic\shared\03104200.xhp 0 help par_id3153897 9 0 kid fx+3ke‖Dim A As …
16504 helpcontent2 source\text\scalc\01\func_minute.xhp 0 help par_id3148660 69 0 kid z+]5fx‖MINUTE(Num…
16541 helpcontent2 source\text\scalc\01\04060119.xhp 0 help par_id3151228 242 0 kid sd]1fx‖\<emph\>Rate…
35547 helpcontent2 source\text\shared\explorer\database\02010100.xhp 0 help hd_id3148926 37 0 kid fx=3a…
51894 …office\windows\msi_languages\Control.ulf 0 LngText OOO_CONTROL_91 0 kid fx[5x-‖[INSTALLDIR] …
57661 sc source\ui\navipi\navipi.src 0 string SCSTR_CONTENT_ROOT 115 kid fx+x82‖Contents 20130829 2…
61825 scp2 source\ooo\module_langpack.ulf 0 LngText STR_NAME_MODULE_LANGPACK_ML_IN 0 kid ft]fx+‖Malaya…
[all …]

Completed in 1215 milliseconds

1234