Lines Matching refs:xHyph
724 uno::Reference< XHyphenator > xHyph; // the real one... member in HyphDummy_Impl
773 if (!xHyph.is()) in GetHyph_Impl()
777 xHyph = xLngSvcMgr->getHyphenator(); in GetHyph_Impl()
787 if (xHyph.is()) in getLocales()
788 return xHyph->getLocales(); in getLocales()
800 if (xHyph.is()) in hasLocale()
801 bRes = xHyph->hasLocale( rLocale ); in hasLocale()
817 if (xHyph.is()) in hyphenate()
818 xRes = xHyph->hyphenate( rWord, rLocale, nMaxLeading, rProperties ); in hyphenate()
834 if (xHyph.is()) in queryAlternativeSpelling()
835 xRes = xHyph->queryAlternativeSpelling( rWord, rLocale, nIndex, rProperties ); in queryAlternativeSpelling()
850 if (xHyph.is()) in createPossibleHyphens()
851 xRes = xHyph->createPossibleHyphens( rWord, rLocale, rProperties ); in createPossibleHyphens()
927 LinguMgr::xHyph = 0; in AtExit()
950 uno::Reference< XHyphenator > LinguMgr::xHyph = 0; member in LinguMgr
980 return xHyph.is() ? xHyph : GetHyph(); in GetHyphenator()
1048 xHyph = new HyphDummy_Impl; in GetHyph()
1059 return xHyph; in GetHyph()