Home
last modified time | relevance | path

Searched refs:fValue (Results 226 – 229 of 229) sorted by relevance

12345678910

/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx164 inline bool lclCheckValidDouble( double fValue, sal_Bool bAuto ) in lclCheckValidDouble() argument
166 return bAuto || ::rtl::math::isFinite( fValue ); in lclCheckValidDouble()
H A Dcellsuno.cxx6256 void ScCellObj::SetValue_Impl(double fValue) in SetValue_Impl() argument
6262 (void)aFunc.PutCell( aCellPos, new ScValueCell(fValue), sal_True ); in SetValue_Impl()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2614 double fValue = nValue; in ApplyCustomShapeGeometryAttributes() local
2615 fValue /= 65536; in ApplyCustomShapeGeometryAttributes()
2616 aAdjustmentSeq[ nAdjustmentValues ].Value <<= fValue; in ApplyCustomShapeGeometryAttributes()
/trunk/main/sc/inc/
H A Dcellsuno.hxx836 void SetValue_Impl(double fValue);

Completed in 147 milliseconds

12345678910