Home
last modified time | relevance | path

Searched refs:CntUInt16Item (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svl/source/items/
H A Dcintitem.cxx165 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 Dintitem.cxx183 TYPEINIT1_AUTOFACTORY(SfxUInt16Item, CntUInt16Item);
/trunk/main/svl/inc/svl/
H A Dcintitem.hxx93 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 Dintitem.hxx111 class SVL_DLLPUBLIC SfxUInt16Item: public CntUInt16Item
117 CntUInt16Item(which, nValue) {} in SfxUInt16Item()
120 CntUInt16Item(which, rStream) {} in SfxUInt16Item()
/trunk/main/cui/source/tabpages/
H A Dtpshadow.cxx381 rAttrs.Put (CntUInt16Item(SID_PAGE_TYPE,nPageType)); in FillItemSet()
H A Dtpline.cxx322 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 Dtparea.cxx441 rAttrs.Put (CntUInt16Item(SID_PAGE_TYPE,nPageType)); in FillItemSet()
514 SFX_ITEMSET_ARG (&rSet,pPageTypeItem,CntUInt16Item,SID_PAGE_TYPE,sal_False); in ActivatePage()

Completed in 54 milliseconds