Lines Matching refs:_nPathId
89 sal_Int32 getStateIndexInPath( WizardTypes::WizardState _nState, PathId _nPathId );
108 …l_Int32 RoadmapWizardImpl::getStateIndexInPath( WizardTypes::WizardState _nState, PathId _nPathId ) in getStateIndexInPath() argument
111 Paths::const_iterator aPathPos = aPaths.find( _nPathId ); in getStateIndexInPath()
262 void RoadmapWizard::declarePath( PathId _nPathId, const WizardPath& _lWizardStates) in declarePath() argument
266 m_pImpl->aPaths.insert( Paths::value_type( _nPathId, _lWizardStates ) ); in declarePath()
270 activatePath( _nPathId, false ); in declarePath()
276 void RoadmapWizard::declarePath( PathId _nPathId, WizardState _nFirstState, ... ) in declarePath() argument
302 declarePath( _nPathId, aNewPath ); in declarePath()
314 void RoadmapWizard::activatePath( PathId _nPathId, bool _bDecideForIt ) in activatePath() argument
318 … if ( ( _nPathId == m_pImpl->nActivePath ) && ( _bDecideForIt == m_pImpl->bActivePathIsDefinite ) ) in activatePath()
323 Paths::const_iterator aNewPathPos = m_pImpl->aPaths.find( _nPathId ); in activatePath()
352 m_pImpl->nActivePath = _nPathId; in activatePath()