Searched refs:CntInt32Item (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/svl/source/items/ |
| H A D | cintitem.cxx | 299 DBG_NAME(CntInt32Item); 302 TYPEINIT1_AUTOFACTORY(CntInt32Item, SfxPoolItem); 305 CntInt32Item::CntInt32Item(sal_uInt16 which, SvStream & rStream) : in CntInt32Item() function in CntInt32Item 308 DBG_CTOR(CntInt32Item, 0); in CntInt32Item() 316 int CntInt32Item::operator ==(const SfxPoolItem & rItem) const in operator ==() 318 DBG_CHKTHIS(CntInt32Item, 0); in operator ==() 319 DBG_ASSERT(rItem.ISA(CntInt32Item), in operator ==() 321 return m_nValue == SAL_STATIC_CAST(const CntInt32Item *, &rItem)-> in operator ==() 327 int CntInt32Item::Compare(const SfxPoolItem & rWith) const in Compare() 329 DBG_CHKTHIS(CntInt32Item, 0); in Compare() [all …]
|
| H A D | intitem.cxx | 192 TYPEINIT1_AUTOFACTORY(SfxInt32Item, CntInt32Item);
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | cintitem.hxx | 155 DBG_NAMEEX_VISIBILITY(CntInt32Item, SVL_DLLPUBLIC) 157 class SVL_DLLPUBLIC CntInt32Item: public SfxPoolItem class 164 CntInt32Item(sal_uInt16 which = 0, sal_Int32 nTheValue = 0): in CntInt32Item() function in CntInt32Item 166 { DBG_CTOR(CntInt32Item, 0); } in CntInt32Item() 168 CntInt32Item(sal_uInt16 which, SvStream & rStream); 170 CntInt32Item(const CntInt32Item & rItem): in CntInt32Item() function in CntInt32Item 172 { DBG_CTOR(CntInt32Item, 0); } in CntInt32Item() 174 virtual ~CntInt32Item() { DBG_DTOR(CntInt32Item, 0); } in ~CntInt32Item() 210 inline void CntInt32Item::SetValue(sal_Int32 nTheValue) in SetValue()
|
| H A D | intitem.hxx | 130 class SVL_DLLPUBLIC SfxInt32Item: public CntInt32Item 136 CntInt32Item(which, nValue) {} in SfxInt32Item() 139 CntInt32Item(which, rStream) {} in SfxInt32Item()
|