Home
last modified time | relevance | path

Searched refs:xCharClass (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dmnemonic.cxx78 uno::Reference < i18n::XCharacterClassification > xCharClass = GetCharClass(); in RegisterMnemonic() local
81 if ( !xCharClass.is() ) in RegisterMnemonic()
84 OUString aKey = xCharClass->toLower(rKey, 0, rKey.getLength(), css::lang::Locale()); in RegisterMnemonic()
121 uno::Reference < i18n::XCharacterClassification > xCharClass = GetCharClass(); in CreateMnemonic() local
124 if ( !xCharClass.is() ) in CreateMnemonic()
127 OUString aKey = xCharClass->toLower(_rKey, 0, _rKey.getLength(), css::lang::Locale()); in CreateMnemonic()
H A Ddlgctrl.cxx430 uno::Reference<i18n::XCharacterClassification> const& xCharClass(ImplGetCharClass()); in ImplFindAccelWindow() local
433 cCharCode = xCharClass->toUpper( OUString(cCharCode), 0, 1, rLocale )[0]; in ImplFindAccelWindow()
446 cCompareChar = xCharClass->toUpper( OUString(cCompareChar), 0, 1, rLocale )[0]; in ImplFindAccelWindow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dmnemonic.cxx83 uno::Reference < i18n::XCharacterClassification > xCharClass = GetCharClass(); in RegisterMnemonic() local
86 if ( !xCharClass.is() ) in RegisterMnemonic()
89 OUString aKey = xCharClass->toLower(rKey, 0, rKey.getLength(), css::lang::Locale()); in RegisterMnemonic()
126 uno::Reference < i18n::XCharacterClassification > xCharClass = GetCharClass(); in CreateMnemonic() local
129 if ( !xCharClass.is() ) in CreateMnemonic()
132 OUString aKey = xCharClass->toLower(_rKey, 0, _rKey.getLength(), css::lang::Locale()); in CreateMnemonic()
H A Ddlgctrl.cxx429 uno::Reference<i18n::XCharacterClassification> const& xCharClass(ImplGetCharClass()); in ImplFindAccelWindow() local
432 cCharCode = xCharClass->toUpper( OUString(cCharCode), 0, 1, rLocale )[0]; in ImplFindAccelWindow()
445 cCompareChar = xCharClass->toUpper( OUString(cCompareChar), 0, 1, rLocale )[0]; in ImplFindAccelWindow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/inc/
H A Dnativenumbersupplier.hxx80 mutable css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in i18npool::NativeNumberSupplierService
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/inc/
H A Dnativenumbersupplier.hxx80 mutable css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in i18npool::NativeNumberSupplierService
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx680 if (!xCharClass.is()) in getNativeNumberString()
681xCharClass = CharacterClassification::create(comphelper::getProcessComponentContext()); in getNativeNumberString()
686 return xCharClass->toTitle(aStr, 0, 1, aLocale) + in getNativeNumberString()
689 return xCharClass->toUpper(aStr, 0, aStr.getLength(), aLocale); in getNativeNumberString()
691 return xCharClass->toLower(aStr, 0, aStr.getLength(), aLocale); in getNativeNumberString()
693 return xCharClass->toTitle(aStr, 0, aStr.getLength(), aLocale); in getNativeNumberString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx671 if (!xCharClass.is()) in getNativeNumberString()
672xCharClass = CharacterClassification::create(comphelper::getProcessComponentContext()); in getNativeNumberString()
677 return xCharClass->toTitle(aStr, 0, 1, aLocale) + in getNativeNumberString()
680 return xCharClass->toUpper(aStr, 0, aStr.getLength(), aLocale); in getNativeNumberString()
682 return xCharClass->toTitle(aStr, 0, aStr.getLength(), aLocale); in getNativeNumberString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Daccessibletexthelper.cxx139 … Reference< i18n::XCharacterClassification > xCharClass = implGetCharacterClassification(); in implGetWordBoundary() local
140 if ( xCharClass.is() ) in implGetWordBoundary()
142 … sal_Int32 nType = xCharClass->getCharacterType( rText, rBoundary.startPos, implGetLocale() ); in implGetWordBoundary()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Daccessibletexthelper.cxx139 … Reference< i18n::XCharacterClassification > xCharClass = implGetCharacterClassification(); in implGetWordBoundary() local
140 if ( xCharClass.is() ) in implGetWordBoundary()
142 … sal_Int32 nType = xCharClass->getCharacterType( rText, rBoundary.startPos, implGetLocale() ); in implGetWordBoundary()
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/search/
H A Dtextsearch.hxx58 mutable css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in TextSearch
H A Dtextsearch.cxx576 if ( !xCharClass.is() ) in IsDelimiter()
577 xCharClass = CharacterClassification::create( m_xContext ); in IsDelimiter()
578 sal_Int32 nCType = xCharClass->getCharacterType( rStr, nPos, in IsDelimiter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/transform/
H A DTransformerBase.hxx58 css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in XMLTransformerBase
H A DTransformerBase.cxx1012 if( !xCharClass.is() ) in EncodeStyleName()
1015 … ->xCharClass = CharacterClassification::create( comphelper::getProcessComponentContext() ); in EncodeStyleName()
1017 sal_Int16 nType = xCharClass->getType( rName, i ); in EncodeStyleName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/search/
H A Dtextsearch.hxx58 mutable css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in TextSearch
H A Dtextsearch.cxx531 if ( !xCharClass.is() ) in IsDelimiter()
532 xCharClass = CharacterClassification::create( m_xContext ); in IsDelimiter()
533 sal_Int32 nCType = xCharClass->getCharacterType( rStr, nPos, in IsDelimiter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/transform/
H A DTransformerBase.hxx59 css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in XMLTransformerBase
H A DTransformerBase.cxx1017 if( !xCharClass.is() ) in EncodeStyleName()
1020 … ->xCharClass = CharacterClassification::create( comphelper::getProcessComponentContext() ); in EncodeStyleName()
1022 sal_Int16 nType = xCharClass->getType( rName, i ); in EncodeStyleName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/formula/source/core/api/
H A DFormulaCompiler.cxx177 …std::unique_ptr<CharClass> xCharClass( xMap->isEnglish() ? nullptr : createCharClassIfNonEnglishUI… in OpCodeList() local
178 const CharClass* pCharClass = xCharClass.get(); in OpCodeList()
823 …std::unique_ptr<CharClass> xCharClass( xMap->isEnglish() ? nullptr : createCharClassIfNonEnglishUI… in CreateOpCodeMap() local
824 const CharClass* pCharClass = xCharClass.get(); in CreateOpCodeMap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog14968 Calling xCharClass->toUpper may change words, eg: "Straße" becomes "Strasse"
632527 vcl: [loplugin:badstatics] xCharClass
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog370478 vcl: [loplugin:badstatics] xCharClass