Searched refs:i_rPaths (Results 1 – 3 of 3) sorted by relevance
131 if ( i_rPaths.getLength() == 0 ) in lcl_checkPaths()135 for ( sal_Int32 i = 0; i < i_rPaths.getLength(); ++i ) in lcl_checkPaths()137 if ( i_rPaths[i].getLength() == 0 ) in lcl_checkPaths()141 sal_Int16 nPreviousPageID = i_rPaths[i][0]; in lcl_checkPaths()142 for ( sal_Int32 j=1; j<i_rPaths[i].getLength(); ++j ) in lcl_checkPaths()144 if ( i_rPaths[i][j] <= nPreviousPageID ) in lcl_checkPaths()154 nPreviousPageID = i_rPaths[i][j]; in lcl_checkPaths()159 if ( i_rPaths.getLength() == 1 ) in lcl_checkPaths()163 const sal_Int16 nFirstPageId = i_rPaths[0][0]; in lcl_checkPaths()164 for ( sal_Int32 i = 0; i < i_rPaths.getLength(); ++i ) in lcl_checkPaths()[all …]
64 sal_Int16 lcl_determineFirstPageID( const Sequence< Sequence< sal_Int16 > >& i_rPaths ) in lcl_determineFirstPageID() argument66 …ENSURE_OR_THROW( ( i_rPaths.getLength() > 0 ) && ( i_rPaths[0].getLength() > 0 ), "illegal paths" … in lcl_determineFirstPageID()67 return i_rPaths[0][0]; in lcl_determineFirstPageID()76 const Sequence< Sequence< sal_Int16 > >& i_rPaths ) in WizardShell()79 ,m_nFirstPageID( lcl_determineFirstPageID( i_rPaths ) ) in WizardShell()84 for ( sal_Int32 i=0; i<i_rPaths.getLength(); ++i ) in WizardShell()86 const Sequence< sal_Int16 >& rPath( i_rPaths[i] ); in WizardShell()94 TabPage* pStartPage = GetOrCreatePage( impl_pageIdToState( i_rPaths[0][0] ) ); in WizardShell()
55 … const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< sal_Int16 > >& i_rPaths
Completed in 28 milliseconds