Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx411 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement() local
413 … 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() local
450 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 15 milliseconds