Lines Matching refs:SfxLockBytesItem
39 TYPEINIT1_AUTOFACTORY(SfxLockBytesItem, SfxPoolItem);
43 SfxLockBytesItem::SfxLockBytesItem() in SfxLockBytesItem() function in SfxLockBytesItem
49 SfxLockBytesItem::SfxLockBytesItem( sal_uInt16 nW, SvLockBytes *pLockBytes ) in SfxLockBytesItem() function in SfxLockBytesItem
57 SfxLockBytesItem::SfxLockBytesItem( sal_uInt16 nW, SvStream &rStream ) in SfxLockBytesItem() function in SfxLockBytesItem
69 SfxLockBytesItem::SfxLockBytesItem( const SfxLockBytesItem& rItem ) in SfxLockBytesItem() function in SfxLockBytesItem
77 SfxLockBytesItem::~SfxLockBytesItem() in ~SfxLockBytesItem()
83 int SfxLockBytesItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
85 return ((SfxLockBytesItem&)rItem)._xVal == _xVal; in operator ==()
90 SfxPoolItem* SfxLockBytesItem::Clone(SfxItemPool *) const in Clone()
92 return new SfxLockBytesItem( *this ); in Clone()
99 SfxPoolItem* SfxLockBytesItem::Create( SvStream &rStream, sal_uInt16 ) const in Create()
117 return new SfxLockBytesItem( Which(), aNewStream ); in Create()
122 SvStream& SfxLockBytesItem::Store(SvStream &rStream, sal_uInt16 ) const in Store()
136 sal_Bool SfxLockBytesItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 ) in PutValue()
161 sal_Bool SfxLockBytesItem::QueryValue( com::sun::star::uno::Any& rVal,sal_uInt8 ) const in QueryValue()