Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Dspelldsp.cxx565 sal_Int32 nTmpNumSugestions = 0; in spell_Impl() local
567 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() local
649 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 20 milliseconds