Home
last modified time | relevance | path

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

/aoo42x/main/linguistic/source/
H A Dspelldta.cxx77 sal_Int32 nCountNew = Min( nAltCount1 + nAltCount2, (sal_Int32) MAX_PROPOSALS ); in MergeProposals() local
78 Sequence< OUString > aAltNew( nCountNew ); in MergeProposals()
93 DBG_ASSERT(nIndex == nCountNew, "lng : wrong number of proposals"); in MergeProposals()
216 sal_Int32 nCountNew = Min( nAltCount1 + nAltCount2, (sal_Int32) MAX_PROPOSALS ); in MergeProposalSeqs() local
217 aMerged.realloc( nCountNew ); in MergeProposalSeqs()

Completed in 9 milliseconds