Home
last modified time | relevance | path

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

/trunk/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 =()
/trunk/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;
251 inline const SvxNoHyphenItem &GetNoHyphenHere( sal_Bool = sal_True ) const;
H A Dformat.hxx207 inline const SvxNoHyphenItem &GetNoHyphenHere( sal_Bool = sal_True ) const;
/trunk/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()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi365 item BOOL SvxNoHyphenItem;
/trunk/main/svx/sdi/
H A Dsvxitems.sdi377 item BOOL SvxNoHyphenItem;
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx504 …aAttrTab[ RES_CHRATR_NOHYPHEN - POOLATTR_BEGIN ] = new SvxNoHyphenItem( sal_True, RES_CHRATR_… in _InitCore()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx399 SetNoHyph( ((SvxNoHyphenItem*)pItem)->GetValue() ); in SetDiffFnt()

Completed in 69 milliseconds