Home
last modified time | relevance | path

Searched refs:fInterval (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/oox/inc/oox/helper/
H A Dhelper.hxx132 double fInterval = fEnd - fBegin; in getDoubleIntervalValue() local
133 …pproxFloor( (fBegin - fValue - 1.0) / fInterval ) + 1.0) : ::rtl::math::approxFloor( (fValue - fBe… in getDoubleIntervalValue()
134 return static_cast< ReturnType >( fValue - fCount * fInterval ); in getDoubleIntervalValue()
/aoo42x/main/xmloff/source/draw/
H A Danimationimport.cxx1204 double fInterval = 0.0; in init_node() local
1211fInterval = ((((aTime.GetHour() * 60) + aTime.GetMin()) * 60) + aTime.GetSec()) + (nSecondsFractio… in init_node()
1216 fInterval = rValue.toDouble(); in init_node()
1219 xIter->setIterateInterval( fInterval ); in init_node()
/aoo42x/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx2145 float fInterval = 10.0; in exportIterate() local
2158 fInterval = (float)xIterate->getIterateInterval(); in exportIterate()
2188 fInterval = (float)(100.0 * fInterval / fDuration); in exportIterate()
2190 rStrm << fInterval << nTextUnitEffect << nU1 << nU2 << nU3; in exportIterate()
/aoo42x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1466 float fInterval; in importTimeContainer() local
1469 mrStCtrl >> fInterval >> nTextUnitEffect >> nU1 >> nU2 >> nU3; in importTimeContainer()
1481 xIter->setIterateInterval( (double)fInterval ); in importTimeContainer()
1486 dump( " iterateInterval=\"%g\"", fInterval ); in importTimeContainer()
/aoo42x/main/oox/source/ole/
H A Daxcontrol.cxx1485 double fInterval = fabs( static_cast< double >( mnMax - mnMin ) ); in convertProperties() local
1486 …Int32 nThumbLen = getLimitedValue< sal_Int32, double >( (fInterval * mnLargeChange) / (fInterval +… in convertProperties()

Completed in 268 milliseconds