Searched refs:aCurLocale (Results 1 – 2 of 2) sorted by relevance
/trunk/main/linguistic/source/ |
H A D | gciterator.cxx | 564 …lang::Locale aCurLocale = lcl_GetPrimaryLanguageOfSentence( xFlatPara, aFPEntryItem.m_nStartIndex … in DequeueAndCheck() local 573 … sal_Int32 nSuggestedEnd = GetSuggestedEndOfSentence( aCurTxt, nStartPos, aCurLocale ); in DequeueAndCheck() 579 …uno::Reference< linguistic2::XProofreader > xGC( GetGrammarChecker( aCurLocale ), uno::UNO_QUERY ); in DequeueAndCheck() 584 …aRes = xGC->doProofreading( aCurDocId, aCurTxt, aCurLocale, nStartPos, nSuggestedEnd, aEmptyProps … in DequeueAndCheck() 604 aRes.aLocale = aCurLocale; in DequeueAndCheck() 716 lang::Locale aCurLocale = lcl_GetPrimaryLanguageOfSentence( xFlatPara, nStartPos ); in checkSentenceAtPosition() local 725 … nSuggestedEndOfSentencePos = GetSuggestedEndOfSentence( rText, nStartPos, aCurLocale ); in checkSentenceAtPosition() 728 xGC = GetGrammarChecker( aCurLocale ); in checkSentenceAtPosition() 735 …aTmpRes = xGC->doProofreading( aDocId, rText, aCurLocale, nStartPos, nSuggestedEndOfSentencePos, a… in checkSentenceAtPosition()
|
/trunk/main/cui/source/options/ |
H A D | optlingu.cxx | 2230 Locale aCurLocale; in IMPL_LINK() local 2231 SvxLanguageToLocale(aCurLocale, eCurLanguage); in IMPL_LINK() 2326 pInfo->xSpell->hasLocale( aCurLocale ); in IMPL_LINK() 2370 pInfo->xGrammar->hasLocale( aCurLocale ); in IMPL_LINK() 2414 pInfo->xHyph->hasLocale( aCurLocale ); in IMPL_LINK() 2458 pInfo->xThes->hasLocale( aCurLocale ); in IMPL_LINK() 2481 aLastLocale.Language = aCurLocale.Language; in IMPL_LINK() 2482 aLastLocale.Country = aCurLocale.Country; in IMPL_LINK()
|
Completed in 38 milliseconds