Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dmnemonic.cxx91 uno::Reference < i18n::XCharacterClassification > xCharClass = GetCharClass(); in RegisterMnemonic() local
94 if ( !xCharClass.is() ) in RegisterMnemonic()
97 XubString aKey = xCharClass->toUpper( rKey, 0, rKey.Len(), rLocale ); in RegisterMnemonic()
137 uno::Reference < i18n::XCharacterClassification > xCharClass = GetCharClass(); in CreateMnemonic() local
140 if ( !xCharClass.is() ) in CreateMnemonic()
143 XubString aKey = xCharClass->toUpper( rKey, 0, rKey.Len(), rLocale ); in CreateMnemonic()
H A Ddlgctrl.cxx416 static uno::Reference< i18n::XCharacterClassification > xCharClass; in ImplFindAccelWindow() local
417 if ( !xCharClass.is() ) in ImplFindAccelWindow()
418 xCharClass = vcl::unohelper::CreateCharacterClassification(); in ImplFindAccelWindow()
421 cCharCode = xCharClass->toUpper( String(cCharCode), 0, 1, rLocale )[0]; in ImplFindAccelWindow()
434 cCompareChar = xCharClass->toUpper( String(cCompareChar), 0, 1, rLocale )[0]; in ImplFindAccelWindow()
H A Dmenu.cxx205 uno::Reference< i18n::XCharacterClassification > xCharClass; member in MenuItemList
442 if ( !xCharClass.is() ) in GetCharClass()
443 ((MenuItemList*)this)->xCharClass = vcl::unohelper::CreateCharacterClassification(); in GetCharClass()
444 return xCharClass; in GetCharClass()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx1067 if( !xCharClass.is() ) in EncodeStyleName()
1076 ->xCharClass = in EncodeStyleName()
1083 OSL_ENSURE( xCharClass.is(), in EncodeStyleName()
1091 if( xCharClass.is() ) in EncodeStyleName()
1093 sal_Int16 nType = xCharClass->getType( rName, i ); in EncodeStyleName()
H A DTransformerBase.hxx66 ::com::sun::star::i18n::XCharacterClassification > xCharClass;
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx417 if ( !xCharClass.is() ) in IsDelimiter()
424 >>= xCharClass; in IsDelimiter()
426 if ( xCharClass.is() ) in IsDelimiter()
428 sal_Int32 nCType = xCharClass->getCharacterType( rStr, nPos, in IsDelimiter()
H A Dtextsearch.hxx60 com::sun::star::i18n::XCharacterClassification > xCharClass; member in TextSearch
/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx166 Reference< i18n::XCharacterClassification > xCharClass = implGetCharacterClassification(); in implGetWordBoundary() local
167 if ( xCharClass.is() ) in implGetWordBoundary()
169 sal_Int32 nType = xCharClass->getCharacterType( sText, rBoundary.startPos, implGetLocale() ); in implGetWordBoundary()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1891 if( !xCharClass.is() ) in encodeStyleName()
1898 ->xCharClass = in encodeStyleName()
1905 OSL_ENSURE( xCharClass.is(), in encodeStyleName()
1913 if( xCharClass.is() ) in encodeStyleName()
1915 sal_Int16 nType = xCharClass->getType( rName, i ); in encodeStyleName()
/trunk/main/vcl/source/control/
H A Dfield2.cxx66 static uno::Reference< i18n::XCharacterClassification > xCharClass; in ImplGetCharClass() local
67 if ( !xCharClass.is() ) in ImplGetCharClass()
68 xCharClass = vcl::unohelper::CreateCharacterClassification(); in ImplGetCharClass()
70 return xCharClass; in ImplGetCharClass()
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx95 ::com::sun::star::i18n::XCharacterClassification > xCharClass;
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1486 …uno::Reference < i18n::XCharacterClassification > xCharClass = vcl::unohelper::CreateCharacterClas… in DbgDialogTest() local
1487 XubString aUpperText = xCharClass->toUpper( aText, 0, aText.Len(), rLocale ); in DbgDialogTest()

Completed in 118 milliseconds