Searched refs:rHyphWord (Results 1 – 4 of 4) sorted by relevance
/trunk/main/linguistic/source/ |
H A D | hyphdta.cxx | 53 const OUString &rHyphWord, sal_Int16 nPos ) : in HyphenatedWord() argument 55 aHyphenatedWord (rHyphWord), in HyphenatedWord() 67 OUString aTmpHyphWord( rHyphWord ); in HyphenatedWord() 73 bIsAltSpelling = rWord != rHyphWord; in HyphenatedWord() 136 const OUString &rHyphWord, in PossibleHyphens() argument 139 aWordWithHyphens(rHyphWord), in PossibleHyphens() 191 const ::rtl::OUString &rHyphWord, in CreatePossibleHyphens() 194 return new PossibleHyphens( rWord, nLang, rHyphWord, rPositions ); in CreatePossibleHyphens()
|
/trunk/main/editeng/source/misc/ |
H A D | unolingu.cxx | 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()
|
/trunk/main/linguistic/inc/linguistic/ |
H A D | hyphdta.hxx | 112 const ::rtl::OUString &rHyphWord, 137 const ::rtl::OUString &rHyphWord,
|
/trunk/main/editeng/inc/editeng/ |
H A D | unolingu.hxx | 171 ::com::sun::star::linguistic2::XHyphenatedWord > & rHyphWord );
|
Completed in 43 milliseconds