Searched refs:CntByteItem (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svl/source/items/ |
H A D | cintitem.cxx | 36 DBG_NAME(CntByteItem) 42 CntByteItem::CntByteItem(sal_uInt16 which, SvStream & rStream): in CntByteItem() function in CntByteItem 45 DBG_CTOR(CntByteItem, 0); in CntByteItem() 53 DBG_CHKTHIS(CntByteItem, 0); in operator ==() 63 DBG_CHKTHIS(CntByteItem, 0); in Compare() 79 DBG_CHKTHIS(CntByteItem, 0); in GetPresentation() 112 DBG_CHKTHIS(CntByteItem, 0); in Create() 122 DBG_CHKTHIS(CntByteItem, 0); in Store() 131 DBG_CHKTHIS(CntByteItem, 0); in Clone() 139 DBG_CHKTHIS(CntByteItem, 0); in GetMin() [all …]
|
H A D | intitem.cxx | 39 TYPEINIT1_AUTOFACTORY(SfxByteItem, CntByteItem);
|
/aoo4110/main/svl/inc/svl/ |
H A D | cintitem.hxx | 32 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 D | intitem.hxx | 31 class SVL_DLLPUBLIC SfxByteItem: public CntByteItem 37 CntByteItem(which, nValue) {} in SfxByteItem() 40 CntByteItem(which, rStream) {} in SfxByteItem()
|
Completed in 15 milliseconds