Searched refs:SvxNoLinebreakItem (Results 1 – 5 of 5) sorted by relevance
40 class EDITENG_DLLPUBLIC SvxNoLinebreakItem : public SfxBoolItem class45 SvxNoLinebreakItem( const sal_Bool bBreak /*= sal_True*/,58 inline SvxNoLinebreakItem& operator=(const SvxNoLinebreakItem& rLB) in operator =()
150 TYPEINIT1_FACTORY(SvxNoLinebreakItem, SfxBoolItem, new SvxNoLinebreakItem(sal_True, 0));2758 SvxNoLinebreakItem::SvxNoLinebreakItem( const sal_Bool bBreak, const sal_uInt16 nId ) : in SvxNoLinebreakItem() function in SvxNoLinebreakItem2765 SfxPoolItem* SvxNoLinebreakItem::Clone( SfxItemPool* ) const in Clone()2767 return new SvxNoLinebreakItem( *this ); in Clone()2772 SvStream& SvxNoLinebreakItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()2780 SfxPoolItem* SvxNoLinebreakItem::Create(SvStream& rStrm, sal_uInt16) const in Create()2784 return new SvxNoLinebreakItem( bValue, Which() ); in Create()2789 SfxItemPresentation SvxNoLinebreakItem::GetPresentation in GetPresentation()
366 item BOOL SvxNoLinebreakItem;
378 item BOOL SvxNoLinebreakItem;
505 …aAttrTab[ RES_CHRATR_NOLINEBREAK- POOLATTR_BEGIN ] = new SvxNoLinebreakItem( sal_True, RES_CHRA… in _InitCore()
Completed in 54 milliseconds