Searched refs:GetValueToUse (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
| H A D | SampleHyphenator.java | 96 private boolean GetValueToUse( in GetValueToUse() method in SampleHyphenator 135 private short GetValueToUse( in GetValueToUse() method in SampleHyphenator 223 …boolean bIsIgnoreControlCharacters = GetValueToUse( "IsIgnoreControlCharacters", true, aPropertie… in hyphenate() 224 … boolean bIsUseDictionaryList = GetValueToUse( "IsUseDictionaryList", true, aProperties ); in hyphenate() 225 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in hyphenate() 226 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in hyphenate() 227 … short nHyphMinTrailing = GetValueToUse( "HyphMinTrailing", (short)2, aProperties ); in hyphenate() 228 … short nHyphMinWordLen = GetValueToUse( "HyphMinWordLength", (short)5, aProperties ); in hyphenate() 304 …boolean bIsIgnoreControlCharacters = GetValueToUse( "IsIgnoreControlCharacters", true, aPropertie… in queryAlternativeSpelling() 305 … boolean bIsUseDictionaryList = GetValueToUse( "IsUseDictionaryList", true, aProperties ); in queryAlternativeSpelling() [all …]
|
| H A D | SampleSpellChecker.java | 96 private boolean GetValueToUse( in GetValueToUse() method in SampleSpellChecker 162 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetSpellFailure() 205 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetProposals() 206 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in GetProposals() 207 boolean bIsSpellUpperCase = GetValueToUse( "IsSpellUpperCase", false, aProperties ); in GetProposals() 208 … boolean bIsSpellCapitalization = GetValueToUse( "IsSpellCapitalization", true, aProperties ); in GetProposals() 300 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in isValid() 301 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in isValid() 302 boolean bIsSpellUpperCase = GetValueToUse( "IsSpellUpperCase", false, aProperties ); in isValid() 303 … boolean bIsSpellCapitalization = GetValueToUse( "IsSpellCapitalization", true, aProperties ); in isValid()
|
| H A D | SampleThesaurus.java | 94 private boolean GetValueToUse( in GetValueToUse() method in SampleThesaurus 180 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in queryMeanings()
|