Lines Matching refs:i_rPaths
128 …static void lcl_checkPaths( const Sequence< Sequence< sal_Int16 > >& i_rPaths, const Reference< XI… in lcl_checkPaths() argument
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()
166 if ( i_rPaths[i][0] != nFirstPageId ) in lcl_checkPaths()