Searched refs:HyphenatedWord (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/linguistic/source/ |
H A D | hyphdta.cxx | 52 HyphenatedWord::HyphenatedWord(const OUString &rWord, sal_Int16 nLang, sal_Int16 nHPos, in HyphenatedWord() function in linguistic::HyphenatedWord 77 HyphenatedWord::~HyphenatedWord() in ~HyphenatedWord() 82 OUString SAL_CALL HyphenatedWord::getWord() in getWord() 90 Locale SAL_CALL HyphenatedWord::getLocale() in getLocale() 100 sal_Int16 SAL_CALL HyphenatedWord::getHyphenationPos() in getHyphenationPos() 108 OUString SAL_CALL HyphenatedWord::getHyphenatedWord() in getHyphenatedWord() 116 sal_Int16 SAL_CALL HyphenatedWord::getHyphenPos() in getHyphenPos() 124 sal_Bool SAL_CALL HyphenatedWord::isAlternativeSpelling() in isAlternativeSpelling() 182 com::sun::star::uno::Reference <com::sun::star::linguistic2::XHyphenatedWord> HyphenatedWord::Creat… in CreateHyphenatedWord() 186 return new HyphenatedWord( rWord, nLang, nHyphenationPos, rHyphenatedWord, nHyphenPos ); in CreateHyphenatedWord()
|
H A D | hyphdsp.cxx | 157 xRes = new HyphenatedWord( aText, nLang, nHyphenationPos, in buildHyphWord() 389 xRes = new HyphenatedWord( rWord, nLanguage, xRes->getHyphenationPos(), in hyphenate() 528 xRes = new HyphenatedWord( rWord, nLanguage, xRes->getHyphenationPos(), in queryAlternativeSpelling()
|
H A D | misc.cxx | 693 xRes = new HyphenatedWord( in RebuildHyphensAndControlChars()
|
/aoo42x/main/linguistic/inc/linguistic/ |
H A D | hyphdta.hxx | 39 class HyphenatedWord : class 53 HyphenatedWord(const HyphenatedWord &); 54 HyphenatedWord & operator = (const HyphenatedWord &); 57 HyphenatedWord(const ::rtl::OUString &rWord, sal_Int16 nLang, sal_Int16 nHyphenationPos, 59 virtual ~HyphenatedWord();
|
/aoo42x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 503 … xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), nPos, in hyphenate() 509 xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), in hyphenate()
|
Completed in 24 milliseconds