/aoo41x/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 247 pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator ==() 292 pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator <() 349 sal_Bool bRet = pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator ==() 350 sOtherTxt, sOtherTxtReading, rCmp.GetLocale() ); in operator ==() 380 pTOXIntl->IsLess( sMyTxt, sMyTxtReading, GetLocale(), in operator <() 381 sOtherTxt, sOtherTxtReading, rCmp.GetLocale() ); in operator <() 386 bRet = pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator <() 500 pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator ==() 501 sOtherTxt, sOtherTxtReading, rCmpBase.GetLocale() ); in operator ==() 516 pTOXIntl->IsLess( sMyTxt, sMyTxtReading, GetLocale(), in operator <() [all …]
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 688 lang::Locale aLocale( pBreakIt->GetLocale( GetLang( nPos ) ) ); in GetCurWord() 760 rCC.setLocale( pBreakIt->GetLocale( aCurrLang ) ); in NextWord() 775 pBreakIt->GetLocale( aCurrLang ), nWordType, sal_True ); in NextWord() 1208 pBreakIt->GetLocale( eActLang ), in _AutoSpell() 1685 pBreakIt->GetLocale( GetLang( nStt ) ), in TransliterateText() 1690 pBreakIt->GetLocale( GetLang( nEnd ) ), in TransliterateText() 1736 pBreakIt->GetLocale( GetLang( nEnd ) ), in TransliterateText() 1746 pBreakIt->GetLocale( GetLang( nEnd ) ) ); in TransliterateText() 1749 pBreakIt->GetLocale( GetLang( nLastStart ) ) ); in TransliterateText() 1754 pBreakIt->GetLocale( GetLang( nStt ) ) ); in TransliterateText() [all …]
|
H A D | fntcap.cxx | 106 pBreakIt->GetLocale( rFnt.GetLanguage() ), in lcl_CalcCaseMap() 651 pBreakIt->GetLocale( eLng ), CharType::LOWERCASE_LETTER); in DoOnCapitals() 699 pBreakIt->GetLocale( eLng ), CharType::LOWERCASE_LETTER); in DoOnCapitals() 813 pBreakIt->GetLocale( eLng ), CharType::LOWERCASE_LETTER); in DoOnCapitals()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 1232 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos )), in IsStartWordWT() 1247 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in IsEndWordWT() 1263 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in IsInWordWT() 1306 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in GoStartWordWT() 1330 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in GoEndWordWT() 1356 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos, 1 ) ), in GoNextWordWT() 1383 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos, 1 ) ), in GoPrevWordWT() 1417 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in SelectWordWT() 1492 nPtPos, pBreakIt->GetLocale( in GoSentence() 1498 nPtPos, pBreakIt->GetLocale( in GoSentence() [all …]
|
/aoo41x/main/vcl/source/control/ |
H A D | field.cxx | 321 …LocaleDataWrapper = new LocaleDataWrapper( vcl::unohelper::GetMultiServiceFactory(), GetLocale() ); in ImplGetLocaleDataWrapper() 367 const lang::Locale& FormatterBase::GetLocale() const in GetLocale() function in FormatterBase 372 return mpField->GetSettings().GetLocale(); in GetLocale() 374 return Application::GetSettings().GetLocale(); in GetLocale() 900 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged() 1019 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged() 1864 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged() 1990 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged() 2331 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged() 2450 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged()
|
H A D | edit.cxx | 738 …oundary = xBI->getWordBoundary( maText, aSelection.Min(), GetSettings().GetLocale(), i18n::WordTyp… in ImplDelete() 740 …aBoundary = xBI->previousWord( maText, aSelection.Min(), GetSettings().GetLocale(), i18n::WordType… in ImplDelete() 750 …aSelection.Min() = xBI->previousCharacters( maText, aSelection.Min(), GetSettings().GetLocale(), i… in ImplDelete() 757 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSelection.Max(), GetSettings().GetLocale(), i18… in ImplDelete() 767 …aSelection.Max() = xBI->nextCharacters( maText, aSelection.Max(), GetSettings().GetLocale(), i18n:… in ImplDelete() 1456 …oundary = xBI->getWordBoundary( maText, aSelection.Max(), GetSettings().GetLocale(), i18n::WordTyp… in MouseButtonDown() 1689 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSel.Max(), GetSettings().GetLocale(), i1… in ImplHandleKeyEvent() 1691 …aBoundary = xBI->previousWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::WordType::ANYW… in ImplHandleKeyEvent() 1697 …aSel.Max() = xBI->previousCharacters( maText, aSel.Max(), GetSettings().GetLocale(), i18n::Charact… in ImplHandleKeyEvent() 1704 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::Wor… in ImplHandleKeyEvent() [all …]
|
H A D | field2.cxx | 167 …tCharClass()->getStringType( aCharStr, 0, aCharStr.Len(), Application::GetSettings().GetLocale() ); in ImplIsPatternChar() 216 …cChar = ImplGetCharClass()->toUpper( String(cChar),0,1,Application::GetSettings().GetLocale() )[0]; in ImplPatternChar() 1701 mpCalendarWrapper->loadDefaultCalendar( GetLocale() ); in GetCalendarWrapper() 2174 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged() 2279 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged() 3208 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged() 3380 ImplGetLocaleDataWrapper().setLocale( GetSettings().GetLocale() ); in DataChanged()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | postdlg.cxx | 135 …aLocaleWrapper( ::comphelper::getProcessServiceFactory(), Application::GetSettings().GetLocale() ); in SvxPostItDialog() 222 …aLocaleWrapper( ::comphelper::getProcessServiceFactory(), Application::GetSettings().GetLocale() ); in IMPL_LINK_INLINE_END() 248 …aLocaleWrapper( ::comphelper::getProcessServiceFactory(), Application::GetSettings().GetLocale() ); in IMPL_LINK()
|
/aoo41x/main/sw/source/core/text/ |
H A D | guess.cxx | 369 const lang::Locale aLocale = pBreakIt->GetLocale( aLang ); in Guess() 546 pBreakIt->GetLocale( rInf.GetFont()->GetLanguage() ), in AlternativeSpelling() 561 pBreakIt->GetLocale( rInf.GetFont()->GetLanguage() ), in AlternativeSpelling()
|
H A D | txthyph.cxx | 69 pBreakIt->GetLocale( pFnt->GetLanguage() ), in HyphWord() 251 pBreakIt->GetLocale( rInf.GetFont()->GetLanguage() ), WordType::DICTIONARY_WORD, sal_True ); in Hyphenate()
|
/aoo41x/main/sw/source/ui/smartmenu/ |
H A D | stmenu.cxx | 59 const lang::Locale aLocale( SW_BREAKITER()->GetLocale( (LanguageType)GetAppLanguage() ) ); in SwSmartTagPopup() 177 … SW_BREAKITER()->GetLocale( (LanguageType)GetAppLanguage() ) ); in Execute()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | versdlg.cxx | 162 …aLocaleWrapper( ::comphelper::getProcessServiceFactory(), Application::GetSettings().GetLocale() ); in GetVersions() 348 ::comphelper::getProcessServiceFactory(), Application::GetSettings().GetLocale() ); in RecalcDateColumn() 482 …aLocaleWrapper( ::comphelper::getProcessServiceFactory(), Application::GetSettings().GetLocale() ); in SfxViewVersionDialog_Impl()
|
/aoo41x/main/sc/source/core/data/ |
H A D | global.cxx | 1984 pCalendar->loadDefaultCalendar( *GetLocale() ); in GetCalendar() 1993 pCollator->loadDefaultCollator( *GetLocale(), SC_COLLATOR_IGNORES ); in GetCollator() 2002 pCaseCollator->loadDefaultCollator( *GetLocale(), 0 ); in GetCaseCollator() 2020 pScIntlWrapper = new IntlWrapper( ::comphelper::getProcessServiceFactory(), *GetLocale() ); in GetScIntlWrapper() 2024 ::com::sun::star::lang::Locale* ScGlobal::GetLocale() in GetLocale() function in ScGlobal 2028 pLocale = new ::com::sun::star::lang::Locale( Application::GetSettings().GetLocale()); in GetLocale()
|
/aoo41x/main/svx/source/mnuctrls/ |
H A D | SmartTagCtl.cxx | 82 const lang::Locale& rLocale = mpSmartTagItem->GetLocale(); in FillMenu() 194 mpSmartTagItem->GetLocale() ); in IMPL_LINK_INLINE_START()
|
/aoo41x/main/svtools/source/config/ |
H A D | helpopt.cxx | 105 String GetLocale() const { return aLocale; } in GetLocale() function in SvtHelpOptions_Impl 741 String SvtHelpOptions::GetLocale() const in GetLocale() function in SvtHelpOptions 743 return pImp->GetLocale(); in GetLocale()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textview.cxx | 873 …tText(), mpImpl->maSelection.GetEnd().GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in MouseButtonDown() 1461 …ousCharacters( pNode->GetText(), aPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), nCharacterIte… in CursorLeft() 1481 …extCharacters( pNode->GetText(), aPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), nCharacterIte… in CursorRight() 1501 …tWordBoundary( pNode->GetText(), rPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in CursorWordLeft() 1503 …>previousWord( pNode->GetText(), rPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in CursorWordLeft() 1524 …BI->nextWord( pNode->GetText(), aPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in CursorWordRight() 1553 …tText(), mpImpl->maSelection.GetEnd().GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in ImpDelete() 1555 …tText(), mpImpl->maSelection.GetEnd().GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in ImpDelete() 1581 …tText(), mpImpl->maSelection.GetEnd().GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in ImpDelete()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | txmsrt.hxx | 146 inline const ::com::sun::star::lang::Locale& GetLocale() const; 170 inline const ::com::sun::star::lang::Locale& SwTOXSortTabBase::GetLocale() const in GetLocale() function in SwTOXSortTabBase
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docruby.cxx | 246 pBreakIt->GetLocale( pTNd->GetLang( nStart )), in _SelectNextRubyChars() 338 pBreakIt->GetLocale( pTNd->GetLang( nStart )), in _SelectNextRubyChars()
|
H A D | doctxm.cxx | 1114 aSortArr[i]->GetLocale() ); in InsertAlphaDelimitter() 1123 rIntl, aSortArr[i]->GetLocale() ); in InsertAlphaDelimitter() 1231 aLocale = pBreakIt->GetLocale( in UpdateMarks() 2355 if( rIntl.IsEqual( sMyString, sMyStringReading, pBase->GetLocale(), in GetKeyRange() 2356 sToCompare, sToCompareReading, rNew.GetLocale() ) && in GetKeyRange() 2364 rNew.GetLocale() ); in GetKeyRange()
|
/aoo41x/main/svtools/source/table/ |
H A D | cellvalueconversion.cxx | 156 … m_nFormatKey = xTypes->getStandardFormat( i_numberFormatType, SvtSysLocale().GetLocale() ); in StandardFormatNormalizer() 352 aInitArgs[0] <<= SvtSysLocale().GetLocale(); in lcl_ensureNumberFormatter()
|
/aoo41x/main/vcl/source/app/ |
H A D | settings.cxx | 1930 const ::com::sun::star::lang::Locale& AllSettings::GetLocale() const in GetLocale() function in AllSettings 1933 mpData->maLocale = mpData->maSysLocale.GetLocale(); in GetLocale() 1973 …LocaleDataWrapper = new LocaleDataWrapper( vcl::unohelper::GetMultiServiceFactory(), GetLocale() ); in GetLocaleDataWrapper() 1992 ((AllSettings*)this)->mpData->mpI18nHelper = new vcl::I18nHelper( aFactory, GetLocale() ); in GetLocaleI18nHelper() 2049 aAllSettings.SetLocale( aAllSettings.mpData->maSysLocale.GetOptions().GetLocale() ); in LocaleSettingsChanged()
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 260 pFormatter->GetLocale() ); in SvXMLNumFmtExport() 262 pFormatter->GetLocale() ); in SvXMLNumFmtExport() 298 pFormatter->GetLocale() ); in SvXMLNumFmtExport() 300 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | init.cxx | 851 xMSF, SwBreakIt::Get()->GetLocale( (LanguageType)GetAppLanguage() )); in GetAppCharClass() 872 const lang::Locale& rLcl = pBreakIt->GetLocale( in GetAppCollator() 887 const lang::Locale& rLcl = pBreakIt->GetLocale( in GetAppCaseCollator()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessiblestatusbaritem.cxx | 200 return Application::GetSettings().GetLocale(); in implGetLocale() 396 return Application::GetSettings().GetLocale(); in getLocale()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 212 ::com::sun::star::lang::Locale OWizTypeSelectControl::GetLocale() const in GetLocale() function in OWizTypeSelectControl 214 return static_cast<OWizTypeSelect*>(GetParent())->m_pParent->GetLocale(); in GetLocale()
|