Searched refs:CntBoolItem (Results 1 – 4 of 4) sorted by relevance
188 DBG_NAME(CntBoolItem)191 TYPEINIT1_AUTOFACTORY(CntBoolItem, SfxPoolItem) in TYPEINIT1_AUTOFACTORY() argument194 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 …]
41 TYPEINIT1_AUTOFACTORY(SfxBoolItem, CntBoolItem);
125 DBG_NAMEEX(CntBoolItem)127 class SVL_DLLPUBLIC CntBoolItem: public SfxPoolItem class134 CntBoolItem(sal_uInt16 which = 0, sal_Bool bTheValue = sal_False): in CntBoolItem() function in CntBoolItem137 CntBoolItem(sal_uInt16 nWhich, SvStream & rStream);139 CntBoolItem(const CntBoolItem & rItem): in CntBoolItem() function in CntBoolItem
46 class SVL_DLLPUBLIC SfxBoolItem: public CntBoolItem52 CntBoolItem(which, bValue) {} in SfxBoolItem()55 CntBoolItem(which, rStream) {} in SfxBoolItem()
Completed in 14 milliseconds