Home
last modified time | relevance | path

Searched refs:fTmp (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx528 double fTmp; in ImplCreateOutput() local
546 fTmp = nX * fRevScaleX; in ImplCreateOutput()
549 fTmp = nTmpX - fTmp; in ImplCreateOutput()
551 … pMapFX[ nX ] = (long) ( ( fTmp - ( pMapIX[ nX ] = MinMax( (long) fTmp, 0, nTmp ) ) ) * 1048576. ); in ImplCreateOutput()
557 fTmp = nY * fRevScaleY; in ImplCreateOutput()
560 fTmp = nTmpY - fTmp; in ImplCreateOutput()
574 fTmp = nX * fRevScaleX; in ImplCreateOutput()
577 fTmp = nTmpX - fTmp; in ImplCreateOutput()
587 fTmp = nY * fRevScaleY; in ImplCreateOutput()
590 fTmp = nTmpY - fTmp; in ImplCreateOutput()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtvfldi.cxx1338 double fTmp; in ProcessAttribute() local
1339 sal_Bool bRet = SvXMLUnitConverter::convertDouble(fTmp,sAttrValue); in ProcessAttribute()
1342 fValue = fTmp; in ProcessAttribute()
1349 double fTmp; in ProcessAttribute() local
1350 sal_Bool bRet = SvXMLUnitConverter::convertTime(fTmp,sAttrValue); in ProcessAttribute()
1353 fValue = fTmp; in ProcessAttribute()
1360 double fTmp; in ProcessAttribute() local
1362 convertDateTime(fTmp,sAttrValue); in ProcessAttribute()
1365 fValue = fTmp; in ProcessAttribute()
1380 double fTmp; in ProcessAttribute() local
[all …]
H A Dtxtfldi.cxx1116 double fTmp; in ProcessAttribute() local
1118 convertDateTime(fTmp, sAttrValue)) in ProcessAttribute()
1120 fTimeValue = fTmp; in ProcessAttribute()
1153 double fTmp; in ProcessAttribute() local
1155 if (SvXMLUnitConverter::convertTime(fTmp, sAttrValue)) in ProcessAttribute()
1158 nAdjust = (sal_Int32)::rtl::math::approxFloor(fTmp * 60 * 24); in ProcessAttribute()
1256 double fTmp; in ProcessAttribute() local
1259 convertDateTime(fTmp, sAttrValue)) in ProcessAttribute()
1262 fTimeValue = fTmp; in ProcessAttribute()
/trunk/main/svx/source/engine3d/
H A Dviewpt3d2.cxx203 double fRatio, fTmp; in SetDeviceWindow() local
223 fTmp = aViewWin.H; in SetDeviceWindow()
225 aViewWin.Y = aViewWin.Y * aViewWin.H / fTmp; in SetDeviceWindow()
231 fTmp = aViewWin.W; in SetDeviceWindow()
233 aViewWin.X = aViewWin.X * aViewWin.W / fTmp; in SetDeviceWindow()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx346 …const double fTmp(((double)((const SfxInt32Item*)pItem)->GetValue() - maAnchor.getX()) / fUIScale); in Reset() local
347 SetMetricValue(aMtrPosX, basegfx::fround(fTmp), ePoolUnit); in Reset()
357 …const double fTmp(((double)((const SfxInt32Item*)pItem)->GetValue() - maAnchor.getY()) / fUIScale); in Reset() local
358 SetMetricValue(aMtrPosY, basegfx::fround(fTmp), ePoolUnit); in Reset()
621 const double fTmp((double)((const SdrEckenradiusItem*)pItem)->GetValue() / fUIScale); in Reset() local
622 SetMetricValue(aMtrRadius, basegfx::fround(fTmp), ePoolUnit); in Reset()
1011 const double fTmp((((const SfxInt32Item*)pItem)->GetValue() - maAnchor.getX()) / fUIScale); in Reset() local
1012 SetMetricValue(maMtrPosX, basegfx::fround(fTmp), mePoolUnit); in Reset()
1018 const double fTmp((((const SfxInt32Item*)pItem)->GetValue() - maAnchor.getY()) / fUIScale); in Reset() local
1019 SetMetricValue(maMtrPosY, basegfx::fround(fTmp), mePoolUnit); in Reset()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx684 double fTmp = fabs( mA->GetDouble( j, i)); in lcl_LUP_decompose() local
685 if (fMax < fTmp) in lcl_LUP_decompose()
686 fMax = fTmp; in lcl_LUP_decompose()
706 double fTmp = fScale * fabs( mA->GetDouble( k, i)); in lcl_LUP_decompose() local
707 if (fMax < fTmp) in lcl_LUP_decompose()
709 fMax = fTmp; in lcl_LUP_decompose()
724 double fTmp = aScale[k]; in lcl_LUP_decompose() local
726 aScale[kp] = fTmp; in lcl_LUP_decompose()
739 mA->PutDouble( fTmp, k, i); in lcl_LUP_decompose()
940 double fTmp = pR->GetDouble( j, i); in ScMatInv()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx503 double fTmp; in SwXMLTableCellContext_Impl() local
504 if (SvXMLUnitConverter::convertDouble(fTmp, rValue)) in SwXMLTableCellContext_Impl()
506 fValue = fTmp; in SwXMLTableCellContext_Impl()
513 double fTmp; in SwXMLTableCellContext_Impl() local
514 if (SvXMLUnitConverter::convertTime(fTmp, rValue)) in SwXMLTableCellContext_Impl()
516 fValue = fTmp; in SwXMLTableCellContext_Impl()
523 double fTmp; in SwXMLTableCellContext_Impl() local
524 if (GetImport().GetMM100UnitConverter().convertDateTime(fTmp, in SwXMLTableCellContext_Impl()
527 fValue = fTmp; in SwXMLTableCellContext_Impl()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx839 const double fTmp = ( fXMin + nX ) * 64.; in Rotate() local
841 pCosX[ nX ] = FRound( fCosAngle * fTmp ); in Rotate()
842 pSinX[ nX ] = FRound( fSinAngle * fTmp ); in Rotate()
847 const double fTmp = ( fYMin + nY ) * 64.; in Rotate() local
849 pCosY[ nY ] = FRound( fCosAngle * fTmp ); in Rotate()
850 pSinY[ nY ] = FRound( fSinAngle * fTmp ); in Rotate()
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx893 double fTmp = *p; in getLcm() local
897 f = fTmp * f / GetGcd( fTmp, f ); in getLcm()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx164 float fTmp; in GetSwapFloat() local
165 sal_Int8* pPtr = (sal_Int8*)&fTmp; in GetSwapFloat()
167 return fTmp; in GetSwapFloat()
/trunk/main/starmath/source/
H A Dparse.cxx1977 double fTmp; in FontSize() local
1978 if ((fTmp = m_aCurToken.aText.ToDouble()) != 0.0) in FontSize()
1980 aValue = fTmp; in FontSize()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx4080 double fTmp; in GetDataSequence() local
4081 if (pNumFormatter->IsNumberFormat( aTxt, nFIndex, fTmp )) in GetDataSequence()
4082 fVal = fTmp; in GetDataSequence()

Completed in 172 milliseconds