Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/dialogs/
H A Droadmapwizard.cxx329 sal_Int32 nCurrentStatePathIndex = -1; in activatePath() local
333 DBG_ASSERT( (sal_Int32)aNewPathPos->second.size() > nCurrentStatePathIndex, in activatePath()
338 if ( (sal_Int32)aNewPathPos->second.size() <= nCurrentStatePathIndex ) in activatePath()
367 … sal_Int32 nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), rActivePath ); in implUpdateRoadmap() local
384 if ( nDivergenceIndex <= nCurrentStatePathIndex ) in implUpdateRoadmap()
470 sal_Int32 nCurrentStatePathIndex = -1; in determineNextState() local
474nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( _nCurrentState, aActivePathPos->second ); in determineNextState()
477 if ( nCurrentStatePathIndex == -1 ) in determineNextState()
480 sal_Int32 nNextStateIndex = nCurrentStatePathIndex + 1; in determineNextState()
514 if ( nDivergenceIndex > nCurrentStatePathIndex ) in canAdvance()
[all …]

Completed in 11 milliseconds