Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx407 const size_t nPermSize = aPermutation.size(); in EndElement() local
408 …OSL_ASSERT( static_cast< sal_Int32 >( nPermSize ) - 1 == *(::std::max_element( aPermutation.begin(… in EndElement()
410 const size_t nDestSize = ::std::min( nPermSize, nRowSize ); in EndElement()
443 const size_t nPermSize = aPermutation.size(); in EndElement() local
444 …OSL_ASSERT( static_cast< sal_Int32 >( nPermSize ) - 1 == *(::std::max_element( aPermutation.begin(… in EndElement()
446 const size_t nDestSize = ::std::min( nPermSize, nTableRowCount ); in EndElement()

Completed in 20 milliseconds