Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1436 bAutoHyph = InitHyph(); in CtorInitTxtFormatInfo()
1467 if( !bInterHyph && !bAutoHyph ) in IsHyphenate()
1585 bAutoHyph = sal_False; in SwTxtFormatInfo()
1981 const sal_Bool bOld = bAutoHyph; in ChgHyph()
1982 if( bAutoHyph != bNew ) in ChgHyph()
1984 bAutoHyph = bNew; in ChgHyph()
H A Dinftxt.hxx566 sal_Bool bAutoHyph : 1; // automatische Trennung ? member in SwTxtFormatInfo
647 inline sal_Bool IsAutoHyph() const { return bAutoHyph; } in IsAutoHyph()

Completed in 26 milliseconds