Home
last modified time | relevance | path

Searched refs:CntByteItem (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svl/source/items/
H A Dcintitem.cxx36 DBG_NAME(CntByteItem)
39 TYPEINIT1_AUTOFACTORY(CntByteItem, SfxPoolItem);
42 CntByteItem::CntByteItem(sal_uInt16 which, SvStream & rStream): in CntByteItem() function in CntByteItem
45 DBG_CTOR(CntByteItem, 0); in CntByteItem()
51 int CntByteItem::operator ==(const SfxPoolItem & rItem) const in operator ==()
53 DBG_CHKTHIS(CntByteItem, 0); in operator ==()
54 DBG_ASSERT(rItem.ISA(CntByteItem), in operator ==()
56 return m_nValue == SAL_STATIC_CAST(const CntByteItem *, &rItem)->m_nValue; in operator ==()
61 int CntByteItem::Compare(const SfxPoolItem & rWith) const in Compare()
63 DBG_CHKTHIS(CntByteItem, 0); in Compare()
[all …]
H A Dintitem.cxx39 TYPEINIT1_AUTOFACTORY(SfxByteItem, CntByteItem);
/AOO42X/main/svl/inc/svl/
H A Dcintitem.hxx32 DBG_NAMEEX_VISIBILITY(CntByteItem, SVL_DLLPUBLIC)
34 class SVL_DLLPUBLIC CntByteItem: public SfxPoolItem class
41 CntByteItem(sal_uInt16 which = 0, sal_uInt8 nTheValue = 0): in CntByteItem() function in CntByteItem
42 SfxPoolItem(which), m_nValue(nTheValue) { DBG_CTOR(CntByteItem, 0); } in CntByteItem()
44 CntByteItem(sal_uInt16 which, SvStream & rStream);
46 CntByteItem(const CntByteItem & rItem): in CntByteItem() function in CntByteItem
48 { DBG_CTOR(CntByteItem, 0); } in CntByteItem()
50 virtual ~CntByteItem() { DBG_DTOR(CntByteItem, 0); } in ~CntByteItem()
86 inline void CntByteItem::SetValue(sal_uInt8 nTheValue) in SetValue()
H A Dintitem.hxx31 class SVL_DLLPUBLIC SfxByteItem: public CntByteItem
37 CntByteItem(which, nValue) {} in SfxByteItem()
40 CntByteItem(which, rStream) {} in SfxByteItem()