Lines Matching refs:WizardPath
50 RoadmapWizardTypes::WizardPath
87 sal_Int32 getStateIndexInPath( WizardTypes::WizardState _nState, const WizardPath& _rPath );
91 sal_Int32 getFirstDifferentIndex( const WizardPath& _rLHS, const WizardPath& _rRHS );
95 …oadmapWizardImpl::getStateIndexInPath( WizardTypes::WizardState _nState, const WizardPath& _rPath ) in getStateIndexInPath()
98 WizardPath::const_iterator aPathLoop = _rPath.begin(); in getStateIndexInPath()
118 …sal_Int32 RoadmapWizardImpl::getFirstDifferentIndex( const WizardPath& _rLHS, const WizardPath& _r… in getFirstDifferentIndex()
262 void RoadmapWizard::declarePath( PathId _nPathId, const WizardPath& _lWizardStates) in declarePath()
284 WizardPath aNewPath; in declarePath()
365 const WizardPath& rActivePath( m_pImpl->aPaths[ m_pImpl->nActivePath ] ); in implUpdateRoadmap()
502 const WizardPath& rActivePath( m_pImpl->aPaths[ m_pImpl->nActivePath ] ); in canAdvance()
526 const WizardPath& rPath = m_pImpl->aPaths[ m_pImpl->nActivePath ]; in canAdvance()
670 for ( WizardPath::const_iterator state = path->second.begin(); in knowsState()
718 const WizardPath& rActivePath( m_pImpl->aPaths[ m_pImpl->nActivePath ] ); in updateRoadmapItemLabel()