Home
last modified time | relevance | path

Searched refs:nHyphMinLeading (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java229 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in hyphenate() local
279 (nHyphenationPos > nHyphMinLeading) && in hyphenate()
310 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in queryAlternativeSpelling() local
359 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in createPossibleHyphens() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java229 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in hyphenate() local
279 (nHyphenationPos > nHyphMinLeading) && in hyphenate()
310 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in queryAlternativeSpelling() local
359 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in createPossibleHyphens() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dlngprophelp.cxx522 nResHyphMinLeading = nHyphMinLeading = 2; in SetDefaultValues()
546 pnVal = &nHyphMinLeading; in GetCurrentValues()
589 case UPH_HYPH_MIN_LEADING : pnVal = &nHyphMinLeading; break; in propertyChange_Impl()
627 nResHyphMinLeading = nHyphMinLeading; in SetTmpPropVals()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dlngprophelp.cxx522 nResHyphMinLeading = nHyphMinLeading = 2; in SetDefaultValues()
545 pnVal = &nHyphMinLeading; in GetCurrentValues()
589 case UPH_HYPH_MIN_LEADING : pnVal = &nHyphMinLeading; break; in propertyChange_Impl()
627 nResHyphMinLeading = nHyphMinLeading; in SetTmpPropVals()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dlingucfg.cxx89 , nHyphMinLeading(2) in SvtLinguOptions()
353 case UPH_HYPH_MIN_LEADING : pnVal = &rOpt.nHyphMinLeading; break; in GetProperty()
450 case UPH_HYPH_MIN_LEADING : pnVal = &rOpt.nHyphMinLeading; break; in SetProperty()
618 … { rOpt.bROHyphMinLeading = pROStates[i]; rVal >>= rOpt.nHyphMinLeading; } break; in LoadOptions()
716 *pValue++ <<= rOpt.nHyphMinLeading; // 15 in SaveOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dlingucfg.cxx89 , nHyphMinLeading(2) in SvtLinguOptions()
347 case UPH_HYPH_MIN_LEADING : pnVal = &rOpt.nHyphMinLeading; break; in GetProperty()
444 case UPH_HYPH_MIN_LEADING : pnVal = &rOpt.nHyphMinLeading; break; in SetProperty()
612 … { rOpt.bROHyphMinLeading = pROStates[i]; rVal >>= rOpt.nHyphMinLeading; } break; in LoadOptions()
710 *pValue++ <<= rOpt.nHyphMinLeading; // 15 in SaveOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dlingucfg.hxx45 sal_Int16 nHyphMinLeading, member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dlingucfg.hxx45 sal_Int16 nHyphMinLeading, member
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/linguistic/
H A Dlngprophelp.hxx238 sal_Int16 nHyphMinLeading,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/linguistic/
H A Dlngprophelp.hxx244 sal_Int16 nHyphMinLeading, member in linguistic::PropertyHelper_Hyphen
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocshini.cxx653 aHyp.GetMinLead() = static_cast< sal_uInt8 >(aLinguOpt.nHyphMinLeading); in SubInitNew()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocshini.cxx674 aHyp.GetMinLead() = static_cast< sal_uInt8 >(aLinguOpt.nHyphMinLeading); in SubInitNew()