Searched refs:nTmpNumSugestions (Results 1 – 1 of 1) sorted by relevance
565 sal_Int32 nTmpNumSugestions = 0; in spell_Impl() local567 nTmpNumSugestions = xTmpRes->getAlternatives().getLength(); in spell_Impl()568 if (xRes.is() && nNumSugestions == 0 && nTmpNumSugestions > 0) in spell_Impl()571 nNumSugestions = nTmpNumSugestions; in spell_Impl()647 sal_Int32 nTmpNumSugestions = 0; in spell_Impl() local649 nTmpNumSugestions = xTmpRes->getAlternatives().getLength(); in spell_Impl()650 if (xRes.is() && nNumSugestions == 0 && nTmpNumSugestions > 0) in spell_Impl()653 nNumSugestions = nTmpNumSugestions; in spell_Impl()
Completed in 27 milliseconds