Home
last modified time | relevance | path

Searched refs:aLocale (Results 176 – 200 of 299) sorted by path

12345678910>>...12

/trunk/main/sc/source/filter/xml/
H A Dxmlsorti.cxx169 lang::Locale aLocale; in EndElement() local
170 aLocale.Language = sLanguage; in EndElement()
171 aLocale.Country = sCountry; in EndElement()
173 aSortDescriptor[7].Value <<= aLocale; in EndElement()
/trunk/main/sc/source/ui/app/
H A Dscmod2.cxx85 lang::Locale aLocale; in HasThesaurusLanguage() local
86 SvxLanguageToLocale( aLocale, nLang ); in HasThesaurusLanguage()
93 bHasLang = xThes->hasLocale( aLocale ); in HasThesaurusLanguage()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx1062 lang::Locale aLocale( MsLangId::convertLanguageToLocale( eLang )); in IMPL_LINK() local
1063 uno::Sequence<rtl::OUString> aAlgos = pColWrap->listCollatorAlgorithms( aLocale ); in IMPL_LINK()
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx411 Locale aLocale; in setBooleanFormat() local
427 … xOldFormat->getPropertyValue( ::rtl::OUString::createFromAscii( "Locale" ) ) >>= aLocale; in setBooleanFormat()
437 sal_Int32 nNewIndex = xTypes->getStandardFormat( NumberFormat::LOGICAL, aLocale ); in setBooleanFormat()
H A Ddefltuno.cxx189 lang::Locale aLocale; in setPropertyValue() local
190 if ( aValue >>= aLocale ) in setPropertyValue()
193 if (aLocale.Language.getLength() || aLocale.Country.getLength()) in setPropertyValue()
194 eNew = MsLangId::convertLocaleToLanguage( aLocale ); in setPropertyValue()
H A Ddocuno.cxx1688 lang::Locale aLocale; in setPropertyValue() local
1689 if ( aValue >>= aLocale ) in setPropertyValue()
1705 lang::Locale aLocale; in setPropertyValue() local
1706 if ( aValue >>= aLocale ) in setPropertyValue()
1716 lang::Locale aLocale; in setPropertyValue() local
1823 lang::Locale aLocale; in getPropertyValue() local
1825 aRet <<= aLocale; in getPropertyValue()
1838 lang::Locale aLocale; in getPropertyValue() local
1840 aRet <<= aLocale; in getPropertyValue()
1847 lang::Locale aLocale; in getPropertyValue() local
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx579 lang::Locale aLocale; in setNumberFormat() local
581 …mProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Locale" ) ) ) >>= aLocale; in setNumberFormat()
582 nNewIndex = mxFormats->queryKey( rFormat, aLocale, false ); in setNumberFormat()
584 nNewIndex = mxFormats->addNew( rFormat, aLocale ); in setNumberFormat()
593 lang::Locale aLocale; in setNumberFormat() local
594 …rProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Locale" ) ) ) >>= aLocale; in setNumberFormat()
598 sal_Int32 nNewIndex = xTypes->getStandardFormat( nType, aLocale ); in setNumberFormat()
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx103 ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale(); in lcl_getStringResourceManager()
109 aArgs[2] <<= aLocale; in lcl_getStringResourceManager()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1646 Locale aLocale = aLocaleSeq[0]; in importBinary() local
1647 removeLocale( aLocale ); in importBinary()
1673 Locale aLocale; in importBinary() local
1674 aLocale.Language = aIn.readString(); in importBinary()
1675 aLocale.Country = aIn.readString(); in importBinary()
1676 aLocale.Variant = aIn.readString(); in importBinary()
1702 Locale& aLocale ) in checkNamingSceme() argument
1773 Locale aLocale; in implScanLocaleNames() local
1793 Locale aLocale; in implScanLocaleNames() local
1850 Locale aLocale = pLocaleItem->m_locale; in implGetNameScemeForLocaleItem() local
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx323 Locale aLocale; in getNumberOfSubitems() local
344 xSet->getPropertyValue( aStrLocaleName ) >>= aLocale; in getNumberOfSubitems()
353 … nPos = xBI->getWordBoundary(aText, nPos, aLocale, i18n::WordType::ANY_WORD, sal_True).endPos; in getNumberOfSubitems()
363 … nPos = xBI->nextCharacters(aText, nPos, aLocale, i18n::CharacterIteratorMode::SKIPCELL, 0, nDone); in getNumberOfSubitems()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1284 lang::Locale aLocale; in setPropertyValue() local
1285 if(!(aValue >>= aLocale)) in setPropertyValue()
1288 mpDoc->SetLanguage( SvxLocaleToLanguage(aLocale), EE_CHAR_LANGUAGE ); in setPropertyValue()
1360 lang::Locale aLocale; in getPropertyValue() local
1361 SvxLanguageToLocale( aLocale, eLang ); in getPropertyValue()
1362 aAny <<= aLocale; in getPropertyValue()
H A Dunopool.cxx82 lang::Locale aLocale; in putAny() local
83 if( rValue >>= aLocale ) in putAny()
85 SdUnoGetLanguage( aLocale ), in putAny()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob.cxx416 lang::Locale aLocale( SvxCreateLocale( nLang ) ); in GetAttrState() local
419 !xThes.is() || nLang == LANGUAGE_NONE || !xThes->hasLocale( aLocale )) in GetAttrState()
H A Ddrviews7.cxx592 Locale aLocale; in GetMenuState() local
594 SvxLanguageToLocale( aLocale, eLang ); in GetMenuState()
596 if (!xThesaurus.is() || eLang == LANGUAGE_NONE || !xThesaurus->hasLocale(aLocale) ) in GetMenuState()
H A Doutlnvsh.cxx1109 Locale aLocale; in GetMenuState() local
1111 SvxLanguageToLocale( aLocale, eLang ); in GetMenuState()
1113 if (!xThesaurus.is() || eLang == LANGUAGE_NONE || !xThesaurus->hasLocale(aLocale)) in GetMenuState()
H A Dsdview.cxx464 const ::com::sun::star::lang::Locale aLocale; in createRedirectedPrimitive2DSequence() local
475 aLocale, in createRedirectedPrimitive2DSequence()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx81 const css::lang::Locale aLocale,
352 const css::lang::Locale aLocale,
460 const lang::Locale aLocale) in Create() argument
490 const lang::Locale aLocale, in Create() argument
506 aLocale, in Create()
533 const lang::Locale aLocale,
908 const lang::Locale aLocale, in AccessibleObject() argument
915 maLocale(aLocale), in AccessibleObject()
1797 const lang::Locale aLocale, in AccessibleParagraph() argument
2243 const lang::Locale aLocale, in Create() argument
[all …]
H A DPresenterTextView.cxx630 lang::Locale aLocale; in PresenterTextParagraph() local
633 xProperties->getPropertyValue(A2S("CharLocale")) >>= aLocale; in PresenterTextParagraph()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx565 ::com::sun::star::lang::Locale aLocale = rAllSettings.GetUILocale(); in CreateSimpleResManager()
566 pRet = new SimpleResMgr( CREATEVERSIONRESMGR_NAME(sfx), aLocale ); in CreateSimpleResManager()
H A Dlinkmgr2.cxx565 com::sun::star::lang::Locale aLocale; in Connect() local
566 MsLangId::convertLanguageToLocale( LANGUAGE_SYSTEM, aLocale ); in Connect()
567 CharClass aCC( aLocale ); in Connect()
H A Dnewhelp.cxx218 const Locale aLocale = Application::GetSettings().GetUILocale(); in PrepareSearchString() local
220 rSearchString, nStartPos, aLocale, WordType::ANYWORD_IGNOREWHITESPACES, sal_True ); in PrepareSearchString()
246 aLocale, WordType::ANYWORD_IGNOREWHITESPACES ); in PrepareSearchString()
H A Dsfxhelp.cxx122 Any aLocale = in HelpLocaleString() local
125 aLocale >>= aLocaleStr; in HelpLocaleString()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx506 rtl::OUString aLocale; in getDefaultLocale() local
508 >>= aLocale; in getDefaultLocale()
510 if ( aLocale.getLength() > 0 ) in getDefaultLocale()
512 sal_Int32 nPos = aLocale.indexOf( sal_Unicode( '-' ) ); in getDefaultLocale()
515 maLocale.Language = aLocale.copy( 0, nPos ); in getDefaultLocale()
516 nPos = aLocale.indexOf( sal_Unicode( '_' ), nPos + 1 ); in getDefaultLocale()
520 = aLocale.copy( maLocale.Language.getLength() + 1, in getDefaultLocale()
523 = aLocale.copy( nPos + 1 ); in getDefaultLocale()
528 = aLocale.copy( maLocale.Language.getLength() + 1 ); in getDefaultLocale()
H A Dobjuno.cxx920 lang::Locale aLocale; in setFastPropertyValue() local
921 aValue >>= aLocale; in setFastPropertyValue()
923 if ( aLocale.Language != oldLocale.Language || in setFastPropertyValue()
924 aLocale.Country != oldLocale.Country || in setFastPropertyValue()
925 aLocale.Variant != oldLocale.Variant ) in setFastPropertyValue()
927 _pImp->m_xDocProps->setLanguage(aLocale); in setFastPropertyValue()
/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx218 lang::Locale aLocale; in InsertThesaurusSubmenu_Impl() local
219 aHelper.GetLocale( aLocale, aThesLookUpStr, nDelimPos ); in InsertThesaurusSubmenu_Impl()
220 …const bool bHasMoreSynonyms = aHelper.GetMeanings( aSynonyms, aText, aLocale, 7 /*max number of sy… in InsertThesaurusSubmenu_Impl()
232 String sThesImplName( aHelper.GetThesImplName( aLocale ) ); in InsertThesaurusSubmenu_Impl()

Completed in 216 milliseconds

12345678910>>...12