Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DXHyphenatedWord_impl.java31 short nHyphenPos; field in XHyphenatedWord_impl
41 short nHyphenPos ) in XHyphenatedWord_impl() argument
47 this.nHyphenPos = nHyphenPos; in XHyphenatedWord_impl()
80 return nHyphenPos; in getHyphenPos()
H A DSampleHyphenator.java236 short nHyphenPos = -1; in hyphenate() local
249 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()
/trunk/main/linguistic/source/
H A Dhyphdta.cxx184 const ::rtl::OUString &rHyphenatedWord, sal_Int16 nHyphenPos ) in CreateHyphenatedWord() argument
186 return new HyphenatedWord( rWord, nLang, nHyphenationPos, rHyphenatedWord, nHyphenPos ); in CreateHyphenatedWord()
/trunk/main/linguistic/inc/linguistic/
H A Dhyphdta.hxx58 const ::rtl::OUString &rHyphenatedWord, sal_Int16 nHyphenPos );
89 const ::rtl::OUString &rHyphenatedWord, sal_Int16 nHyphenPos );
/trunk/main/sw/source/core/text/
H A Dguess.cxx407 const sal_uInt16 nHyphenPos = xHyphWord->getHyphenPos(); in Guess() local
408 (void)nHyphenPos; in Guess()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx1274 nHyphenPos = rHyphWord->getHyphenPos(); in SvxGetAltSpelling() local
1283 while (nL <= nHyphenationPos && nL <= nHyphenPos in SvxGetAltSpelling()
1291 while (nIdx > nHyphenationPos && nAltIdx > nHyphenPos in SvxGetAltSpelling()

Completed in 29 milliseconds