Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/text/
H A Dinftxt.cxx1424 bAutoHyph = InitHyph(); in CtorInitTxtFormatInfo()
1455 if( !bInterHyph && !bAutoHyph ) in IsHyphenate()
1573 bAutoHyph = sal_False; in SwTxtFormatInfo()
1969 const sal_Bool bOld = bAutoHyph; in ChgHyph()
1970 if( bAutoHyph != bNew ) in ChgHyph()
1972 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 23 milliseconds