Searched refs:bIsGermanPreReform (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | SampleHyphenator.java | 225 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in hyphenate() 242 if (bIsGermanPreReform && aWord.equals( "Schiffahrt" )) in hyphenate() 251 else if (!bIsGermanPreReform && aWord.equals( "Schifffahrt" )) in hyphenate() 306 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in queryAlternativeSpelling() 321 bIsGermanPreReform && nIndex == 4) in queryAlternativeSpelling() 355 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in createPossibleHyphens() 366 if (bIsGermanPreReform && aWord.equals( "Schiffahrt" )) in createPossibleHyphens() 372 else if (!bIsGermanPreReform && aWord.equals( "Schifffahrt" )) in createPossibleHyphens()
|
H A D | SampleSpellChecker.java | 162 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetSpellFailure() 165 if (bIsGermanPreReform && aWord.equals( "Schifffahrt" )) in GetSpellFailure() 167 else if (!bIsGermanPreReform && aWord.equals( "Schiffahrt" )) in GetSpellFailure() 205 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetProposals() 214 if (bIsGermanPreReform && aWord.equals( "Schifffahrt" )) in GetProposals() 219 else if (!bIsGermanPreReform && aWord.equals( "Schiffahrt" )) in GetProposals() 300 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in isValid()
|
H A D | SampleThesaurus.java | 180 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in queryMeanings()
|
/aoo42x/main/linguistic/workben/ |
H A D | sprophelp.cxx | 205 pbVal = &bIsGermanPreReform; in PropertyHelper_Spell() 251 bResIsGermanPreReform = bIsGermanPreReform = FALSE; in SetDefault() 282 pbVal = &bIsGermanPreReform; in propertyChange() 336 bResIsGermanPreReform = bIsGermanPreReform; in SetTmpPropVals()
|
H A D | sprophelp.hxx | 122 BOOL bIsGermanPreReform; member in PropertyHelper_Spell
|
/aoo42x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesdta.hxx | 51 sal_Bool bIsGermanPreReform;
|
H A D | nthesdta.cxx | 66 bIsGermanPreReform = rHelper.IsGermanPreReform; in Meaning()
|
Completed in 28 milliseconds