Searched refs:activatePath (Results 1 – 9 of 9) sorted by relevance
/trunk/main/svtools/source/uno/wizard/ |
H A D | wizardshell.hxx | 86 void activatePath( const sal_Int16 i_nPathID, const sal_Bool i_bFinal ) in activatePath() function in svt::uno::WizardShell 88 WizardShell_Base::activatePath( PathId( i_nPathID ), i_bFinal ); in activatePath() 124 using WizardShell_Base::activatePath;
|
H A D | unowizard.cxx | 441 …void SAL_CALL Wizard::activatePath( ::sal_Int16 i_PathIndex, ::sal_Bool i_Final ) throw (NoSuchEle… in activatePath() function in svt::uno::Wizard 452 pWizardImpl->activatePath( i_PathIndex, i_Final ); in activatePath()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | dbwizsetup.cxx | 429 activatePath( static_cast< PathId >( nCreateNewDBIndex + 1 ), sal_True ); in activateDatabasePath() 445 activatePath( static_cast<PathId>(m_pCollection->getIndexOf(m_sURL) + 1), sal_True); in activateDatabasePath() 451 activatePath( static_cast<PathId>(m_pCollection->size() + 1), sal_True ); in activateDatabasePath() 724 activatePath( static_cast<PathId>(m_pCollection->getIndexOf(sURLPrefix) + 1), sal_True); in IMPL_LINK()
|
/trunk/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XWizard.idl | 58 …oller</type> can declare a certain path as active path by calling the <member>activatePath</member> 199 …<p>In this latter case, you need another activatePath method (usually triggered by the user doing … 211 void activatePath( [in] short PathIndex, [in] boolean Final )
|
/trunk/main/svtools/source/dialogs/ |
H A D | roadmapwizard.cxx | 270 activatePath( _nPathId, false ); in declarePath() 314 void RoadmapWizard::activatePath( PathId _nPathId, bool _bDecideForIt ) in activatePath() function in svt::RoadmapWizard
|
/trunk/main/svtools/inc/svtools/ |
H A D | roadmapwizard.hxx | 168 void activatePath( PathId _nPathId, bool _bDecideForIt = false );
|
/trunk/main/svtools/source/uno/ |
H A D | unowizard.hxx | 87 …virtual void SAL_CALL activatePath( ::sal_Int16 PathIndex, ::sal_Bool Final ) throw (::com::sun::s…
|
/trunk/main/extensions/source/abpilot/ |
H A D | abspilot.cxx | 486 activatePath( nCurrentPathID, true ); in typeSelectionChanged()
|
/trunk/main/desktop/source/migration/ |
H A D | wizard.cxx | 151 activatePath(m_aDefaultPath, sal_True); in FirstStartWizard()
|
Completed in 39 milliseconds