Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Dspelldsp.cxx531 sal_Int32 nNumSugestions = -1; in spell_Impl() local
561 nNumSugestions = 0; in spell_Impl()
563 nNumSugestions = xRes->getAlternatives().getLength(); in spell_Impl()
568 if (xRes.is() && nNumSugestions == 0 && nTmpNumSugestions > 0) in spell_Impl()
571 nNumSugestions = nTmpNumSugestions; in spell_Impl()
595 sal_Int32 nNumSugestions = -1; in spell_Impl() local
643 nNumSugestions = 0; in spell_Impl()
645 nNumSugestions = xRes->getAlternatives().getLength(); in spell_Impl()
650 if (xRes.is() && nNumSugestions == 0 && nTmpNumSugestions > 0) in spell_Impl()
653 nNumSugestions = nTmpNumSugestions; in spell_Impl()

Completed in 10 milliseconds