Home
last modified time | relevance | path

Searched refs:nMaxHyph (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dinftxt.hxx578 sal_uInt8 nMaxHyph; // max. Zeilenanz. aufeinanderfolg. Trenn. member in SwTxtFormatInfo
616 inline sal_uInt8 &MaxHyph() { return nMaxHyph; } in MaxHyph()
617 inline const sal_uInt8 &MaxHyph() const { return nMaxHyph; } in MaxHyph()
632 { bNoEndHyph = (nMaxHyph && bEnd >= nMaxHyph); in ChkNoHyph()
633 bNoMidHyph = (nMaxHyph && bMid >= nMaxHyph); } in ChkNoHyph()
H A Dinftxt.cxx1595 nMaxHyph = 0; in SwTxtFormatInfo()

Completed in 32 milliseconds