Searched refs:getStateIndexInPath (Results 1 – 1 of 1) sorted by relevance
/trunk/main/svtools/source/dialogs/ |
H A D | roadmapwizard.cxx | 87 sal_Int32 getStateIndexInPath( WizardTypes::WizardState _nState, const WizardPath& _rPath ); 89 sal_Int32 getStateIndexInPath( WizardTypes::WizardState _nState, PathId _nPathId ); 95 …sal_Int32 RoadmapWizardImpl::getStateIndexInPath( WizardTypes::WizardState _nState, const WizardPa… in getStateIndexInPath() function in svt::RoadmapWizardImpl 108 …sal_Int32 RoadmapWizardImpl::getStateIndexInPath( WizardTypes::WizardState _nState, PathId _nPathI… in getStateIndexInPath() function in svt::RoadmapWizardImpl 113 nStateIndexInPath = getStateIndexInPath( _nState, aPathPos->second ); in getStateIndexInPath() 167 if ( -1 == m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ) ) in checkInvariants() 331 … nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ); in activatePath() 367 … sal_Int32 nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( getCurrentState(), rActivePath ); in implUpdateRoadmap() 474 … nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( _nCurrentState, aActivePathPos->second ); in determineNextState() 571 … sal_Int32 nCurrentIndex = m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ); in IMPL_LINK() [all …]
|
Completed in 11 milliseconds