Home
last modified time | relevance | path

Searched refs:fVal (Results 1 – 25 of 128) sorted by path

123456

/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx64 inline sal_Int32 fround( double fVal ) in fround() argument
66 return fVal > 0.0 ? static_cast<sal_Int32>( fVal + .5 ) : -static_cast<sal_Int32>( -fVal + .5 ); in fround()
73 inline sal_Int64 fround64( double fVal ) in fround64() argument
75 return fVal > 0.0 ? static_cast<sal_Int64>( fVal + .5 ) : -static_cast<sal_Int64>( -fVal + .5 ); in fround64()
90 inline double pruneScaleValue( double fVal ) in pruneScaleValue() argument
101 if(fVal < 0.0) in pruneScaleValue()
102 return (fVal < -0.00001 ? fVal : -0.00001); in pruneScaleValue()
104 return (fVal > 0.00001 ? fVal : 0.00001); in pruneScaleValue()
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx61 ip_single(double fVal, double fInc) in ip_single() argument
62 : mfVal(fVal), in ip_single()
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2dtuple.hxx210 const double fVal(1.0 / t); in operator /=() local
211 mfX *= fVal; in operator /=()
212 mfY *= fVal; in operator /=()
H A Db3dtuple.hxx241 const double fVal(1.0 / t); in operator /=() local
242 mfX *= fVal; in operator /=()
243 mfY *= fVal; in operator /=()
244 mfZ *= fVal; in operator /=()
/trunk/main/basegfx/source/vector/
H A Db2dvector.cxx153 double fVal(rVecA.getX() * rVecB.getY() - rVecA.getY() * rVecB.getX()); in getOrientation() local
155 if(fTools::equalZero(fVal)) in getOrientation()
160 if(fVal > 0.0) in getOrientation()
H A Db2ivector.cxx98 double fVal(rVecA.getX() * rVecB.getY() - rVecA.getY() * rVecB.getX()); in areParallel() local
99 return ::basegfx::fTools::equalZero(fVal); in areParallel()
104 double fVal(rVecA.getX() * rVecB.getY() - rVecA.getY() * rVecB.getX()); in getOrientation() local
106 if(fVal > 0.0) in getOrientation()
111 if(fVal < 0.0) in getOrientation()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedTextRotationProperty.cxx61 double fVal = 0; in convertInnerToOuterValue() local
62 if( rInnerValue >>= fVal ) in convertInnerToOuterValue()
64 sal_Int32 n100thDegrees = static_cast< sal_Int32 >( fVal * 100.0 ); in convertInnerToOuterValue()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx404 double fVal = 0; in FillSpecialItem() local
406 if( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fVal ) in FillSpecialItem()
409 ::rtl::math::round( fVal * 100.0 ) ) )); in FillSpecialItem()
894 double fVal = static_cast< double >( in ApplySpecialItem() local
902 ( bPropExisted && fOldVal != fVal )) in ApplySpecialItem()
904 GetPropertySet()->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fVal )); in ApplySpecialItem()
H A DTitleItemConverter.cxx199 double fVal = static_cast< double >( in ApplySpecialItem() local
207 ( bPropExisted && fOldVal != fVal )) in ApplySpecialItem()
209 GetPropertySet()->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fVal )); in ApplySpecialItem()
228 double fVal = 0; in FillSpecialItem() local
230 if( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fVal ) in FillSpecialItem()
233 ::rtl::math::round( fVal * 100.0 ) ) )); in FillSpecialItem()
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx1057 double fVal = 0.0; in WriteCell() local
1066 fVal = m_xFormatter->convertStringToNumber(nFormat,rValue); in WriteCell()
1068 HTMLOutFuncs::CreateTableDataOptionsValNum( aTmpString, sal_False, fVal,nFormat, *pFormatter ); in WriteCell()
1073 HTMLOutFuncs::CreateTableDataOptionsValNum( aTmpString, sal_False, fVal,nFormat, *pFormatter ); in WriteCell()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx123 double fVal = (double)nAngle * F_PI18000; in ImplFlipBoundingBox() local
124 double fCos = cos( fVal ); in ImplFlipBoundingBox()
125 double fSin = sin( fVal ); in ImplFlipBoundingBox()
/trunk/main/filter/source/svg/
H A Dsvgwriter.hxx121 double ImplRound( double fVal, sal_Int32 nDecs = 3 );
/trunk/main/formula/inc/formula/
H A DFormulaCompiler.hxx234 void AppendDouble( rtl::OUStringBuffer& rBuffer, double fVal );
H A Derrorcodes.hxx90 double fVal; in CreateDoubleError() member
93 ::rtl::math::setNan( &fVal ); in CreateDoubleError()
95 return fVal; in CreateDoubleError()
100 inline sal_uInt16 GetDoubleErrorValue( double fVal ) in GetDoubleErrorValue() argument
102 if ( ::rtl::math::isFinite( fVal ) ) in GetDoubleErrorValue()
104 if ( ::rtl::math::isInf( fVal ) ) in GetDoubleErrorValue()
107 &fVal)->nan_parts.fraction_lo; in GetDoubleErrorValue()
H A Dtokenarray.hxx202 FormulaToken* AddDouble( double fVal );
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx1630 void FormulaCompiler::AppendDouble( rtl::OUStringBuffer& rBuffer, double fVal ) in AppendDouble() argument
1634 ::rtl::math::doubleToUStringBuffer( rBuffer, fVal, in AppendDouble()
1641 ::rtl::math::doubleToUStringBuffer( rBuffer, fVal, in AppendDouble()
H A Dtoken.cxx180 static double fVal = 0.0; in GetDoubleAsReference() local
181 return fVal; in GetDoubleAsReference()
748 FormulaToken* FormulaTokenArray::AddDouble( double fVal ) in AddDouble() argument
750 return Add( new FormulaDoubleToken( fVal ) ); in AddDouble()
/trunk/main/framework/source/uielement/
H A Dprogressbarwrapper.cxx241 double fVal( 0 ); in setValue() local
244 fVal = ( double( nValue ) / double( m_nRange )) * 100; in setValue()
245 fVal = std::max( double( 0 ), std::min( fVal, double( 100 ))); in setValue()
248 if ( m_nValue != sal_Int32( fVal )) in setValue()
250 m_nValue = sal_Int32( fVal ); in setValue()
/trunk/main/sal/rtl/source/
H A Dmath.cxx101 fVal = x * fPSum / fQSum; in lcl_Erf0065()
709 double fVal = 0.0; in stringToDouble() local
744 fVal = HUGE_VAL; in stringToDouble()
764 fVal = fVal * 10.0 + static_cast< double >( c - CharT('0') ); in stringToDouble()
825 if ( fVal == 0.0 ) in stringToDouble()
864 fVal = rtl::math::pow10Exp( fVal, -nValExp ); in stringToDouble()
865 fVal = rtl::math::pow10Exp( fVal, nAllExp ); in stringToDouble()
868 fVal = rtl::math::pow10Exp( fVal, nExp ); // normal in stringToDouble()
880 fVal = HUGE_VAL; in stringToDouble()
917 fVal = -fVal; in stringToDouble()
[all …]
/trunk/main/sc/inc/
H A Dcompiler.hxx188 void SetDouble( double fVal );
H A Ddocument.hxx816 SC_DLLPUBLIC double RoundValueAsShown( double fVal, sal_uLong nFormat );
H A Ddpcachetable.hxx137 void addMatchItem(const String& rStr, double fVal, bool bHasValue);
H A Ddptabres.hxx172 double fVal; member in ScDPAggData
178 ScDPAggData() : fVal(0.0), fAux(0.0), nCount(SC_DPAGG_EMPTY), pChild(NULL) {} in ScDPAggData()
H A Dlookupcache.hxx130 void setDouble( double fVal ) in setDouble() argument
134 mfVal = fVal; in setDouble()
H A Dscmatrix.hxx47 double fVal; member
54 sal_uInt16 GetError() const { return GetDoubleErrorValue( fVal); } in GetError()
57 bool GetBoolean() const { return fVal != 0.; } in GetBoolean()
270 void PutDouble( double fVal, SCSIZE nC, SCSIZE nR);
271 void PutDouble( double fVal, SCSIZE nIndex) in PutDouble() argument
272 { pMat[nIndex].fVal = fVal; } in PutDouble()
287 void FillDouble( double fVal,
313 sal_uInt16 nError = GetDoubleErrorValue( pMat[nIndex].fVal); in GetDouble()
317 return pMat[nIndex].fVal; in GetDouble()

Completed in 104 milliseconds

123456