Searched refs:bHyphen (Results 1 – 7 of 7) sorted by relevance
47 sal_Bool bHyphen: 1; member in SvxHyphenZoneItem75 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 =()
68 sal_Bool bHyphen : 1; // Trennen statt Spellen member in SvxSpellWrapper110 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()
43 SvxNoHyphenItem( const sal_Bool bHyphen /*= sal_True*/,
701 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()
2803 SvxNoHyphenItem::SvxNoHyphenItem( const sal_Bool bHyphen, const sal_uInt16 nId ) : in SvxNoHyphenItem() argument2804 SfxBoolItem( nId , bHyphen ) in SvxNoHyphenItem()
170 bHyphen ( sal_False ), in SvxSpellWrapper()196 bHyphen ( sal_False ), in SvxSpellWrapper()
621 …sal_Bool bHyphen = pLastPattern && ((const SfxBoolItem&)pLastPattern->GetItem(ATTR_HYPHENATE)).Get… in UpdateSpellSettings() local622 if ( bHyphen ) { in UpdateSpellSettings()
Completed in 211 milliseconds