Lines Matching refs:SfxRectangleItem

37 DBG_NAME(SfxRectangleItem)
42 TYPEINIT1_AUTOFACTORY(SfxRectangleItem, SfxPoolItem);
46 SfxRectangleItem::SfxRectangleItem() in SfxRectangleItem() function in SfxRectangleItem
48 DBG_CTOR(SfxRectangleItem, 0); in SfxRectangleItem()
53 SfxRectangleItem::SfxRectangleItem( sal_uInt16 nW, const Rectangle& rVal ) : in SfxRectangleItem() function in SfxRectangleItem
57 DBG_CTOR(SfxRectangleItem, 0); in SfxRectangleItem()
62 SfxRectangleItem::SfxRectangleItem( sal_uInt16 nW, SvStream &rStream ) : in SfxRectangleItem() function in SfxRectangleItem
65 DBG_CTOR(SfxRectangleItem, 0); in SfxRectangleItem()
71 SfxRectangleItem::SfxRectangleItem( const SfxRectangleItem& rItem ) : in SfxRectangleItem() function in SfxRectangleItem
75 DBG_CTOR(SfxRectangleItem, 0); in SfxRectangleItem()
80 SfxItemPresentation SfxRectangleItem::GetPresentation in GetPresentation()
89 DBG_CHKTHIS(SfxRectangleItem, 0); in GetPresentation()
102 int SfxRectangleItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
104 DBG_CHKTHIS(SfxRectangleItem, 0); in operator ==()
106 return ((SfxRectangleItem&)rItem).aVal == aVal; in operator ==()
111 SfxPoolItem* SfxRectangleItem::Clone(SfxItemPool *) const in Clone()
113 DBG_CHKTHIS(SfxRectangleItem, 0); in Clone()
114 return new SfxRectangleItem( *this ); in Clone()
119 SfxPoolItem* SfxRectangleItem::Create(SvStream &rStream, sal_uInt16 ) const in Create()
121 DBG_CHKTHIS(SfxRectangleItem, 0); in Create()
124 return new SfxRectangleItem(Which(), aStr); in Create()
129 SvStream& SfxRectangleItem::Store(SvStream &rStream, sal_uInt16 ) const in Store()
131 DBG_CHKTHIS(SfxRectangleItem, 0); in Store()
138 sal_Bool SfxRectangleItem::QueryValue( com::sun::star::uno::Any& rVal, in QueryValue()
163 sal_Bool SfxRectangleItem::PutValue( const com::sun::star::uno::Any& rVal, in PutValue()