Home
last modified time | relevance | path

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

/trunk/main/svtools/source/dialogs/
H A Droadmapwizard.cxx329 sal_Int32 nCurrentStatePathIndex = -1; in activatePath() local
331nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ); in activatePath()
333 DBG_ASSERT( (sal_Int32)aNewPathPos->second.size() > nCurrentStatePathIndex, in activatePath()
338 if ( (sal_Int32)aNewPathPos->second.size() <= nCurrentStatePathIndex ) in activatePath()
345 …->getFirstDifferentIndex( aActivePathPos->second, aNewPathPos->second ) <= nCurrentStatePathIndex ) in activatePath()
367 … sal_Int32 nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), rActivePath ); in implUpdateRoadmap() local
384 if ( nDivergenceIndex <= nCurrentStatePathIndex ) in implUpdateRoadmap()
409 …for ( RoadmapTypes::ItemIndex nItemIndex = nCurrentStatePathIndex; nItemIndex < nLoopUntil; ++nIte… in implUpdateRoadmap()
456 …st bool nUnconditionedDisable = !bCurrentPageCanAdvance && ( nItemIndex > nCurrentStatePathIndex ); in implUpdateRoadmap()
470 sal_Int32 nCurrentStatePathIndex = -1; in determineNextState() local
[all …]