Lines Matching refs:rseq2
543 const Sequence<sal_Int32>& rseq2= aSeq.getConstArray()[i]; in methodSequence() local
544 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() local
557 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() local
962 rseq2.realloc( 10); in testout_methodSequence2()
963 for (sal_Int16 j= 0; j < rseq2.getLength(); j++){ in testout_methodSequence2()
964 rseq2.getArray()[j]= j; in testout_methodSequence2()