Home
last modified time | relevance | path

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

/aoo4110/main/linguistic/source/
H A Dspelldta.cxx55 #define MAX_PROPOSALS 40 macro
77 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 13 milliseconds