Lines Matching refs:nActivePath

66         PathId              nActivePath;  member
74 ,nActivePath( -1 ) in RoadmapWizardImpl()
163 Paths::const_iterator aCurrentPathPos = m_pImpl->aPaths.find( m_pImpl->nActivePath ); in checkInvariants()
167 if ( -1 == m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ) ) in checkInvariants()
318 … if ( ( _nPathId == m_pImpl->nActivePath ) && ( _bDecideForIt == m_pImpl->bActivePathIsDefinite ) ) in activatePath()
330 if ( m_pImpl->nActivePath != -1 ) in activatePath()
331 … nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ); in activatePath()
342 Paths::const_iterator aActivePathPos = m_pImpl->aPaths.find( m_pImpl->nActivePath ); in activatePath()
352 m_pImpl->nActivePath = _nPathId; in activatePath()
363 DBG_ASSERT( m_pImpl->aPaths.find( m_pImpl->nActivePath ) != m_pImpl->aPaths.end(), in implUpdateRoadmap()
365 const WizardPath& rActivePath( m_pImpl->aPaths[ m_pImpl->nActivePath ] ); in implUpdateRoadmap()
379 if ( aPathPos->first == m_pImpl->nActivePath ) in implUpdateRoadmap()
472 Paths::const_iterator aActivePathPos = m_pImpl->aPaths.find( m_pImpl->nActivePath ); in determineNextState()
502 const WizardPath& rActivePath( m_pImpl->aPaths[ m_pImpl->nActivePath ] ); in canAdvance()
526 const WizardPath& rPath = m_pImpl->aPaths[ m_pImpl->nActivePath ]; in canAdvance()
571 … sal_Int32 nCurrentIndex = m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ); in IMPL_LINK()
572 sal_Int32 nNewIndex = m_pImpl->getStateIndexInPath( nCurItemId, m_pImpl->nActivePath ); in IMPL_LINK()
718 const WizardPath& rActivePath( m_pImpl->aPaths[ m_pImpl->nActivePath ] ); in updateRoadmapItemLabel()
722 if ( m_pImpl->nActivePath != -1 ) in updateRoadmapItemLabel()
723 … nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ); in updateRoadmapItemLabel()