Searched refs:nRepeats (Results 1 – 4 of 4) sorted by relevance
165 double nRepeats; in perform() local173 const double nFractionalActiveDuration( modf(nT, &nRepeats) ); in perform()177 if( ((int)nRepeats) % 2 ) in perform()191 nRepeats /= 2; in perform()202 nRelativeSimpleTime = modf(nT, &nRepeats); in perform()206 nRepeats >= getRepeatCount() ) in perform()228 nRepeats -= 1.0; in perform()237 static_cast<sal_uInt32>( nRepeats ) ); in perform()
398 double nRepeats = 0; in fillCommonParameters() local410 if( (xAnimationNode->getRepeatCount() >>= nRepeats) ) in fillCommonParameters()424 if( nRepeats || bRepeatIndefinite ) { in fillCommonParameters()425 if (nRepeats) in fillCommonParameters()427 aRepeats.reset( nRepeats ); in fillCommonParameters()431 if( (mxAnimateNode->getRepeatDuration() >>= nRepeats) ) { in fillCommonParameters()440 aRepeats.reset( nRepeats / (2.0 * nDuration) ); in fillCommonParameters()442 aRepeats.reset( nRepeats / nDuration ); in fillCommonParameters()
404 sal_uInt8 nRepeats; in _Row() local422 Read( nRepeats ); in _Row()426 nColCnt, static_cast<SCCOL> ( nColCnt + nRepeats ), static_cast<SCROW> (nRow), aAttr ); in _Row()446 nCenterEnd = nColCnt + static_cast<SCCOL>(nRepeats); in _Row()457 nColCnt = nColCnt + static_cast<SCCOL>(nRepeats); in _Row()
2552 sal_uInt16 nRepeats = 1; // wie oft durchgehen ? in CountNotePages() local2554 nRepeats = pDoc->GetPrintRangeCount(nPrintTab); in CountNotePages()2556 nRepeats = 0; in CountNotePages()2558 for (sal_uInt16 nStep=0; nStep<nRepeats; nStep++) in CountNotePages()2708 sal_uInt16 nRepeats = 1; // wie oft durchgehen ? in DoPrint() local2710 nRepeats = pDoc->GetPrintRangeCount(nPrintTab); in DoPrint()2711 for (sal_uInt16 nStep=0; nStep<nRepeats; nStep++) in DoPrint()
Completed in 34 milliseconds