Home
last modified time | relevance | path

Searched refs:bIsGermanPreReform (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java225 … 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 DSampleSpellChecker.java162 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 DSampleThesaurus.java180 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in queryMeanings()
/aoo4110/main/linguistic/workben/
H A Dsprophelp.cxx205 pbVal = &bIsGermanPreReform; in PropertyHelper_Spell()
251 bResIsGermanPreReform = bIsGermanPreReform = FALSE; in SetDefault()
282 pbVal = &bIsGermanPreReform; in propertyChange()
336 bResIsGermanPreReform = bIsGermanPreReform; in SetTmpPropVals()
H A Dsprophelp.hxx122 BOOL bIsGermanPreReform; member in PropertyHelper_Spell
/aoo4110/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesdta.hxx51 sal_Bool bIsGermanPreReform;
H A Dnthesdta.cxx66 bIsGermanPreReform = rHelper.IsGermanPreReform; in Meaning()

Completed in 34 milliseconds