Home
last modified time | relevance | path

Searched refs:SvxNoHyphenItem (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/editeng/inc/editeng/ !
H A Dnhypitem.hxx38 class EDITENG_DLLPUBLIC SvxNoHyphenItem : public SfxBoolItem class
43 SvxNoHyphenItem( const sal_Bool bHyphen /*= sal_True*/,
56 inline SvxNoHyphenItem& operator=(const SvxNoHyphenItem& rNHH) in operator =()
/AOO41X/main/sw/inc/ !
H A Dcharatr.hxx91 inline const SvxNoHyphenItem &SwAttrSet::GetNoHyphenHere(sal_Bool bInP) const in GetNoHyphenHere()
92 { return (const SvxNoHyphenItem&)Get( RES_CHRATR_NOHYPHEN,bInP); } in GetNoHyphenHere()
155 inline const SvxNoHyphenItem &SwFmt::GetNoHyphenHere(sal_Bool bInP) const in GetNoHyphenHere()
H A Dswatrset.hxx54 class SvxNoHyphenItem;
243 inline const SvxNoHyphenItem &GetNoHyphenHere( sal_Bool = sal_True ) const;
H A Dformat.hxx201 inline const SvxNoHyphenItem &GetNoHyphenHere( sal_Bool = sal_True ) const;
/AOO41X/main/editeng/source/items/ !
H A Dtextitem.cxx151 TYPEINIT1_FACTORY(SvxNoHyphenItem, SfxBoolItem, new SvxNoHyphenItem(sal_True, 0));
2803 SvxNoHyphenItem::SvxNoHyphenItem( const sal_Bool bHyphen, const sal_uInt16 nId ) : in SvxNoHyphenItem() function in SvxNoHyphenItem
2810 SfxPoolItem* SvxNoHyphenItem::Clone( SfxItemPool* ) const in Clone()
2812 return new SvxNoHyphenItem( *this ); in Clone()
2817 SvStream& SvxNoHyphenItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2825 SfxPoolItem* SvxNoHyphenItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
2829 return new SvxNoHyphenItem( bValue, Which() ); in Create()
2834 SfxItemPresentation SvxNoHyphenItem::GetPresentation in GetPresentation()
/AOO41X/main/starmath/sdi/ !
H A Dsmitems.sdi365 item BOOL SvxNoHyphenItem;
/AOO41X/main/svx/sdi/ !
H A Dsvxitems.sdi377 item BOOL SvxNoHyphenItem;
/AOO41X/main/sw/source/core/bastyp/ !
H A Dinit.cxx491 …aAttrTab[ RES_CHRATR_NOHYPHEN - POOLATTR_BEGIN ] = new SvxNoHyphenItem( sal_True, RES_CHRATR_… in _InitCore()
/AOO41X/main/sw/source/core/txtnode/ !
H A Dswfont.cxx399 SetNoHyph( ((SvxNoHyphenItem*)pItem)->GetValue() ); in SetDiffFnt()