Searched refs:CntBoolItem (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/svl/source/items/ |
| H A D | cenumitm.cxx | 188 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 ==() 207 return m_bValue == static_cast< CntBoolItem const * >(&rItem)->m_bValue; in operator ==() 212 int CntBoolItem::Compare(const SfxPoolItem & rWith) const in Compare() 214 DBG_ASSERT(rWith.ISA(CntBoolItem), "CntBoolItem::Compare(): Bad type"); in Compare() 215 return m_bValue == static_cast< CntBoolItem const * >(&rWith)->m_bValue ? in Compare() 221 SfxItemPresentation CntBoolItem::GetPresentation(SfxItemPresentation, in GetPresentation() [all …]
|
| H A D | eitem.cxx | 41 TYPEINIT1_AUTOFACTORY(SfxBoolItem, CntBoolItem);
|
| /AOO42X/main/svl/inc/svl/ |
| H A D | cenumitm.hxx | 125 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 D | eitem.hxx | 46 class SVL_DLLPUBLIC SfxBoolItem: public CntBoolItem 52 CntBoolItem(which, bValue) {} in SfxBoolItem() 55 CntBoolItem(which, rStream) {} in SfxBoolItem()
|