/aoo41x/main/linguistic/source/ |
H A D | hyphdsp.cxx | 329 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 …]
|
/aoo41x/main/editeng/source/misc/ |
H A D | unolingu.cxx | 773 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 …]
|
H A D | splwrap.cxx | 192 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 D | guess.cxx | 296 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 D | txthyph.cxx | 64 Reference< XHyphenator > xHyph = ::GetHyphenator(); in HyphWord() local 67 if( xHyph.is() ) in HyphWord() 68 xHyphWord = xHyph->hyphenate( OUString(rTxt), in HyphWord()
|
H A D | inftxt.cxx | 1462 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 D | splwrap.hxx | 63 ::com::sun::star::linguistic2::XHyphenator > xHyph; 100 ::com::sun::star::linguistic2::XHyphenator > xHyph, 117 GetXHyphenator() { return xHyph; } in GetXHyphenator()
|
H A D | unolingu.hxx | 80 ::com::sun::star::linguistic2::XHyphenator > xHyph;
|
H A D | editeng.hxx | 377 ::com::sun::star::linguistic2::XHyphenator >& xHyph );
|
H A D | outliner.hxx | 1005 ::com::sun::star::linguistic2::XHyphenator >& xHyph );
|
/aoo41x/main/cui/source/options/ |
H A D | optlingu.cxx | 525 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 D | viewling.cxx | 463 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 D | outlin2.cxx | 551 void Outliner::SetHyphenator( Reference< XHyphenator >& xHyph ) in SetHyphenator() argument 554 pEditEngine->SetHyphenator( xHyph ); in SetHyphenator()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | hyp.hxx | 37 ::com::sun::star::linguistic2::XHyphenator > xHyph;
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | hyp.cxx | 64 xHyph( rxHyph ), in SwHyphWrapper()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.hxx | 916 ::com::sun::star::linguistic2::XHyphenator > &xHyph ) in SetHyphenator() 917 { xHyphenator = xHyph; } in SetHyphenator()
|
H A D | editeng.cxx | 2143 void EditEngine::SetHyphenator( Reference< XHyphenator > & xHyph ) in SetHyphenator() argument 2146 pImpEditEngine->SetHyphenator( xHyph ); in SetHyphenator()
|
H A D | impedit3.cxx | 1803 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 D | outdev3.cxx | 4807 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()
|