Home
last modified time | relevance | path

Searched refs:IsSpellWithDigits (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/linguistic/workben/
H A Dsprophelp.hxx161 BOOL IsSpellWithDigits() const { return bResIsSpellWithDigits; } in IsSpellWithDigits() function in PropertyHelper_Spell
H A Dsspellimp.cxx202 || (!rHelper.IsSpellWithDigits() && HasDigits( rWord )) in isValid()
/AOO41X/main/qadevOOo/objdsc/lng/
H A Dcom.sun.star.lingu2.LinguProps.csv5 "LinguProps";"com::sun::star::linguistic2::LinguProperties";"IsSpellWithDigits"
/AOO41X/main/linguistic/inc/linguistic/
H A Dlngprophelp.hxx229 sal_Bool IsSpellWithDigits() const { return bResIsSpellWithDigits; } in IsSpellWithDigits() function in linguistic::PropertyHelper_Spell
/AOO41X/main/offapi/com/sun/star/linguistic2/
H A DLinguProperties.idl88 [property] boolean IsSpellWithDigits;
/AOO41X/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx326 || (!rHelper.IsSpellWithDigits() && HasDigits( rWord )) in isValid()
/AOO41X/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx394 (!rHelper.IsSpellWithDigits() && HasDigits( rWord )) || in isValid()