Searched refs:nDestinationIndex (Results 1 – 1 of 1) sorted by relevance
409 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement() local411 … const size_t nSourceIndex = static_cast< size_t >( aPermutation[ nDestinationIndex ] ); in EndElement()412 if( nSourceIndex != nDestinationIndex && in EndElement()423 OSL_ASSERT( nDestinationIndex < aModifiedRow.size()); in EndElement()424 aModifiedRow[ nDestinationIndex ] = (*aRowIt)[ nSourceIndex ]; in EndElement()446 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement() local448 const size_t nSourceIndex = static_cast< size_t >( aPermutation[ nDestinationIndex ] ); in EndElement()449 if( nSourceIndex != nDestinationIndex && in EndElement()460 OSL_ASSERT( nDestinationIndex < aDestination.size()); in EndElement()461 aDestination[ nDestinationIndex ] = mrTable.aData[ nSourceIndex ]; in EndElement()