Lines Matching refs:SvxFmtBreakItem
135 TYPEINIT1_FACTORY(SvxFmtBreakItem, SfxEnumItem, new SvxFmtBreakItem(SVX_BREAK_NONE, 0));
3033 int SvxFmtBreakItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
3037 return GetValue() == ( (SvxFmtBreakItem&)rAttr ).GetValue(); in operator ==()
3042 SfxItemPresentation SvxFmtBreakItem::GetPresentation in GetPresentation()
3069 XubString SvxFmtBreakItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
3077 sal_Bool SvxFmtBreakItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const in QueryValue()
3094 sal_Bool SvxFmtBreakItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) in PutValue()
3125 SfxPoolItem* SvxFmtBreakItem::Clone( SfxItemPool* ) const in Clone()
3127 return new SvxFmtBreakItem( *this ); in Clone()
3132 SvStream& SvxFmtBreakItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store()
3142 sal_uInt16 SvxFmtBreakItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
3154 SfxPoolItem* SvxFmtBreakItem::Create( SvStream& rStrm, sal_uInt16 nVersion ) const in Create()
3160 return new SvxFmtBreakItem( (const SvxBreak)eBreak, Which() ); in Create()
3165 sal_uInt16 SvxFmtBreakItem::GetValueCount() const in GetValueCount()