Home
last modified time | relevance | path

Searched refs:IsSpellUpperCase (Results 1 – 8 of 8) sorted by relevance

/trunk/main/linguistic/inc/linguistic/
H A Dlngprophelp.hxx249 sal_Bool IsSpellUpperCase() const { return bResIsSpellUpperCase; } in IsSpellUpperCase() function in linguistic::PropertyHelper_Spell
276 sal_Bool IsSpellUpperCase() const;
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx833 sal_Bool PropertyHelper_Spelling::IsSpellUpperCase() const in IsSpellUpperCase() function in linguistic::PropertyHelper_Spelling
835 return pInst->IsSpellUpperCase(); in IsSpellUpperCase()
/trunk/main/linguistic/workben/
H A Dsprophelp.hxx160 BOOL IsSpellUpperCase() const { return bResIsSpellUpperCase; } in IsSpellUpperCase() function in PropertyHelper_Spell
H A Dsspellimp.cxx201 if ( (!rHelper.IsSpellUpperCase() && IsUpper( rWord, nLang )) in isValid()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/lng/
H A Dcom.sun.star.lingu2.LinguProps.csv4 "LinguProps";"com::sun::star::linguistic2::LinguProperties";"IsSpellUpperCase"
/trunk/main/offapi/com/sun/star/linguistic2/
H A DLinguProperties.idl82 [property] boolean IsSpellUpperCase;
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx325 if ( (!rHelper.IsSpellUpperCase() && IsUpper( rWord, nLang )) in isValid()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx419 (!rHelper.IsSpellUpperCase() && IsUpper( rWord, nLang )) || in isValid()

Completed in 34 milliseconds