Searched refs:MAX_PROPOSALS (Results 1 – 1 of 1) sorted by relevance
55 #define MAX_PROPOSALS 40 macro77 sal_Int32 nCountNew = Min( nAltCount1 + nAltCount2, (sal_Int32) MAX_PROPOSALS ); in MergeProposals()87 for (i = 0; i < nCount && nIndex < MAX_PROPOSALS; i++) in MergeProposals()216 sal_Int32 nCountNew = Min( nAltCount1 + nAltCount2, (sal_Int32) MAX_PROPOSALS ); in MergeProposalSeqs()226 for (i = 0; i < nCount && nIndex < MAX_PROPOSALS; i++) in MergeProposalSeqs()
Completed in 17 milliseconds