Home
last modified time | relevance | path

Searched refs:nRepeatCount (Results 1 – 14 of 14) sorted by relevance

/trunk/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx245 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 Dsimplecontinuousactivitybase.cxx143 const double nRepeatCount( getRepeatCount() ); in perform() local
145 2.0*nRepeatCount : in perform()
146 nRepeatCount ); in perform()
H A Dcontinuousactivitybase.cxx44 sal_uInt32 nRepeatCount ) const in simplePerform()
47 nRepeatCount ); in simplePerform()
H A Dcontinuousactivitybase.hxx60 virtual void perform( double nModifiedTime, sal_uInt32 nRepeatCount ) const = 0;
64 sal_uInt32 nRepeatCount ) const;
H A Dcontinuouskeytimeactivitybase.hxx67 sal_uInt32 nRepeatCount ) const = 0;
71 sal_uInt32 nRepeatCount ) const;
H A Daccumulation.hxx52 sal_uInt32 nRepeatCount, in accumulate() argument
55 return nRepeatCount*rEndValue + rCurrValue; in accumulate()
H A Dcontinuouskeytimeactivitybase.cxx56 sal_uInt32 nRepeatCount ) const in simplePerform()
69 nRepeatCount ); in simplePerform()
H A Dsimplecontinuousactivitybase.hxx63 virtual void simplePerform( double nSimpleTime, sal_uInt32 nRepeatCount ) const = 0;
H A Ddiscreteactivitybase.hxx59 virtual void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const = 0;
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx115 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()
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx555 sal_uInt16 const nRepeatCount) in Repeat() argument
583 for (sal_uInt16 nRptCnt = nRepeatCount; nRptCnt > 0; --nRptCnt) in Repeat()
/trunk/main/svx/source/svdraw/
H A Dsvdpntv.cxx775 static sal_uInt32 nRepeatCount(10L); in CompleteRedraw() local
783 count = nRepeatCount; in CompleteRedraw()
853 const double fTimePerPaint((double)nNeededTime / (double)nRepeatCount); in CompleteRedraw()
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx568 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()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1627 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 67 milliseconds