Searched refs:nNumSugestions (Results 1 – 1 of 1) sorted by relevance
531 sal_Int32 nNumSugestions = -1; in spell_Impl() local561 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() local643 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 12 milliseconds