Searched refs:nDestinationIndex (Results 1 – 1 of 1) sorted by relevance
411 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement() local413 … const size_t nSourceIndex = static_cast< size_t >( aPermutation[ nDestinationIndex ] ); in EndElement()414 if( nSourceIndex != nDestinationIndex && in EndElement()425 OSL_ASSERT( nDestinationIndex < aModifiedRow.size()); in EndElement()426 aModifiedRow[ nDestinationIndex ] = (*aRowIt)[ nSourceIndex ]; in EndElement()448 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement() local450 const size_t nSourceIndex = static_cast< size_t >( aPermutation[ nDestinationIndex ] ); in EndElement()451 if( nSourceIndex != nDestinationIndex && in EndElement()462 OSL_ASSERT( nDestinationIndex < aDestination.size()); in EndElement()463 aDestination[ nDestinationIndex ] = mrTable.aData[ nSourceIndex ]; in EndElement()
Completed in 16 milliseconds