Lines Matching refs:nCurrentStatePathIndex
329 sal_Int32 nCurrentStatePathIndex = -1; in activatePath() local
331 … nCurrentStatePathIndex = 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
474 … nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( _nCurrentState, aActivePathPos->second ); in determineNextState()
476 …DBG_ASSERT( nCurrentStatePathIndex != -1, "RoadmapWizard::determineNextState: ehm - how can we tra… in determineNextState()
477 if ( nCurrentStatePathIndex == -1 ) in determineNextState()
480 sal_Int32 nNextStateIndex = nCurrentStatePathIndex + 1; in determineNextState()
503 … sal_Int32 nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), rActivePath ); in canAdvance() local
514 if ( nDivergenceIndex > nCurrentStatePathIndex ) in canAdvance()
721 sal_Int32 nCurrentStatePathIndex = -1; in updateRoadmapItemLabel() local
723 … nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ); in updateRoadmapItemLabel()
724 …for ( RoadmapTypes::ItemIndex nItemIndex = nCurrentStatePathIndex; nItemIndex < nLoopUntil; ++nIte… in updateRoadmapItemLabel()