Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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()
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
2097 fBegin += fDuration; in implRebuild()
2277 double fBegin = 0.0; in stl_process_after_effect_node_func() local
[all …]
/trunk/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.cxx1506 double fBegin = 0.0; in changeSelection() local
1507 pResultSet->getPropertyValue( nHandleBegin ) >>= fBegin; in changeSelection()
1508 if( pEffect->getBegin() != fBegin ) in changeSelection()
1510 pEffect->setBegin( fBegin ); in changeSelection()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx100 SD_DLLPUBLIC void setBegin( double fBegin );

Completed in 59 milliseconds