Lines Matching refs:xHyph

322             Reference< XHyphenator > xHyph;  in hyphenate()  local
324 xHyph = pEntry->aSvcRefs[0]; in hyphenate()
329 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
330 xRes = xHyph->hyphenate( aChkWord, rLocale, nChkMaxLeading, in hyphenate()
353 xHyph = Reference< XHyphenator >( in hyphenate()
361 pRef [i] = xHyph; in hyphenate()
364 xBroadcaster( xHyph, UNO_QUERY ); in hyphenate()
368 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
369 xRes = xHyph->hyphenate( aChkWord, rLocale, nChkMaxLeading, in hyphenate()
377 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in hyphenate()
461 Reference< XHyphenator > xHyph; in queryAlternativeSpelling() local
463 xHyph = pEntry->aSvcRefs[0]; in queryAlternativeSpelling()
468 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
469 xRes = xHyph->queryAlternativeSpelling( aChkWord, rLocale, in queryAlternativeSpelling()
492 xHyph = Reference< XHyphenator >( in queryAlternativeSpelling()
500 pRef [i] = xHyph; in queryAlternativeSpelling()
503 xBroadcaster( xHyph, UNO_QUERY ); in queryAlternativeSpelling()
507 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
508 xRes = xHyph->queryAlternativeSpelling( aChkWord, rLocale, in queryAlternativeSpelling()
516 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
595 Reference< XHyphenator > xHyph; in createPossibleHyphens() local
597 xHyph = pEntry->aSvcRefs[0]; in createPossibleHyphens()
602 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
603 xRes = xHyph->createPossibleHyphens( aChkWord, rLocale, in createPossibleHyphens()
626 xHyph = Reference< XHyphenator >( in createPossibleHyphens()
634 pRef [i] = xHyph; in createPossibleHyphens()
637 xBroadcaster( xHyph, UNO_QUERY ); in createPossibleHyphens()
641 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
642 xRes = xHyph->createPossibleHyphens( aChkWord, rLocale, in createPossibleHyphens()
650 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in createPossibleHyphens()