Home
last modified time | relevance | path

Searched refs:xHyph (Results 1 – 19 of 19) sorted by relevance

/AOO41X/main/linguistic/source/
H A Dhyphdsp.cxx322 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()
[all …]
/AOO41X/main/editeng/source/misc/
H A Dunolingu.cxx724 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()
[all …]
H A Dsplwrap.cxx192 xHyph ( xHyphenator ), in SvxSpellWrapper()
235 Reference< XHyphenator > xHyph, sal_Int16 nLang) in CheckHyphLang()
248 if (xHyph.is() && xHyph->hasLocale( SvxCreateLocale( nLang ) )) in CheckHyphLang()
409 xHyph, this ); in SpellDocument()
/AOO41X/main/sw/source/core/text/
H A Dguess.cxx296 Reference< XHyphenator > xHyph; in Guess() local
299 xHyph = ::GetHyphenator(); in Guess()
300 aHyphOpt = LineBreakHyphenationOptions( xHyph, in Guess()
557 Reference< XHyphenator > xHyph( ::GetHyphenator() ); in AlternativeSpelling() local
558 ASSERT( xHyph.is(), "Hyphenator is missing"); in AlternativeSpelling()
560 xHyphWord = xHyph->queryAlternativeSpelling( OUString(aTxt), in AlternativeSpelling()
H A Dtxthyph.cxx64 Reference< XHyphenator > xHyph = ::GetHyphenator(); in HyphWord() local
67 if( xHyph.is() ) in HyphWord()
68 xHyphWord = xHyph->hyphenate( OUString(rTxt), in HyphWord()
H A Dinftxt.cxx1462 uno::Reference< XHyphenator > xHyph = ::GetHyphenator(); in IsHyphenate() local
1463 if (bInterHyph && xHyph.is()) in IsHyphenate()
1464 SvxSpellWrapper::CheckHyphLang( xHyph, eTmp ); in IsHyphenate()
1466 if( !xHyph.is() || !xHyph->hasLocale( pBreakIt->GetLocale(eTmp) ) ) in IsHyphenate()
/AOO41X/main/editeng/inc/editeng/
H A Dsplwrap.hxx63 ::com::sun::star::linguistic2::XHyphenator > xHyph;
100 ::com::sun::star::linguistic2::XHyphenator > xHyph,
117 GetXHyphenator() { return xHyph; } in GetXHyphenator()
H A Dunolingu.hxx80 ::com::sun::star::linguistic2::XHyphenator > xHyph;
H A Dediteng.hxx377 ::com::sun::star::linguistic2::XHyphenator >& xHyph );
H A Doutliner.hxx1005 ::com::sun::star::linguistic2::XHyphenator >& xHyph );
/AOO41X/main/cui/source/options/
H A Doptlingu.cxx525 uno::Reference< XHyphenator > xHyph; member
738 if(rToAdd.xHyph.is()) in lcl_MergeDisplayArray()
740 DBG_ASSERT( !pEntry->xHyph.is() && in lcl_MergeDisplayArray()
744 pEntry->xHyph = rToAdd.xHyph; in lcl_MergeDisplayArray()
838 aInfo.xHyph = uno::Reference<XHyphenator>( in SvxLinguData_Impl()
841 uno::Reference<XServiceDisplayName> xDispName(aInfo.xHyph, UNO_QUERY); in SvxLinguData_Impl()
845 const Sequence< Locale > aLocales( aInfo.xHyph->getLocales() ); in SvxLinguData_Impl()
1062 if (pInfo->xHyph.is()) in Reconfigure()
1064 aLocales = pInfo->xHyph->getLocales(); in Reconfigure()
2413 bIsSuppLang = pInfo->xHyph.is() && in IMPL_LINK()
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dviewling.cxx463 Reference< XHyphenator > xHyph( ::GetHyphenator() ); in HyphenateDocument() local
464 if (!xHyph.is()) in HyphenateDocument()
514 SwHyphWrapper aWrap( this, xHyph, bStart, bOther, bSelection ); in HyphenateDocument()
/AOO41X/main/editeng/source/outliner/
H A Doutlin2.cxx551 void Outliner::SetHyphenator( Reference< XHyphenator >& xHyph ) in SetHyphenator() argument
554 pEditEngine->SetHyphenator( xHyph ); in SetHyphenator()
/AOO41X/main/sw/source/ui/inc/
H A Dhyp.hxx37 ::com::sun::star::linguistic2::XHyphenator > xHyph;
/AOO41X/main/sw/source/ui/lingu/
H A Dhyp.cxx64 xHyph( rxHyph ), in SwHyphWrapper()
/AOO41X/main/editeng/source/editeng/
H A Dimpedit.hxx916 ::com::sun::star::linguistic2::XHyphenator > &xHyph ) in SetHyphenator()
917 { xHyphenator = xHyph; } in SetHyphenator()
H A Dediteng.cxx2143 void EditEngine::SetHyphenator( Reference< XHyphenator > & xHyph ) in SetHyphenator() argument
2146 pImpEditEngine->SetHyphenator( xHyph ); in SetHyphenator()
H A Dimpedit3.cxx1803 Reference< XHyphenator > xHyph; in ImpBreakLine() local
1805 xHyph = GetHyphenator(); in ImpBreakLine()
1806 i18n::LineBreakHyphenationOptions aHyphOptions( xHyph, Sequence< PropertyValue >(), 1 ); in ImpBreakLine()
/AOO41X/main/vcl/source/gdi/
H A Doutdev3.cxx4807 uno::Reference< linguistic2::XHyphenator > xHyph; in ImplGetTextLines() local
4813 xHyph = xLinguMgr->getHyphenator(); in ImplGetTextLines()
4817 …i18n::LineBreakHyphenationOptions aHyphOptions( xHyph, uno::Sequence <beans::PropertyValue>(), 1 ); in ImplGetTextLines()
4853 if ( xHyph.is() ) in ImplGetTextLines()
4872 if (xHyph.is()) in ImplGetTextLines()
4873 …xHyphWord = xHyph->hyphenate( aWord, rDefLocale, aWord.Len() - nMinTrail, uno::Sequence< beans::Pr… in ImplGetTextLines()