Searched refs:IsUpper (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/linguistic/inc/linguistic/ |
H A D | misc.hxx | 180 LNG_DLLPUBLIC sal_Bool IsUpper( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_I… 183 inline sal_Bool IsUpper( const String &rText, sal_Int16 nLanguage ) { return IsUpper( rT… in IsUpper() function
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | SampleSpellChecker.java | 135 private boolean IsUpper( String aWord, Locale aLocale ) in IsUpper() method in SampleSpellChecker 309 if ( (!bIsSpellUpperCase && IsUpper( aWord, aLocale )) in isValid()
|
/aoo42x/main/linguistic/workben/ |
H A D | sspellimp.cxx | 201 if ( (!rHelper.IsSpellUpperCase() && IsUpper( rWord, nLang )) in isValid()
|
/aoo42x/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 325 if ( (!rHelper.IsSpellUpperCase() && IsUpper( rWord, nLang )) in isValid()
|
/aoo42x/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 419 (!rHelper.IsSpellUpperCase() && IsUpper( rWord, nLang )) || in isValid()
|
/aoo42x/main/linguistic/source/ |
H A D | misc.cxx | 720 sal_Bool IsUpper( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_Int16 nLanguage ) in IsUpper() function
|
Completed in 58 milliseconds