Home
last modified time | relevance | path

Searched refs:SfxLockBytesItem (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svl/source/items/
H A Dlckbitem.cxx39 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()
[all …]
/trunk/main/svl/inc/svl/
H A Dlckbitem.hxx34 class SVL_DLLPUBLIC SfxLockBytesItem : public SfxPoolItem class
40 SfxLockBytesItem();
41 SfxLockBytesItem( sal_uInt16 nWhich,
43 SfxLockBytesItem( sal_uInt16 nWhich, SvStream & );
44 SfxLockBytesItem( const SfxLockBytesItem& );
45 ~SfxLockBytesItem();
/trunk/main/svx/sdi/
H A Dsvxitems.sdi408 item String SfxLockBytesItem;
H A Dsvx.sdi13481 (SfxLockBytesItem RtfOutline SID_OUTLINE_TO_IMPRESS)
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx281 SvLockBytes* pBytes = ((SfxLockBytesItem&) pSet->Get(SID_OUTLINE_TO_IMPRESS)).GetValue(); in OutlineToImpress()

Completed in 52 milliseconds