Lines Matching refs:SvxTwoLinesItem
155 TYPEINIT1_FACTORY(SvxTwoLinesItem, SfxPoolItem, new SvxTwoLinesItem(sal_True, 0, 0, 0));
3108 SvxTwoLinesItem::SvxTwoLinesItem( sal_Bool bFlag, sal_Unicode nStartBracket, in SvxTwoLinesItem() function in SvxTwoLinesItem
3115 SvxTwoLinesItem::SvxTwoLinesItem( const SvxTwoLinesItem& rAttr ) in SvxTwoLinesItem() function in SvxTwoLinesItem
3123 SvxTwoLinesItem::~SvxTwoLinesItem() in ~SvxTwoLinesItem()
3127 int SvxTwoLinesItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
3130 return bOn == ((SvxTwoLinesItem&)rAttr).bOn && in operator ==()
3131 cStartBracket == ((SvxTwoLinesItem&)rAttr).cStartBracket && in operator ==()
3132 cEndBracket == ((SvxTwoLinesItem&)rAttr).cEndBracket; in operator ==()
3135 SfxPoolItem* SvxTwoLinesItem::Clone( SfxItemPool* ) const in Clone()
3137 return new SvxTwoLinesItem( *this ); in Clone()
3140 sal_Bool SvxTwoLinesItem::QueryValue( com::sun::star::uno::Any& rVal, in QueryValue()
3174 sal_Bool SvxTwoLinesItem::PutValue( const com::sun::star::uno::Any& rVal, in PutValue()
3205 SfxItemPresentation SvxTwoLinesItem::GetPresentation( SfxItemPresentation ePres, in GetPresentation()
3235 SfxPoolItem* SvxTwoLinesItem::Create( SvStream & rStrm, sal_uInt16 /*nVer*/) const in Create()
3240 return new SvxTwoLinesItem( _bOn, cStart, cEnd, Which() ); in Create()
3243 SvStream& SvxTwoLinesItem::Store(SvStream & rStrm, sal_uInt16 /*nIVer*/) const in Store()
3249 sal_uInt16 SvxTwoLinesItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()