Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/dialogs/
H A Droadmapwizard.cxx323 Paths::const_iterator aNewPathPos = m_pImpl->aPaths.find( _nPathId ); in activatePath() local
324 …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 12 milliseconds