Home
last modified time | relevance | path

Searched refs:bHyphen (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/editeng/inc/editeng/
H A Dhyznitem.hxx47 sal_Bool bHyphen: 1; member in SvxHyphenZoneItem
75 inline void SetHyphen( const sal_Bool bNew ) { bHyphen = bNew; } in SetHyphen()
76 inline sal_Bool IsHyphen() const { return bHyphen; } in IsHyphen()
92 bHyphen = rNew.IsHyphen(); in operator =()
H A Dsplwrap.hxx68 sal_Bool bHyphen : 1; // Trennen statt Spellen member in SvxSpellWrapper
110 inline sal_Bool IsHyphen(){ return bHyphen; } // Trennen statt Spellen in IsHyphen()
111 inline void SetHyphen( const sal_Bool bNew = sal_True ){ bHyphen = bNew; } in SetHyphen()
H A Dnhypitem.hxx43 SvxNoHyphenItem( const sal_Bool bHyphen /*= sal_True*/,
/aoo41x/main/editeng/source/items/
H A Dparaitem.cxx701 bHyphen = bHyph; in SvxHyphenZoneItem()
715 rVal = Bool2Any(bHyphen); in QueryValue()
743 bHyphen = Any2Bool(rVal); in PutValue()
764 return ( (((SvxHyphenZoneItem&)rAttr).bHyphen == bHyphen) in operator ==()
797 if ( bHyphen ) in GetPresentation()
818 if ( bHyphen ) in GetPresentation()
H A Dtextitem.cxx2803 SvxNoHyphenItem::SvxNoHyphenItem( const sal_Bool bHyphen, const sal_uInt16 nId ) : in SvxNoHyphenItem() argument
2804 SfxBoolItem( nId , bHyphen ) in SvxNoHyphenItem()
/aoo41x/main/editeng/source/misc/
H A Dsplwrap.cxx170 bHyphen ( sal_False ), in SvxSpellWrapper()
196 bHyphen ( sal_False ), in SvxSpellWrapper()
/aoo41x/main/sc/source/ui/app/
H A Dinputhdl.cxx621 …sal_Bool bHyphen = pLastPattern && ((const SfxBoolItem&)pLastPattern->GetItem(ATTR_HYPHENATE)).Get… in UpdateSpellSettings() local
622 if ( bHyphen ) { in UpdateSpellSettings()

Completed in 93 milliseconds