/aoo42x/main/unotools/source/i18n/ |
H A D | charclass.cxx | 199 return isAlphaType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isAlpha() 238 return isLetterType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isLetter() 277 return isNumericType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isNumeric() 316 return isAlphaNumericType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isAlphaNumeric() 355 return isLetterNumericType( xCC->getStringType( rStr, 0, rStr.Len(), getLocale() ) ); in isLetterNumeric() 498 sal_Int32 CharClass::getStringType( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const in getStringType() function in CharClass 503 return xCC->getStringType( rStr, nPos, nCount, getLocale() ); in getStringType()
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | TableCellTextBinding.java | 79 getStringType() in getSupportedValueTypes() 92 if ( !type.equals( getStringType() ) ) in getValue() 128 return type.equals( getStringType() ); in supportsType() 133 private static final Type getStringType() in getStringType() method in TableCellTextBinding
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | TableCellTextBinding.java | 76 getStringType() in getSupportedValueTypes() 89 if ( !type.equals( getStringType() ) ) in getValue() 125 return type.equals( getStringType() ); in supportsType() 130 private static final Type getStringType() in getStringType() method in TableCellTextBinding
|
/aoo42x/main/i18npool/source/characterclassification/ |
H A D | characterclassificationImpl.cxx | 107 CharacterClassificationImpl::getStringType( const OUString& Text, sal_Int32 nPos, in getStringType() function in com::sun::star::i18n::CharacterClassificationImpl 110 …return getLocaleSpecificCharacterClassification(rLocale)->getStringType(Text, nPos, nCount, rLocal… in getStringType()
|
H A D | cclass_unicode.cxx | 210 cclass_Unicode::getStringType( const OUString& Text, sal_Int32 nPos, sal_Int32 nCount, const Locale… in getStringType() function in com::sun::star::i18n::cclass_Unicode
|
/aoo42x/main/qadevOOo/objdsc/i18n/ |
H A D | com.sun.star.i18n.CharacterClassification.csv | 11 "CharacterClassification";"com::sun::star::i18n::XCharacterClassification";"getStringType()"
|
/aoo42x/main/linguistic/source/ |
H A D | misc.cxx | 726 sal_Int32 nFlags = rCC.getStringType( rText, nPos, nLen ); in IsUpper() 738 sal_Int32 nFlags = rCC.getStringType( rText, nPos, nLen ); in IsLower()
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | KCharacterType.idl | 37 <member>XCharacterClassification::getStringType()</member> </p>
|
H A D | XCharacterClassification.idl | 137 long getStringType( [in] string aText, [in] long nPos, [in] long nCount,
|
/aoo42x/main/i18npool/inc/ |
H A D | characterclassificationImpl.hxx | 63 virtual sal_Int32 SAL_CALL getStringType( const rtl::OUString& text, sal_Int32 nPos,
|
H A D | cclass_unicode.hxx | 58 …virtual sal_Int32 SAL_CALL getStringType( const rtl::OUString& text, sal_Int32 nPos, sal_Int32 nCo…
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | charclass.hxx | 184 sal_Int32 getStringType( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const;
|
/aoo42x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCharacterClassification.java | 257 int get = oObj.getStringType(toCheck[j], 0, in _getStringType()
|
/aoo42x/main/vcl/source/control/ |
H A D | field2.cxx | 167 …nType = ImplGetCharClass()->getStringType( aCharStr, 0, aCharStr.Len(), Application::GetSettings()… in ImplIsPatternChar()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | compiler.cxx | 5196 sal_Int32 nType = ScGlobal::pCharClass->getStringType( rStr, 0, rStr.Len() ); in EnQuote()
|