Home
last modified time | relevance | path

Searched refs:UPH_HYPH_MIN_WORD_LENGTH (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unotools/source/config/
H A Dlingucfg.cxx258 …nWordLength", UPN_HYPH_MIN_WORD_LENGTH, UPH_HYPH_MIN_WORD_LENGTH},
380 case UPH_HYPH_MIN_WORD_LENGTH : pnVal = &rOpt.nHyphMinWordLength; break; in GetProperty()
479 case UPH_HYPH_MIN_WORD_LENGTH : pnVal = &rOpt.nHyphMinWordLength; break; in SetProperty()
650 case UPH_HYPH_MIN_WORD_LENGTH : in LoadOptions()
816 … case UPH_HYPH_MIN_WORD_LENGTH : bReadOnly = rOpt.bROHyphMinWordLength ; break; in IsReadOnly()
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx648 case UPH_HYPH_MIN_WORD_LENGTH : pnVal = &nHyphMinWordLength; break; in propertyChange_Impl()
700 case UPH_HYPH_MIN_WORD_LENGTH : pnResVal = &nResHyphMinWordLength; break; in SetTmpPropVals()
/trunk/main/linguistic/inc/linguistic/
H A Dlngprops.hxx44 #define WID_HYPH_MIN_WORD_LENGTH UPH_HYPH_MIN_WORD_LENGTH
/trunk/main/unotools/inc/unotools/
H A Dlinguprops.hxx91 #define UPH_HYPH_MIN_WORD_LENGTH 8 macro