Searched refs:nHyphenPos (Results 1 – 6 of 6) sorted by relevance
31 short nHyphenPos; field in XHyphenatedWord_impl41 short nHyphenPos ) in XHyphenatedWord_impl() argument47 this.nHyphenPos = nHyphenPos; in XHyphenatedWord_impl()80 return nHyphenPos; in getHyphenPos()
236 short nHyphenPos = -1; in hyphenate() local249 nHyphenPos = 5; in hyphenate()253 nHyphenationPos = nHyphenPos = 5; in hyphenate()263 nHyphenationPos = nHyphenPos = 4; in hyphenate()265 nHyphenationPos = nHyphenPos = 1; in hyphenate()269 nHyphenationPos = nHyphenPos = 3; in hyphenate()280 nHyphenationPos, aHyphenatedWord, nHyphenPos); in hyphenate()
184 const ::rtl::OUString &rHyphenatedWord, sal_Int16 nHyphenPos ) in CreateHyphenatedWord() argument186 return new HyphenatedWord( rWord, nLang, nHyphenationPos, rHyphenatedWord, nHyphenPos ); in CreateHyphenatedWord()
58 const ::rtl::OUString &rHyphenatedWord, sal_Int16 nHyphenPos );89 const ::rtl::OUString &rHyphenatedWord, sal_Int16 nHyphenPos );
407 const sal_uInt16 nHyphenPos = xHyphWord->getHyphenPos(); in Guess() local408 (void)nHyphenPos; in Guess()
1274 nHyphenPos = rHyphWord->getHyphenPos(); in SvxGetAltSpelling() local1283 while (nL <= nHyphenationPos && nL <= nHyphenPos in SvxGetAltSpelling()1291 while (nIdx > nHyphenationPos && nAltIdx > nHyphenPos in SvxGetAltSpelling()
Completed in 31 milliseconds