Home
last modified time | relevance | path

Searched refs:SvxNoLinebreakItem (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/editeng/inc/editeng/
H A Dnlbkitem.hxx40 class EDITENG_DLLPUBLIC SvxNoLinebreakItem : public SfxBoolItem class
45 SvxNoLinebreakItem( const sal_Bool bBreak /*= sal_True*/,
58 inline SvxNoLinebreakItem& operator=(const SvxNoLinebreakItem& rLB) in operator =()
/aoo41x/main/editeng/source/items/
H A Dtextitem.cxx150 TYPEINIT1_FACTORY(SvxNoLinebreakItem, SfxBoolItem, new SvxNoLinebreakItem(sal_True, 0));
2758 SvxNoLinebreakItem::SvxNoLinebreakItem( const sal_Bool bBreak, const sal_uInt16 nId ) : in SvxNoLinebreakItem() function in SvxNoLinebreakItem
2765 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()
/aoo41x/main/starmath/sdi/
H A Dsmitems.sdi366 item BOOL SvxNoLinebreakItem;
/aoo41x/main/svx/sdi/
H A Dsvxitems.sdi378 item BOOL SvxNoLinebreakItem;
/aoo41x/main/sw/source/core/bastyp/
H A Dinit.cxx492 …aAttrTab[ RES_CHRATR_NOLINEBREAK- POOLATTR_BEGIN ] = new SvxNoLinebreakItem( sal_True, RES_CHRA… in _InitCore()

Completed in 57 milliseconds