Searched refs:nPermSize (Results 1 – 1 of 1) sorted by relevance
407 const size_t nPermSize = aPermutation.size(); in EndElement() local408 …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() local444 …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 13 milliseconds