Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx732 sal_Int32 nAltIdx = (MN_SUGGESTION_START <= nId && nId <= MN_SUGGESTION_END) ? in Execute() local
734 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()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx1290 sal_Int32 nAltIdx = nAltLen - 1; in SvxGetAltSpelling() local
1291 while (nIdx > nHyphenationPos && nAltIdx > nHyphenPos in SvxGetAltSpelling()
1292 && pWord[ nIdx-- ] == pAltWord[ nAltIdx-- ]) in SvxGetAltSpelling()

Completed in 30 milliseconds