Lines Matching refs:SvxBoxInfoItem

134 TYPEINIT1_FACTORY(SvxBoxInfoItem, SfxPoolItem, new SvxBoxInfoItem(0));
2551 SvxBoxInfoItem::SvxBoxInfoItem( const sal_uInt16 nId ) : in SvxBoxInfoItem() function in SvxBoxInfoItem
2565 SvxBoxInfoItem::SvxBoxInfoItem( const SvxBoxInfoItem& rCpy ) : in SvxBoxInfoItem() function in SvxBoxInfoItem
2580 SvxBoxInfoItem::~SvxBoxInfoItem() in ~SvxBoxInfoItem()
2588 SvxBoxInfoItem &SvxBoxInfoItem::operator=( const SvxBoxInfoItem& rCpy ) in operator =()
2605 int SvxBoxInfoItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
2607 SvxBoxInfoItem& rBoxInfo = (SvxBoxInfoItem&)rAttr; in operator ==()
2624 void SvxBoxInfoItem::SetLine( const SvxBorderLine* pNew, sal_uInt16 nLine ) in SetLine()
2647 SfxPoolItem* SvxBoxInfoItem::Clone( SfxItemPool* ) const in Clone()
2649 return new SvxBoxInfoItem( *this ); in Clone()
2654 SfxItemPresentation SvxBoxInfoItem::GetPresentation in GetPresentation()
2700 SvStream& SvxBoxInfoItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2734 int SvxBoxInfoItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
2744 int SvxBoxInfoItem::HasMetrics() const in HasMetrics()
2751 SfxPoolItem* SvxBoxInfoItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
2757 SvxBoxInfoItem* pAttr = new SvxBoxInfoItem( Which() ); in Create()
2787 void SvxBoxInfoItem::ResetFlags() in ResetFlags()
2792 sal_Bool SvxBoxInfoItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
2874 sal_Bool SvxBoxInfoItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()