Home
last modified time | relevance | path

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

/AOO42X/main/oox/inc/oox/helper/
H A Dhelper.hxx130 inline ReturnType getDoubleIntervalValue( double fValue, double fBegin, double fEnd ) in getDoubleIntervalValue() argument
132 double fInterval = fEnd - fBegin; in getDoubleIntervalValue()
133 … = (fValue < fBegin) ? -(::rtl::math::approxFloor( (fBegin - fValue - 1.0) / fInterval ) + 1.0) : … in getDoubleIntervalValue()
/AOO42X/main/sd/source/core/
H A DCustomAnimationEffect.cxx257 double fBegin = 0.0; in setNode() local
259 xChildNode->getBegin() >>= fBegin; in setNode()
262 fDuration += fBegin; in setNode()
802 void CustomAnimationEffect::setBegin( double fBegin ) in setBegin() argument
806 mfBegin = fBegin; in setBegin()
807 mxNode->setBegin( makeAny( fBegin ) ); in setBegin()
866 double fBegin = mfBegin; in replaceNode() local
883 setBegin( fBegin ); in replaceNode()
2063 double fBegin = 0.0; in implRebuild() local
2070 xWithContainer->setBegin( makeAny( fBegin ) ); in implRebuild()
[all …]
/AOO42X/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1928 double fBegin = 0.0; in CustomAnimationDurationTabPage() local
1929 pSet->getPropertyValue( nHandleBegin ) >>= fBegin; in CustomAnimationDurationTabPage()
1930 mpMFStartDelay->SetValue( (long)(fBegin*10) ); in CustomAnimationDurationTabPage()
2104 double fBegin = static_cast<double>( mpMFStartDelay->GetValue()) / 10.0; in update() local
2110 if( fBegin != fOldBegin ) in update()
2111 pSet->setPropertyValue( nHandleBegin, makeAny( fBegin ) ); in update()
H A DCustomAnimationPane.cxx1502 double fBegin = 0.0; in changeSelection() local
1503 pResultSet->getPropertyValue( nHandleBegin ) >>= fBegin; in changeSelection()
1504 if( pEffect->getBegin() != fBegin ) in changeSelection()
1506 pEffect->setBegin( fBegin ); in changeSelection()
/AOO42X/main/sd/inc/
H A DCustomAnimationEffect.hxx100 SD_DLLPUBLIC void setBegin( double fBegin );