Searched refs:nRepeatCount (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/slideshow/source/engine/activities/ |
H A D | activitiesfactory.cxx | 245 void perform( double nModifiedTime, sal_uInt32 nRepeatCount ) const in perform() 252 mbCumulative * nRepeatCount, // means: mbCumulative ? nRepeatCount : 0, in perform() 261 void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const in perform() 267 accumulate( maEndValue, mbCumulative ? nRepeatCount : 0, in perform() 488 sal_uInt32 nRepeatCount ) const in perform() 499 mbCumulative ? nRepeatCount : 0, in perform() 508 void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const in perform() 519 mbCumulative ? nRepeatCount : 0, in perform()
|
H A D | simplecontinuousactivitybase.cxx | 143 const double nRepeatCount( getRepeatCount() ); in perform() local 145 2.0*nRepeatCount : in perform() 146 nRepeatCount ); in perform()
|
H A D | continuousactivitybase.cxx | 44 sal_uInt32 nRepeatCount ) const in simplePerform() 47 nRepeatCount ); in simplePerform()
|
H A D | continuousactivitybase.hxx | 60 virtual void perform( double nModifiedTime, sal_uInt32 nRepeatCount ) const = 0; 64 sal_uInt32 nRepeatCount ) const;
|
H A D | continuouskeytimeactivitybase.hxx | 67 sal_uInt32 nRepeatCount ) const = 0; 71 sal_uInt32 nRepeatCount ) const;
|
H A D | accumulation.hxx | 52 sal_uInt32 nRepeatCount, in accumulate() argument 55 return nRepeatCount*rEndValue + rCurrValue; in accumulate()
|
H A D | continuouskeytimeactivitybase.cxx | 56 sal_uInt32 nRepeatCount ) const in simplePerform() 69 nRepeatCount ); in simplePerform()
|
H A D | simplecontinuousactivitybase.hxx | 63 virtual void simplePerform( double nSimpleTime, sal_uInt32 nRepeatCount ) const = 0;
|
H A D | discreteactivitybase.hxx | 59 virtual void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const = 0;
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | drawinglayeranimation.cxx | 115 const sal_uInt32 nRepeatCount(nRelativeTime / mnDuration); in GetStateAtRelativeTime() local 116 sal_uInt32 nFrameTime(nRelativeTime - (nRepeatCount * mnDuration)); in GetStateAtRelativeTime() 118 if(DoAlternate() && (nRepeatCount + 1L) % 2L) in GetStateAtRelativeTime() 131 const sal_uInt32 nRepeatCount(nRelativeTime / mnDuration); in GetStateAtRelativeTime() local 133 if((nRepeatCount + 1L) % 2L) in GetStateAtRelativeTime()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | docundo.cxx | 555 sal_uInt16 const nRepeatCount) in Repeat() argument 583 for (sal_uInt16 nRptCnt = nRepeatCount; nRptCnt > 0; --nRptCnt) in Repeat()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdpntv.cxx | 775 static sal_uInt32 nRepeatCount(10L); in CompleteRedraw() local 783 count = nRepeatCount; in CompleteRedraw() 853 const double fTimePerPaint((double)nNeededTime / (double)nRepeatCount); in CompleteRedraw()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 568 sal_Int32 nRepeatCount = aStyle.m_nPointRepeat; in lcl_swapPointAndSeriesStylesForDonutCharts() local 570 …while( nRepeatCount && (nNewSeriesIndex>=0) && (nNewSeriesIndex< static_cast<sal_Int32>(aNewSeries… in lcl_swapPointAndSeriesStylesForDonutCharts() 575 nRepeatCount--; in lcl_swapPointAndSeriesStylesForDonutCharts()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1627 long nRepeatCount = nAvailable / nRepeatSize; in DrawStrings() local 1628 if ( nRepeatCount > 1 ) in DrawStrings() 1632 for ( long nRepeat = 1; nRepeat < nRepeatCount; nRepeat++ ) in DrawStrings() 2600 long nRepeatCount = nAvailable / nRepeatSize; in DrawEdit() local 2601 if ( nRepeatCount > 1 ) in DrawEdit() 2604 … for ( long nRepeat = 1; nRepeat < nRepeatCount; nRepeat++ ) in DrawEdit()
|
Completed in 88 milliseconds