Home
last modified time | relevance | path

Searched refs:GetLocale (Results 1 – 25 of 145) sorted by relevance

123456

/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx247 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 …]
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx694 lang::Locale aLocale( pBreakIt->GetLocale( GetLang( nPos ) ) ); in GetCurWord()
766 rCC.setLocale( pBreakIt->GetLocale( aCurrLang ) ); in NextWord()
781 pBreakIt->GetLocale( aCurrLang ), nWordType, sal_True ); in NextWord()
1214 pBreakIt->GetLocale( eActLang ), in _AutoSpell()
1691 pBreakIt->GetLocale( GetLang( nStt ) ), in TransliterateText()
1696 pBreakIt->GetLocale( GetLang( nEnd ) ), in TransliterateText()
1742 pBreakIt->GetLocale( GetLang( nEnd ) ), in TransliterateText()
1752 pBreakIt->GetLocale( GetLang( nEnd ) ) ); in TransliterateText()
1755 pBreakIt->GetLocale( GetLang( nLastStart ) ) ); in TransliterateText()
1760 pBreakIt->GetLocale( GetLang( nStt ) ) ); in TransliterateText()
[all …]
H A Dfntcap.cxx106 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()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1244 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos )), in IsStartWordWT()
1259 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in IsEndWordWT()
1275 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in IsInWordWT()
1318 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in GoStartWordWT()
1342 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in GoEndWordWT()
1368 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos, 1 ) ), in GoNextWordWT()
1395 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos, 1 ) ), in GoPrevWordWT()
1429 pBreakIt->GetLocale( pTxtNd->GetLang( nPtPos ) ), in SelectWordWT()
1504 nPtPos, pBreakIt->GetLocale( in GoSentence()
1510 nPtPos, pBreakIt->GetLocale( in GoSentence()
[all …]
/trunk/main/vcl/source/control/
H A Dfield.cxx321 …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 Dedit.cxx738 …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 Dfield2.cxx167 …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()
/trunk/main/cui/source/dialogs/
H A Dpostdlg.cxx135 …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()
/trunk/main/sw/source/core/text/
H A Dguess.cxx369 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 Dtxthyph.cxx69 pBreakIt->GetLocale( pFnt->GetLanguage() ), in HyphWord()
251 pBreakIt->GetLocale( rInf.GetFont()->GetLanguage() ), WordType::DICTIONARY_WORD, sal_True ); in Hyphenate()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1984 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()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx162 …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()
/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx59 const lang::Locale aLocale( SW_BREAKITER()->GetLocale( (LanguageType)GetAppLanguage() ) ); in SwSmartTagPopup()
177 SW_BREAKITER()->GetLocale( (LanguageType)GetAppLanguage() ) ); in Execute()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx873 …tText(), mpImpl->maSelection.GetEnd().GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in MouseButtonDown()
1465 …ousCharacters( pNode->GetText(), aPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), nCharacterIte… in CursorLeft()
1485 …extCharacters( pNode->GetText(), aPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), nCharacterIte… in CursorRight()
1505 …tWordBoundary( pNode->GetText(), rPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in CursorWordLeft()
1507 …>previousWord( pNode->GetText(), rPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in CursorWordLeft()
1528 …BI->nextWord( pNode->GetText(), aPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in CursorWordRight()
1557 …tText(), mpImpl->maSelection.GetEnd().GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in ImpDelete()
1559 …tText(), mpImpl->maSelection.GetEnd().GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in ImpDelete()
1585 …tText(), mpImpl->maSelection.GetEnd().GetIndex(), mpImpl->mpTextEngine->GetLocale(), i18n::WordTyp… in ImpDelete()
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx82 const lang::Locale& rLocale = mpSmartTagItem->GetLocale(); in FillMenu()
194 mpSmartTagItem->GetLocale() ); in IMPL_LINK_INLINE_START()
/trunk/main/svtools/source/config/
H A Dhelpopt.cxx105 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()
/trunk/main/sw/source/core/inc/
H A Dtxmsrt.hxx146 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
/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx246 pBreakIt->GetLocale( pTNd->GetLang( nStart )), in _SelectNextRubyChars()
338 pBreakIt->GetLocale( pTNd->GetLang( nStart )), in _SelectNextRubyChars()
H A Ddoctxm.cxx1114 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()
/trunk/main/vcl/source/app/
H A Dsettings.cxx1930 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()
/trunk/main/svtools/source/table/
H A Dcellvalueconversion.cxx156 … m_nFormatKey = xTypes->getStandardFormat( i_numberFormatType, SvtSysLocale().GetLocale() ); in StandardFormatNormalizer()
352 aInitArgs[0] <<= SvtSysLocale().GetLocale(); in lcl_ensureNumberFormatter()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx260 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
262 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
298 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
300 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx864 xMSF, SwBreakIt::Get()->GetLocale( (LanguageType)GetAppLanguage() )); in GetAppCharClass()
885 const lang::Locale& rLcl = pBreakIt->GetLocale( in GetAppCollator()
900 const lang::Locale& rLcl = pBreakIt->GetLocale( in GetAppCaseCollator()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblestatusbaritem.cxx200 return Application::GetSettings().GetLocale(); in implGetLocale()
396 return Application::GetSettings().GetLocale(); in getLocale()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1292 …Int16)_xBI->previousCharacters( *aNewPaM.GetNode(), aNewPaM.GetIndex(), GetLocale( aNewPaM ), nCha… in CursorLeft()
1317 …al_uInt16)_xBI->nextCharacters( *aNewPaM.GetNode(), aNewPaM.GetIndex(), GetLocale( aNewPaM ), nCha… in CursorRight()
1553 lang::Locale aLocale( GetLocale( aTmpPaM ) ); in WordLeft()
1575 lang::Locale aLocale( GetLocale( aTmpPaM ) ); in WordRight()
1606 lang::Locale aLocale( GetLocale( aTmpPaM ) ); in StartOfWord()
1624 lang::Locale aLocale( GetLocale( aTmpPaM ) ); in EndOfWord()
1643 lang::Locale aLocale( GetLocale( aTmpPaM ) ); in SelectWord()
1671 …long nStart = rPaM.GetIndex() ? _xBI->beginOfSentence( sParagraph, rPaM.GetIndex(), GetLocale( rPa… in SelectSentence()
1673 long nEnd = _xBI->endOfSentence( *pNode, rPaM.GetIndex(), GetLocale( rPaM ) ); in SelectSentence()
4044 lang::Locale aLocale = GetLocale( aPaM ); in GetChar()

Completed in 212 milliseconds

123456