Searched refs:arDimsSeqIndices (Results 1 – 1 of 1) sorted by relevance
1089 sal_Int32* arDimsSeqIndices= NULL; in createUnoSequenceWrapper() local1093 arDimsSeqIndices = sarDimsSeqIndices.get(); in createUnoSequenceWrapper()1094 memset( arDimsSeqIndices, 0, sizeof( sal_Int32 ) * dimsSeq); in createUnoSequenceWrapper()1108 if( pCurrentSeq->nElements > arDimsSeqIndices[ curDim - 1] ) // don't point to Nirvana in createUnoSequenceWrapper()1111 sal_Int32 offset= arDimsSeqIndices[ curDim - 1] * 4; in createUnoSequenceWrapper()1132 memOffset+= arDimsSeqIndices[dimsSeq - 1 - idims] * dimWeight; in createUnoSequenceWrapper()1164 while( incrementMultidimensionalIndex( dimsSeq, parElementCount, arDimsSeqIndices)); in createUnoSequenceWrapper()
Completed in 15 milliseconds