Home
last modified time | relevance | path

Searched refs:bIsSpellWithDigits (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/workben/
H A Dsprophelp.cxx211 pbVal = &bIsSpellWithDigits; in PropertyHelper_Spell()
241 bResIsSpellWithDigits = bIsSpellWithDigits = sal_False; in SetDefault()
287 pbVal = &bIsSpellWithDigits; in propertyChange()
326 bResIsSpellWithDigits = bIsSpellWithDigits; in SetTmpPropVals()
H A Dsprophelp.hxx113 sal_Bool bIsSpellWithDigits;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/workben/
H A Dsprophelp.cxx211 pbVal = &bIsSpellWithDigits; in PropertyHelper_Spell()
241 bResIsSpellWithDigits = bIsSpellWithDigits = sal_False; in SetDefault()
287 pbVal = &bIsSpellWithDigits; in propertyChange()
326 bResIsSpellWithDigits = bIsSpellWithDigits; in SetTmpPropVals()
H A Dsprophelp.hxx113 sal_Bool bIsSpellWithDigits; member in PropertyHelper_Spell
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleSpellChecker.java209 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in GetProposals()
304 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in isValid()
313 || (!bIsSpellWithDigits && HasDigits( aWord )) in isValid()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleSpellChecker.java209 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in GetProposals()
304 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in isValid()
313 || (!bIsSpellWithDigits && HasDigits( aWord )) in isValid()
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dlngprophelp.cxx351 bResIsSpellWithDigits = bIsSpellWithDigits = false; in SetDefaultValues()
376 pbVal = &bIsSpellWithDigits; in GetCurrentValues()
415 pbVal = &bIsSpellWithDigits; in propertyChange_Impl()
467 bResIsSpellWithDigits = bIsSpellWithDigits; in SetTmpPropVals()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dlngprophelp.cxx351 bResIsSpellWithDigits = bIsSpellWithDigits = false; in SetDefaultValues()
375 pbVal = &bIsSpellWithDigits; in GetCurrentValues()
415 pbVal = &bIsSpellWithDigits; in propertyChange_Impl()
467 bResIsSpellWithDigits = bIsSpellWithDigits; in SetTmpPropVals()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dlingucfg.cxx115 , bIsSpellWithDigits(false) in SvtLinguOptions()
351 case UPH_IS_SPELL_WITH_DIGITS : pbVal = &rOpt.bIsSpellWithDigits; break; in GetProperty()
448 case UPH_IS_SPELL_WITH_DIGITS : pbVal = &rOpt.bIsSpellWithDigits; break; in SetProperty()
607 … { rOpt.bROIsSpellWithDigits = pROStates[i]; rVal >>= rOpt.bIsSpellWithDigits; } break; in LoadOptions()
710 *pValue++ <<= rOpt.bIsSpellWithDigits; // 8 in SaveOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dlingucfg.cxx115 , bIsSpellWithDigits(false) in SvtLinguOptions()
345 case UPH_IS_SPELL_WITH_DIGITS : pbVal = &rOpt.bIsSpellWithDigits; break; in GetProperty()
442 case UPH_IS_SPELL_WITH_DIGITS : pbVal = &rOpt.bIsSpellWithDigits; break; in SetProperty()
601 … { rOpt.bROIsSpellWithDigits = pROStates[i]; rVal >>= rOpt.bIsSpellWithDigits; } break; in LoadOptions()
704 *pValue++ <<= rOpt.bIsSpellWithDigits; // 8 in SaveOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dlingucfg.hxx86 bool bIsSpellWithDigits, member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dlingucfg.hxx86 bool bIsSpellWithDigits, member
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/linguistic/
H A Dlngprophelp.hxx170 bool bIsSpellWithDigits;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/linguistic/
H A Dlngprophelp.hxx175 bool bIsSpellWithDigits; member in linguistic::PropertyHelper_Spell