Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Dcenumitm.cxx188 DBG_NAME(CntBoolItem)
191 TYPEINIT1_AUTOFACTORY(CntBoolItem, SfxPoolItem) in TYPEINIT1_AUTOFACTORY() argument
194 CntBoolItem::CntBoolItem(sal_uInt16 which, SvStream & rStream): in TYPEINIT1_AUTOFACTORY()
203 int CntBoolItem::operator ==(const SfxPoolItem & rItem) const in operator ==()
205 DBG_ASSERT(rItem.ISA(CntBoolItem), in operator ==()
212 int CntBoolItem::Compare(const SfxPoolItem & rWith) const in Compare()
256 return new CntBoolItem(Which(), rStream); in Create()
269 SfxPoolItem * CntBoolItem::Clone(SfxItemPool *) const in Clone()
271 return new CntBoolItem(*this); in Clone()
276 sal_uInt16 CntBoolItem::GetValueCount() const in GetValueCount()
[all …]
H A Deitem.cxx41 TYPEINIT1_AUTOFACTORY(SfxBoolItem, CntBoolItem);
/trunk/main/svl/inc/svl/
H A Dcenumitm.hxx125 DBG_NAMEEX(CntBoolItem)
127 class SVL_DLLPUBLIC CntBoolItem: public SfxPoolItem class
134 CntBoolItem(sal_uInt16 which = 0, sal_Bool bTheValue = sal_False): in CntBoolItem() function in CntBoolItem
137 CntBoolItem(sal_uInt16 nWhich, SvStream & rStream);
139 CntBoolItem(const CntBoolItem & rItem): in CntBoolItem() function in CntBoolItem
H A Deitem.hxx46 class SVL_DLLPUBLIC SfxBoolItem: public CntBoolItem
52 CntBoolItem(which, bValue) {} in SfxBoolItem()
55 CntBoolItem(which, rStream) {} in SfxBoolItem()

Completed in 20 milliseconds