Searched refs:SvxNoHyphenItem (Results 1 – 9 of 9) sorted by relevance
/trunk/main/editeng/inc/editeng/ |
H A D | nhypitem.hxx | 38 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 D | charatr.hxx | 91 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 D | swatrset.hxx | 54 class SvxNoHyphenItem; 251 inline const SvxNoHyphenItem &GetNoHyphenHere( sal_Bool = sal_True ) const;
|
H A D | format.hxx | 207 inline const SvxNoHyphenItem &GetNoHyphenHere( sal_Bool = sal_True ) const;
|
/trunk/main/editeng/source/items/ |
H A D | textitem.cxx | 151 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 D | smitems.sdi | 365 item BOOL SvxNoHyphenItem;
|
/trunk/main/svx/sdi/ |
H A D | svxitems.sdi | 377 item BOOL SvxNoHyphenItem;
|
/trunk/main/sw/source/core/bastyp/ |
H A D | init.cxx | 504 …aAttrTab[ RES_CHRATR_NOHYPHEN - POOLATTR_BEGIN ] = new SvxNoHyphenItem( sal_True, RES_CHRATR_… in _InitCore()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 399 SetNoHyph( ((SvxNoHyphenItem*)pItem)->GetValue() ); in SetDiffFnt()
|
Completed in 46 milliseconds