Home
last modified time | relevance | path

Searched refs:getStringType (Results 1 – 15 of 15) sorted by relevance

/trunk/main/unotools/source/i18n/
H A Dcharclass.cxx199 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()
/trunk/main/forms/qa/integration/forms/
H A DTableCellTextBinding.java79 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
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DTableCellTextBinding.java76 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
/trunk/main/i18npool/source/characterclassification/
H A DcharacterclassificationImpl.cxx107 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 Dcclass_unicode.cxx210 cclass_Unicode::getStringType( const OUString& Text, sal_Int32 nPos, sal_Int32 nCount, const Locale… in getStringType() function in com::sun::star::i18n::cclass_Unicode
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/i18n/
H A Dcom.sun.star.i18n.CharacterClassification.csv11 "CharacterClassification";"com::sun::star::i18n::XCharacterClassification";"getStringType()"
/trunk/main/linguistic/source/
H A Dmisc.cxx726 sal_Int32 nFlags = rCC.getStringType( rText, nPos, nLen ); in IsUpper()
738 sal_Int32 nFlags = rCC.getStringType( rText, nPos, nLen ); in IsLower()
/trunk/main/offapi/com/sun/star/i18n/
H A DKCharacterType.idl37 <member>XCharacterClassification::getStringType()</member> </p>
H A DXCharacterClassification.idl137 long getStringType( [in] string aText, [in] long nPos, [in] long nCount,
/trunk/main/i18npool/inc/
H A DcharacterclassificationImpl.hxx63 virtual sal_Int32 SAL_CALL getStringType( const rtl::OUString& text, sal_Int32 nPos,
H A Dcclass_unicode.hxx58 …virtual sal_Int32 SAL_CALL getStringType( const rtl::OUString& text, sal_Int32 nPos, sal_Int32 nCo…
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx184 sal_Int32 getStringType( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCharacterClassification.java257 int get = oObj.getStringType(toCheck[j], 0, in _getStringType()
/trunk/main/vcl/source/control/
H A Dfield2.cxx167 …nType = ImplGetCharClass()->getStringType( aCharStr, 0, aCharStr.Len(), Application::GetSettings()… in ImplIsPatternChar()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx5196 sal_Int32 nType = ScGlobal::pCharClass->getStringType( rStr, 0, rStr.Len() ); in EnQuote()

Completed in 139 milliseconds