Searched refs:aNewPathPos (Results 1 – 1 of 1) sorted by relevance
323 Paths::const_iterator aNewPathPos = m_pImpl->aPaths.find( _nPathId ); in activatePath() local324 …DBG_ASSERT( aNewPathPos != m_pImpl->aPaths.end(), "RoadmapWizard::activate: there is no such path!… in activatePath()325 if ( aNewPathPos == m_pImpl->aPaths.end() ) in activatePath()333 DBG_ASSERT( (sal_Int32)aNewPathPos->second.size() > nCurrentStatePathIndex, in activatePath()338 if ( (sal_Int32)aNewPathPos->second.size() <= nCurrentStatePathIndex ) in activatePath()345 …if ( m_pImpl->getFirstDifferentIndex( aActivePathPos->second, aNewPathPos->second ) <= nCurrentSta… in activatePath()
Completed in 17 milliseconds