Searched refs:SfxLockBytesItem (Results 1 – 5 of 5) sorted by relevance
39 TYPEINIT1_AUTOFACTORY(SfxLockBytesItem, SfxPoolItem);43 SfxLockBytesItem::SfxLockBytesItem() in SfxLockBytesItem() function in SfxLockBytesItem49 SfxLockBytesItem::SfxLockBytesItem( sal_uInt16 nW, SvLockBytes *pLockBytes ) in SfxLockBytesItem() function in SfxLockBytesItem57 SfxLockBytesItem::SfxLockBytesItem( sal_uInt16 nW, SvStream &rStream ) in SfxLockBytesItem() function in SfxLockBytesItem69 SfxLockBytesItem::SfxLockBytesItem( const SfxLockBytesItem& rItem ) in SfxLockBytesItem() function in SfxLockBytesItem77 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()[all …]
34 class SVL_DLLPUBLIC SfxLockBytesItem : public SfxPoolItem class40 SfxLockBytesItem();41 SfxLockBytesItem( sal_uInt16 nWhich,43 SfxLockBytesItem( sal_uInt16 nWhich, SvStream & );44 SfxLockBytesItem( const SfxLockBytesItem& );45 ~SfxLockBytesItem();
408 item String SfxLockBytesItem;
13481 (SfxLockBytesItem RtfOutline SID_OUTLINE_TO_IMPRESS)
281 SvLockBytes* pBytes = ((SfxLockBytesItem&) pSet->Get(SID_OUTLINE_TO_IMPRESS)).GetValue(); in OutlineToImpress()
Completed in 87 milliseconds