/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfvec.cxx | 116 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 D | dxfvec.hxx | 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 -() 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 D | dxfentrd.cxx | 42 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 D | dxfreprd.cxx | 37 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 D | dxfblkrd.cxx | 51 aBasePoint.fx=0.0; in Read() 64 case 10: aBasePoint.fx=rDGR.GetF(); break; in Read()
|
H A D | dxf2mtf.cxx | 310 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 D | dxftblrd.cxx | 189 case 16: aDirection.fx=rDGR.GetF(); break; in Read() 192 case 17: aTarget.fx=rDGR.GetF(); break; in Read()
|
/aoo41x/main/basegfx/prj/ |
H A D | build.lst | 1 fx basegfx : o3tl sal offuh cppuhelper cppu NULL 2 fx basegfx usr1 - all fx_mkout NULL 3 fx basegfx\inc nmake - all fx_inc NULL 4 fx basegfx\prj get - all fx_prj NULL 5 fx basegfx\source\curve nmake - all fx_curve fx_inc NULL 6 fx basegfx\source\matrix nmake - all fx_matrix fx_inc NULL 8 fx basegfx\source\point nmake - all fx_point fx_inc NULL 10 fx basegfx\source\range nmake - all fx_range fx_inc NULL 11 fx basegfx\source\tuple nmake - all fx_tuple fx_inc NULL 12 fx basegfx\source\tools nmake - all fx_tools fx_inc NULL [all …]
|
/aoo41x/main/solenv/inc/ |
H A D | _tg_sdi.mk | 33 -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 D | tg_sdi.mk | 38 -fx$(SDI$(TNR)EXPORT).sdi \
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 106 return fx; in ScGetGCD() 107 else if (fx == 0.0) in ScGetGCD() 111 double fz = fmod(fx, fy); in ScGetGCD() 114 fx = fy; in ScGetGCD() 116 fz = fmod(fx, fy); in ScGetGCD() 128 double fx, fy = 0.0; in ScGCD() local 140 if (fx < 0.0) in ScGCD() 214 double fx, fy = 1.0; in ScLCM() local 234 fy = fx * fy / ScGetGCD(fx, fy); in ScLCM() 257 fy = fx * fy / ScGetGCD(fx, fy); in ScLCM() [all …]
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | mcvmath.cxx | 248 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()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | SidebarWin.cxx | 722 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()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labfmt.cxx | 99 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 D | envlop1.cxx | 102 float fx = (float)GetOutputSizePixel().Width () / (float)nPageW, in Paint() local 104 f = 0.8f * ( fx < fy ? fx : fy ); in Paint()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdsnpv.cxx | 432 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()
|
/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() 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()
|
/aoo41x/main/udm/source/unittest/ |
H A D | test.cxx | 74 void fx() in fx() function
|
/aoo41x/main/solenv/gbuild/ |
H A D | SdiTarget.mk | 45 -fx$(EXPORTS) \
|
/aoo41x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlWrapper.java | 44 } catch (Exception fx) { in main()
|
/aoo41x/main/sc/source/ui/formdlg/ |
H A D | dwfunctr.src | 113 File = "fx.bmp" ;
|
/aoo41x/main/formula/source/ui/dlg/ |
H A D | parawin.src | 44 File = "fx.bmp" ; \
|
/aoo41x/main/libtextcat/data/new_fingerprints/lm/ |
H A D | nepali.lm | 264 fx 35
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 664 double ScGetGCD(double fx, double fy);
|
/aoo41x/extras/l10n/source/kid/ |
H A D | localize.sdf | 501 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 …]
|