Home
last modified time | relevance | path

Searched refs:HasDigits (Results 1 – 6 of 6) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleSpellChecker.java142 private boolean HasDigits( String aWord ) in HasDigits() method in SampleSpellChecker
310 || (!bIsSpellWithDigits && HasDigits( aWord )) in isValid()
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx191 LNG_DLLPUBLIC sal_Bool HasDigits( const ::rtl::OUString &rText );
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx202 || (!rHelper.IsSpellWithDigits() && HasDigits( rWord )) in isValid()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx326 || (!rHelper.IsSpellWithDigits() && HasDigits( rWord )) in isValid()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx420 (!rHelper.IsSpellWithDigits() && HasDigits( rWord )) || in isValid()
/trunk/main/linguistic/source/
H A Dmisc.cxx832 sal_Bool HasDigits( const OUString &rText ) in HasDigits() function

Completed in 37 milliseconds