Searched refs:CntUInt16Item (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svl/source/items/ |
H A D | cintitem.cxx | 165 DBG_NAME(CntUInt16Item); 171 CntUInt16Item::CntUInt16Item(sal_uInt16 which, SvStream & rStream) : in CntUInt16Item() function in CntUInt16Item 174 DBG_CTOR(CntUInt16Item, 0); in CntUInt16Item() 184 DBG_CHKTHIS(CntUInt16Item, 0); in operator ==() 195 DBG_CHKTHIS(CntUInt16Item, 0); in Compare() 214 DBG_CHKTHIS(CntUInt16Item, 0); in GetPresentation() 248 DBG_CHKTHIS(CntUInt16Item, 0); in Create() 256 DBG_CHKTHIS(CntUInt16Item, 0); in Store() 265 DBG_CHKTHIS(CntUInt16Item, 0); in Clone() 273 DBG_CHKTHIS(CntUInt16Item, 0); in GetMin() [all …]
|
H A D | intitem.cxx | 183 TYPEINIT1_AUTOFACTORY(SfxUInt16Item, CntUInt16Item);
|
/aoo41x/main/svl/inc/svl/ |
H A D | cintitem.hxx | 93 DBG_NAMEEX_VISIBILITY(CntUInt16Item, SVL_DLLPUBLIC) 95 class SVL_DLLPUBLIC CntUInt16Item: public SfxPoolItem class 102 CntUInt16Item(sal_uInt16 which = 0, sal_uInt16 nTheValue = 0): in CntUInt16Item() function in CntUInt16Item 104 { DBG_CTOR(CntUInt16Item, 0); } in CntUInt16Item() 106 CntUInt16Item(sal_uInt16 which, SvStream & rStream); 108 CntUInt16Item(const CntUInt16Item & rItem): in CntUInt16Item() function in CntUInt16Item 110 { DBG_CTOR(CntUInt16Item, 0); } in CntUInt16Item() 112 virtual ~CntUInt16Item() { DBG_DTOR(CntUInt16Item, 0); } in ~CntUInt16Item() 148 inline void CntUInt16Item::SetValue(sal_uInt16 nTheValue) in SetValue()
|
H A D | intitem.hxx | 111 class SVL_DLLPUBLIC SfxUInt16Item: public CntUInt16Item 117 CntUInt16Item(which, nValue) {} in SfxUInt16Item() 120 CntUInt16Item(which, rStream) {} in SfxUInt16Item()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | tpshadow.cxx | 381 rAttrs.Put (CntUInt16Item(SID_PAGE_TYPE,nPageType)); in FillItemSet()
|
H A D | tpline.cxx | 322 SFX_ITEMSET_ARG (&rSet,pPageTypeItem,CntUInt16Item,SID_PAGE_TYPE,sal_False); //add CHINA001 begin in ActivatePage() 832 rAttrs.Put (CntUInt16Item(SID_PAGE_TYPE,nPageType));//add CHINA001 in FillItemSet()
|
H A D | tparea.cxx | 434 rAttrs.Put (CntUInt16Item(SID_PAGE_TYPE,nPageType)); in FillItemSet() 507 SFX_ITEMSET_ARG (&rSet,pPageTypeItem,CntUInt16Item,SID_PAGE_TYPE,sal_False); in ActivatePage()
|
Completed in 61 milliseconds