/trunk/main/filter/source/graphicfilter/idxf/ |
H A D | dxfvec.cxx | 122 aMY.fy=aV.fy; in DXFTransform() 126 aMX.fy=-aMX.fy; in DXFTransform() 127 aMY.fy=-aMY.fy; in DXFTransform() 128 aMZ.fy=-aMZ.fy; in DXFTransform() 135 aMP.fy = aV.fx * aMX.fy + aV.fy * aMY.fy + aV.fz * aMZ.fy; in DXFTransform() 153 rTgt.fy = rSrc.fx * aMX.fy + rSrc.fy * aMY.fy + rSrc.fz * aMZ.fy + aMP.fy; in Transform() 161 rTgt.Y()=(long)( rSrc.fx * aMX.fy + rSrc.fy * aMY.fy + rSrc.fz * aMZ.fy + aMP.fy + 0.5 ); in Transform() 168 rTgt.fy = rSrc.fx * aMX.fy + rSrc.fy * aMY.fy + rSrc.fz * aMZ.fy; in TransDir() 206 fex=sqrt(aMX.fx*aMX.fx + aMX.fy*aMX.fy); in Transform() 207 fey=sqrt(aMY.fx*aMY.fx + aMY.fy*aMY.fy); in Transform() [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 -() 218 fy * rV.fz - fz * rV.fy, 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 | 43 aExtrusion.fy=0.0; in DXFBasicEntity() 82 case 20: aP0.fy=rDGR.GetF(); break; in EvaluateGroup() 85 case 21: aP1.fy=rDGR.GetF(); break; in EvaluateGroup() 101 case 20: aP0.fy=rDGR.GetF(); break; in EvaluateGroup() 118 case 20: aP0.fy=rDGR.GetF(); break; in EvaluateGroup() 138 case 20: aP0.fy=rDGR.GetF(); break; in EvaluateGroup() 157 case 20: aP0.fy=rDGR.GetF(); break; in EvaluateGroup() 160 case 21: aP1.fy=rDGR.GetF(); break; in EvaluateGroup() 163 case 22: aP2.fy=rDGR.GetF(); break; in EvaluateGroup() 166 case 23: aP3.fy=rDGR.GetF(); break; in EvaluateGroup() [all …]
|
H A D | dxfreprd.cxx | 38 fMinY=rVector.fy; in Union() 41 fMaxY=rVector.fy; in Union() 47 if (fMinY>rVector.fy) fMinY=rVector.fy; in Union() 50 if (fMaxY<rVector.fy) fMaxY=rVector.fy; in Union() 256 aP.fy-=pE->fRadius; in CalcBoundingBox() 260 aP.fy+=pE->fRadius; in CalcBoundingBox() 269 aP.fy-=pE->fRadius; in CalcBoundingBox() 313 aP.fy=(aBox.fMinY-pB->aBasePoint.fy)*pE->fYScale+pE->aP0.fy; in CalcBoundingBox() 317 aP.fy=(aBox.fMaxY-pB->aBasePoint.fy)*pE->fYScale+pE->aP0.fy; in CalcBoundingBox() 355 aP.fy=aBox.fMinY-pB->aBasePoint.fy; in CalcBoundingBox() [all …]
|
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 | dxfblkrd.cxx | 52 aBasePoint.fy=0.0; in Read() 65 case 20: aBasePoint.fy=rDGR.GetF(); break; in Read()
|
H A D | dxftblrd.cxx | 190 case 26: aDirection.fy=rDGR.GetF(); break; in Read() 193 case 27: aTarget.fy=rDGR.GetF(); break; in Read()
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 104 if (fy == 0.0) in ScGetGCD() 107 return fy; in ScGetGCD() 113 fx = fy; in ScGetGCD() 114 fy = fz; in ScGetGCD() 117 return fy; in ScGetGCD() 144 fy = ScGetGCD(fx, fy); in ScGCD() 164 fy = ScGetGCD(fx, fy); in ScGCD() 195 fy = ScGetGCD(fx, fy); in ScGCD() 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 D | mcvmath.cxx | 250 Fix fy = y; in ImpATan2() local 251 fy.DivBig( rRad ); in ImpATan2() 253 return ImpATanx2( fx, fy ); in ImpATan2() 277 Fix fy = y; in ImpCartToPolar() local 278 fy.DivBig(rRad); in ImpCartToPolar() 279 rPhi = ImpATanx2(fx, fy); in ImpCartToPolar()
|
/trunk/main/basegfx/source/matrix/ |
H A D | b3dhommatrix.cxx | 548 double fy=0; in decompose() local 554 fy = -F_PI/2.0; in decompose() 560 fy = F_PI/2.0; in decompose() 565 fy = asin( -aCol0.getZ() ); in decompose() 566 cy = cos(fy); in decompose() 569 rRotate.setY(fy); in decompose()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | SidebarWin.cxx | 721 const Fraction& fy( GetMapMode().GetScaleY() ); in DoResize() local 729 aPos.Y()+5*fy.GetNumerator()/fy.GetDenominator() ), in DoResize() 731 METABUTTON_HEIGHT*fy.GetNumerator()/fy.GetDenominator() ) ) ); in DoResize() 737 aPos.Y()+5*fy.GetNumerator()/fy.GetDenominator() ), in DoResize() 739 METABUTTON_HEIGHT*fy.GetNumerator()/fy.GetDenominator() ) ) ); in DoResize()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdsnpv.cxx | 447 double fy = (double)y; in SnapPos() local 450 if(fy - (double)pPV->GetPageOrigin().Y() >= 0.0) in SnapPos() 451 fy += fSnapWidth / 2.0; in SnapPos() 453 fy -= fSnapWidth / 2.0; in SnapPos() 455 y = (long)((fy - (double)pPV->GetPageOrigin().Y()) / fSnapWidth); in SnapPos()
|
/trunk/main/sw/source/ui/envelp/ |
H A D | envlop1.cxx | 103 fy = (float)GetOutputSizePixel().Height() / (float)nPageH, in Paint() local 104 f = 0.8f * ( fx < fy ? fx : fy ); in Paint()
|
H A D | labfmt.cxx | 143 fy = (float) lOutHPix23 / Max(1L, lDispH), in Paint() local 144 f = fx < fy ? fx : fy; in Paint()
|
/trunk/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() 1187 if( fy<0 && aSingleRatio.DirectionY>0 ) in getPreferredAspectRatio() 1190 fy = fx*aSingleRatio.DirectionY/aSingleRatio.DirectionX; in getPreferredAspectRatio() 1192 fy = fz*aSingleRatio.DirectionY/aSingleRatio.DirectionZ; in getPreferredAspectRatio() 1194 fy = aSingleRatio.DirectionY; in getPreferredAspectRatio() 1201 else if( fy>0 && aSingleRatio.DirectionY>0 ) in getPreferredAspectRatio() 1202 fz = fy*aSingleRatio.DirectionZ/aSingleRatio.DirectionY; in getPreferredAspectRatio() 1207 if( fx>0 && fy>0 && fz>0 ) in getPreferredAspectRatio() 1210 aPreferredAspectRatio = drawing::Direction3D(fx, fy, fz); in getPreferredAspectRatio()
|
/trunk/main/libtextcat/data/new_fingerprints/ |
H A D | fpdb.conf | 70 frisian.lm fy--utf8
|
/trunk/main/libtextcat/data/new_fingerprints/lm/ |
H A D | icelandic.lm | 160 fy 240
|
H A D | welsh.lm | 198 fy 633
|
/trunk/main/offapi/com/sun/star/linguistic2/ |
H A D | XLanguageGuessing.idl | 64 <li>fy : Frisian</li>
|
/trunk/main/sc/source/core/inc/ |
H A D | interpre.hxx | 686 double ScGetGCD(double fx, double fy);
|
/trunk/extras/l10n/source/kid/ |
H A D | localize.sdf | 6643 helpcontent2 source\text\sbasic\shared\03020404.xhp 0 help hd_id3153770 7 0 kid 3r8]fy‖Parameters… 24041 helpcontent2 source\text\shared\00\00000401.xhp 0 help par_id3154812 50 0 kid 2fy+rw‖Choose \<emp… 26592 helpcontent2 source\text\shared\01\06040100.xhp 0 help par_id3146975 45 0 kid 2m=fy+‖~~~ 20130… 31465 helpcontent2 source\text\shared\02\20050000.xhp 0 help par_id3153394 4 0 kid d=fy]a‖\<emph\>Displ… 40066 helpcontent2 source\text\shared\optionen\01010501.xhp 0 help hd_id5566778800 0 kid 8ip]fy‖Color … 40899 helpcontent2 source\text\simpress\01\effectoptionstext.xhp 0 help tit 0 kid i=0fy=‖Text Animatio… 44531 helpcontent2 source\text\smath\01\03090100.xhp 0 help par_id3147124 9 0 kid 7m-1fy‖Subtraction … 58329 …menuitem RID_POPUP_EDIT RID_MN_FORMAT_STYLE HID_MN_FORMAT_STYLE 0 kid md5-fy‖St~yle 20130829 2… 64120 starmath source\smres.src 0 string RID_DISTANCEDIALOG.10 5 0 kid wy-fy-‖~Bottom 20130829 23:02… 69083 sw source\ui\dialog\regionsw.src 0 #define CB_EDIT_IN_READONLY_TEXT 0 kid fy=apv‖E~ditable in re… [all …]
|
/trunk/extras/l10n/source/cy/ |
H A D | localize.sdf | 1807 setup_native source\mac\macinstall.ulf 0 LngText IdentifyYES 0 cy Iawn, fy adnabod. 2002-02-0… 53465 …ictsdlg.src 0 pushbutton RID_SCDLG_CONFLICTS BTN_KEEPALLMINE 104 cy Cadw fy Rhai i i ~Gyd 200…
|