Searched refs:CntUInt32Item (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svl/source/items/ |
H A D | cintitem.cxx | 430 DBG_NAME(CntUInt32Item); 436 CntUInt32Item::CntUInt32Item(sal_uInt16 which, SvStream & rStream) : in CntUInt32Item() function in CntUInt32Item 439 DBG_CTOR(CntUInt32Item, 0); in CntUInt32Item() 449 DBG_CHKTHIS(CntUInt32Item, 0); in operator ==() 460 DBG_CHKTHIS(CntUInt32Item, 0); in Compare() 479 DBG_CHKTHIS(CntUInt32Item, 0); in GetPresentation() 514 DBG_CHKTHIS(CntUInt32Item, 0); in Create() 522 DBG_CHKTHIS(CntUInt32Item, 0); in Store() 531 DBG_CHKTHIS(CntUInt32Item, 0); in Clone() 539 DBG_CHKTHIS(CntUInt32Item, 0); in GetMin() [all …]
|
H A D | intitem.cxx | 201 TYPEINIT1_AUTOFACTORY(SfxUInt32Item, CntUInt32Item);
|
/trunk/main/svl/inc/svl/ |
H A D | cintitem.hxx | 217 DBG_NAMEEX_VISIBILITY(CntUInt32Item, SVL_DLLPUBLIC) 219 class SVL_DLLPUBLIC CntUInt32Item: public SfxPoolItem class 226 CntUInt32Item(sal_uInt16 which = 0, sal_uInt32 nTheValue = 0): in CntUInt32Item() function in CntUInt32Item 228 { DBG_CTOR(CntUInt32Item, 0); } in CntUInt32Item() 230 CntUInt32Item(sal_uInt16 nWhich, SvStream & rStream); 232 CntUInt32Item(const CntUInt32Item & rItem): in CntUInt32Item() function in CntUInt32Item 234 { DBG_CTOR(CntUInt32Item, 0); } in CntUInt32Item() 236 virtual ~CntUInt32Item() { DBG_DTOR(CntUInt32Item, 0); } in ~CntUInt32Item() 272 inline void CntUInt32Item::SetValue(sal_uInt32 nTheValue) in SetValue()
|
H A D | intitem.hxx | 150 class SVL_DLLPUBLIC SfxUInt32Item: public CntUInt32Item 156 CntUInt32Item(which, nValue) {} in SfxUInt32Item() 159 CntUInt32Item(which, rStream) {} in SfxUInt32Item()
|
Completed in 51 milliseconds