Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx377 ::com::sun::star::linguistic2::XHyphenator >& xHyph );
H A Doutliner.hxx1005 ::com::sun::star::linguistic2::XHyphenator >& xHyph );
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;
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2143 void EditEngine::SetHyphenator( Reference< XHyphenator > & xHyph ) in SetHyphenator() argument
2146 pImpEditEngine->SetHyphenator( xHyph ); in SetHyphenator()
H A Dimpedit.hxx916 ::com::sun::star::linguistic2::XHyphenator > &xHyph ) in SetHyphenator()
917 { xHyphenator = 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()
/trunk/main/editeng/source/misc/
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()
H A Dunolingu.cxx773 if (!xHyph.is()) in GetHyph_Impl()
787 if (xHyph.is()) in getLocales()
788 return xHyph->getLocales(); in getLocales()
800 if (xHyph.is()) in hasLocale()
817 if (xHyph.is()) in hyphenate()
834 if (xHyph.is()) in queryAlternativeSpelling()
850 if (xHyph.is()) in createPossibleHyphens()
927 LinguMgr::xHyph = 0; in AtExit()
980 return xHyph.is() ? xHyph : GetHyph(); in GetHyphenator()
1048 xHyph = new HyphDummy_Impl; in GetHyph()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx551 void Outliner::SetHyphenator( Reference< XHyphenator >& xHyph ) in SetHyphenator() argument
554 pEditEngine->SetHyphenator( xHyph ); in SetHyphenator()
/trunk/main/linguistic/source/
H A Dhyphdsp.cxx329 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
361 pRef [i] = xHyph; in hyphenate()
368 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
377 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in hyphenate()
468 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
500 pRef [i] = xHyph; in queryAlternativeSpelling()
507 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
516 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
602 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
641 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
[all …]
/trunk/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 Dinftxt.cxx1474 uno::Reference< XHyphenator > xHyph = ::GetHyphenator(); in IsHyphenate() local
1475 if (bInterHyph && xHyph.is()) in IsHyphenate()
1476 SvxSpellWrapper::CheckHyphLang( xHyph, eTmp ); in IsHyphenate()
1478 if( !xHyph.is() || !xHyph->hasLocale( pBreakIt->GetLocale(eTmp) ) ) in IsHyphenate()
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()
/trunk/main/sw/source/ui/inc/
H A Dhyp.hxx37 ::com::sun::star::linguistic2::XHyphenator > xHyph;
/trunk/main/sw/source/ui/lingu/
H A Dhyp.cxx64 xHyph( rxHyph ), in SwHyphWrapper()
/trunk/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()
/trunk/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()

Completed in 164 milliseconds