Searched refs:nCntMidHyph (Results 1 – 2 of 2) sorted by relevance
48 sal_uInt8 nCntMidHyph; // zaehlt aufeinanderfolgende Hyphens vor Flies member in SwTxtFormatter201 inline void InitCntHyph() { CntHyphens( nCntEndHyph, nCntMidHyph ); } in InitCntHyph()203 inline const sal_uInt8 &CntMidHyph() const { return nCntMidHyph; } in CntMidHyph()205 inline sal_uInt8 &CntMidHyph() { return nCntMidHyph; } in CntMidHyph()
101 nCntMidHyph = 0; in CtorInitTxtFormatter()
Completed in 21 milliseconds