Searched refs:nCntEndHyph (Results 1 – 2 of 2) sorted by relevance
47 sal_uInt8 nCntEndHyph; // zaehlt aufeinanderfolgende Hyphens am Zeilenende member in SwTxtFormatter201 inline void InitCntHyph() { CntHyphens( nCntEndHyph, nCntMidHyph ); } in InitCntHyph()202 inline const sal_uInt8 &CntEndHyph() const { return nCntEndHyph; } in CntEndHyph()204 inline sal_uInt8 &CntEndHyph() { return nCntEndHyph; } in CntEndHyph()
100 nCntEndHyph = 0; in CtorInitTxtFormatter()
Completed in 389 milliseconds