Searched refs:nAltIdx (Results 1 – 2 of 2) sorted by relevance
732 sal_Int32 nAltIdx = (MN_SUGGESTION_START <= nId && nId <= MN_SUGGESTION_END) ? in Execute() local734 DBG_ASSERT( 0 <= nAltIdx && nAltIdx < aSuggestions.getLength(), "index out of range" ); in Execute()735 … if (0 <= nAltIdx && nAltIdx < aSuggestions.getLength() && (bGrammarResults || xSpellAlt.is())) in Execute()740 String aTmp( aSuggestions[ nAltIdx ] ); in Execute()777 String aNewWord( aSuggestions[ nAltIdx ] ); in Execute()
1290 sal_Int32 nAltIdx = nAltLen - 1; in SvxGetAltSpelling() local1291 while (nIdx > nHyphenationPos && nAltIdx > nHyphenPos in SvxGetAltSpelling()1292 && pWord[ nIdx-- ] == pAltWord[ nAltIdx-- ]) in SvxGetAltSpelling()
Completed in 43 milliseconds