Searched refs:rHyphWord (Results 1 – 4 of 4) sorted by relevance
53 const OUString &rHyphWord, sal_Int16 nPos ) : in HyphenatedWord() argument55 aHyphenatedWord (rHyphWord), in HyphenatedWord()67 OUString aTmpHyphWord( rHyphWord ); in HyphenatedWord()73 bIsAltSpelling = rWord != rHyphWord; in HyphenatedWord()136 const OUString &rHyphWord, in PossibleHyphens() argument139 aWordWithHyphens(rHyphWord), in PossibleHyphens()
1266 ::com::sun::star::linguistic2::XHyphenatedWord > & rHyphWord ) in SvxGetAltSpelling()1269 if (rHyphWord.is() && rHyphWord->isAlternativeSpelling()) in SvxGetAltSpelling()1271 OUString aWord( rHyphWord->getWord() ), in SvxGetAltSpelling()1272 aAltWord( rHyphWord->getHyphenatedWord() ); in SvxGetAltSpelling()1273 sal_Int16 nHyphenationPos = rHyphWord->getHyphenationPos(), in SvxGetAltSpelling()1274 nHyphenPos = rHyphWord->getHyphenPos(); in SvxGetAltSpelling()1299 aRes.xHyphWord = rHyphWord; in SvxGetAltSpelling()
112 const ::rtl::OUString &rHyphWord,
171 ::com::sun::star::linguistic2::XHyphenatedWord > & rHyphWord );
Completed in 22 milliseconds