Searched refs:mnCurrIndex (Results 1 – 2 of 2) sorted by relevance
99 ::std::size_t mnCurrIndex;137 mnCurrIndex(0), in IntrinsicAnimationActivity()166 mnCurrIndex = 0; in dispose()210 pDrawShape->setIntrinsicAnimationFrame( mnCurrIndex ); in perform()215 mnLoopCount += (mnCurrIndex + 1) / nNumFrames; in perform()216 nNewIndex = (mnCurrIndex + 1) % nNumFrames; in perform()222 ::std::size_t nTrueIndex( mnCurrIndex < nNumFrames ? in perform()223 mnCurrIndex : in perform()230 mnLoopCount += (mnCurrIndex + 1) / (2*nNumFrames); in perform()231 nNewIndex = (mnCurrIndex + 1) % 2*nNumFrames; in perform()[all …]
51 sal_Int32 mnCurrIndex; member in vbahelper::__anonc8aca98e0111::CollectionEnumeration56 mnCurrIndex( 1 ) // collection expects one-based indexes in CollectionEnumeration()62 return mnCurrIndex <= mxCollection->getCount(); in hasMoreElements()68 return mxCollection->getItemByIndex( mnCurrIndex++ ); in nextElement()
Completed in 48 milliseconds