Lines Matching refs:SvxB3DVectorItem
36 DBG_NAMEEX(SvxB3DVectorItem)
37 DBG_NAME(SvxB3DVectorItem)
41 TYPEINIT1_FACTORY(SvxB3DVectorItem, SfxPoolItem, new SvxB3DVectorItem);
45 SvxB3DVectorItem::SvxB3DVectorItem() in SvxB3DVectorItem() function in SvxB3DVectorItem
47 DBG_CTOR(SvxB3DVectorItem, 0); in SvxB3DVectorItem()
50 SvxB3DVectorItem::~SvxB3DVectorItem() in ~SvxB3DVectorItem()
52 DBG_DTOR(SvxB3DVectorItem, 0); in ~SvxB3DVectorItem()
57 SvxB3DVectorItem::SvxB3DVectorItem( sal_uInt16 _nWhich, const basegfx::B3DVector& rVal ) : in SvxB3DVectorItem() function in SvxB3DVectorItem
61 DBG_CTOR(SvxB3DVectorItem, 0); in SvxB3DVectorItem()
66 SvxB3DVectorItem::SvxB3DVectorItem( sal_uInt16 _nWhich, SvStream& rStream ) : in SvxB3DVectorItem() function in SvxB3DVectorItem
69 DBG_CTOR(SvxB3DVectorItem, 0); in SvxB3DVectorItem()
78 SvxB3DVectorItem::SvxB3DVectorItem( const SvxB3DVectorItem& rItem ) : in SvxB3DVectorItem() function in SvxB3DVectorItem
82 DBG_CTOR(SvxB3DVectorItem, 0); in SvxB3DVectorItem()
87 int SvxB3DVectorItem::operator==( const SfxPoolItem &rItem ) const in operator ==()
89 DBG_CHKTHIS(SvxB3DVectorItem, 0); in operator ==()
91 return ((SvxB3DVectorItem&)rItem).aVal == aVal; in operator ==()
96 SfxPoolItem* SvxB3DVectorItem::Clone( SfxItemPool* /*pPool*/ ) const in Clone()
98 DBG_CHKTHIS(SvxB3DVectorItem, 0); in Clone()
99 return new SvxB3DVectorItem( *this ); in Clone()
104 SfxPoolItem* SvxB3DVectorItem::Create(SvStream &rStream, sal_uInt16 /*nVersion*/) const in Create()
106 DBG_CHKTHIS(SvxB3DVectorItem, 0); in Create()
112 return new SvxB3DVectorItem(Which(), aStr); in Create()
117 SvStream& SvxB3DVectorItem::Store(SvStream &rStream, sal_uInt16 /*nItemVersion*/) const in Store()
119 DBG_CHKTHIS(SvxB3DVectorItem, 0); in Store()
132 sal_Bool SvxB3DVectorItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const in QueryValue()
147 sal_Bool SvxB3DVectorItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) in PutValue()
161 sal_uInt16 SvxB3DVectorItem::GetVersion (sal_uInt16 nFileFormatVersion) const in GetVersion()