Lines Matching refs:aWord
276 Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const ::rtl::OUString& aWord, in hyphenate() argument
352 ct = capitalType(aWord, pCC); in hyphenate()
355 OUStringBuffer rBuf(aWord); in hyphenate()
419 sal_Int32 Leading = GetPosInWordToCheck( aWord, nMaxLeading ); in hyphenate()
503 … xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), nPos, in hyphenate()
504 aWord.replaceAt(nHyphenationPosAlt + 1, cut[nHyphenationPos], repHyph), in hyphenate()
509 xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), in hyphenate()
510 (sal_Int16)nHyphenationPos, aWord, (sal_Int16) nHyphenationPos); in hyphenate()
545 …rence< XPossibleHyphens > SAL_CALL Hyphenator::createPossibleHyphens( const ::rtl::OUString& aWord, in createPossibleHyphens() argument
615 OUStringBuffer rBuf(aWord); in createPossibleHyphens()
698 hyphenatedWordBuffer.append(aWord[i]); in createPossibleHyphens()
712 xRes = PossibleHyphens::CreatePossibleHyphens( aWord, LocaleToLanguage( aLocale ), in createPossibleHyphens()