/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/ |
H A D | mnemonic.cxx | 78 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 D | dlgctrl.cxx | 430 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 D | mnemonic.cxx | 83 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 D | dlgctrl.cxx | 429 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 D | nativenumbersupplier.hxx | 80 mutable css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in i18npool::NativeNumberSupplierService
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/inc/ |
H A D | nativenumbersupplier.hxx | 80 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 D | nativenumbersupplier.cxx | 680 if (!xCharClass.is()) in getNativeNumberString() 681 … xCharClass = 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 D | nativenumbersupplier.cxx | 671 if (!xCharClass.is()) in getNativeNumberString() 672 … xCharClass = 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 D | accessibletexthelper.cxx | 139 … 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 D | accessibletexthelper.cxx | 139 … 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 D | textsearch.hxx | 58 mutable css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in TextSearch
|
H A D | textsearch.cxx | 576 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 D | TransformerBase.hxx | 58 css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in XMLTransformerBase
|
H A D | TransformerBase.cxx | 1012 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 D | textsearch.hxx | 58 mutable css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in TextSearch
|
H A D | textsearch.cxx | 531 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 D | TransformerBase.hxx | 59 css::uno::Reference< css::i18n::XCharacterClassification > xCharClass; member in XMLTransformerBase
|
H A D | TransformerBase.cxx | 1017 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 D | FormulaCompiler.cxx | 177 …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 D | ChangeLog | 14968 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 D | ChangeLog | 370478 vcl: [loplugin:badstatics] xCharClass
|