Home
last modified time | relevance | path

Searched refs:bResIsSpellWithDigits (Results 1 – 4 of 4) sorted by relevance

/trunk/main/linguistic/workben/
H A Dsprophelp.cxx223 pbResVal = &bResIsSpellWithDigits; in PropertyHelper_Spell()
252 bResIsSpellWithDigits = bIsSpellWithDigits = FALSE; in SetDefault()
336 bResIsSpellWithDigits = bIsSpellWithDigits; in SetTmpPropVals()
352 case UPH_IS_SPELL_WITH_DIGITS : pbResVal = &bResIsSpellWithDigits; break; in SetTmpPropVals()
H A Dsprophelp.hxx130 BOOL bResIsSpellWithDigits; member in PropertyHelper_Spell
156 BOOL IsSpellWithDigits() const { return bResIsSpellWithDigits; } in IsSpellWithDigits()
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx400 bResIsSpellWithDigits = bIsSpellWithDigits = sal_False; in SetDefaultValues()
426 pbResVal = &bResIsSpellWithDigits; in GetCurrentValues()
518 bResIsSpellWithDigits = bIsSpellWithDigits; in SetTmpPropVals()
537 case UPH_IS_SPELL_WITH_DIGITS : pbResVal = &bResIsSpellWithDigits; break; in SetTmpPropVals()
/trunk/main/linguistic/inc/linguistic/
H A Dlngprophelp.hxx211 sal_Bool bResIsSpellWithDigits; member in linguistic::PropertyHelper_Spell
244 sal_Bool IsSpellWithDigits() const { return bResIsSpellWithDigits; } in IsSpellWithDigits()