Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx815 sal_Bool bHyphenate = sal_False; in IsDrawTextHyphenate() local
821 bHyphenate = ((const SfxBoolItem&)aNewAttr.Get( EE_PARA_HYPHENATE )). in IsDrawTextHyphenate()
824 return bHyphenate; in IsDrawTextHyphenate()
836 sal_Bool bHyphenate = IsDrawTextHyphenate(); in HyphenateDrawText() local
839 aSet.Put( SfxBoolItem( EE_PARA_HYPHENATE, !bHyphenate ) ); in HyphenateDrawText()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx521 sal_Bool bHyphenate; in FillToEditItemSet() local
621 bHyphenate = ((const SfxBoolItem*)pItem)->GetValue(); in FillToEditItemSet()
673 bHyphenate = ((const SfxBoolItem&) in FillToEditItemSet()
722 rEditSet.Put( SfxBoolItem ( EE_PARA_HYPHENATE, bHyphenate ) ); in FillToEditItemSet()

Completed in 32 milliseconds