Searched refs:rseq2 (Results 1 – 1 of 1) sorted by relevance
543 const Sequence<sal_Int32>& rseq2= aSeq.getConstArray()[i]; in methodSequence() local544 for (sal_Int16 j= 0; j < rseq2.getLength(); j++){ in methodSequence()545 value= rseq2.getConstArray()[j]; in methodSequence()556 const Sequence< Sequence<sal_Int32> >& rseq2= aSeq.getConstArray()[i]; in methodSequence2() local557 len= rseq2.getLength(); in methodSequence2()559 for (sal_Int16 j= 0; j < rseq2.getLength(); j++){ in methodSequence2()560 const Sequence<sal_Int32> & rseq3= rseq2.getConstArray()[j]; in methodSequence2()961 Sequence<sal_Int32>& rseq2= rOut.getArray()[i]; in testout_methodSequence2() local962 rseq2.realloc( 10); in testout_methodSequence2()963 for (sal_Int16 j= 0; j < rseq2.getLength(); j++){ in testout_methodSequence2()[all …]
Completed in 26 milliseconds