Home
last modified time | relevance | path

Searched refs:nDestinationIndex (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx409 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement() local
411 … 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() local
448 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()