Home
last modified time | relevance | path

Searched refs:SfxByteItem (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svl/inc/svl/
H A Dintitem.hxx31 class SVL_DLLPUBLIC SfxByteItem: public CntByteItem class
36 SfxByteItem(sal_uInt16 which = 0, sal_uInt8 nValue = 0): in SfxByteItem() function in SfxByteItem
39 SfxByteItem(sal_uInt16 which, SvStream & rStream): in SfxByteItem() function in SfxByteItem
45 { return new SfxByteItem(*this); } in Clone()
/trunk/main/svl/source/items/
H A Dintitem.cxx39 TYPEINIT1_AUTOFACTORY(SfxByteItem, CntByteItem);
43 SfxPoolItem * SfxByteItem::Create(SvStream & rStream, sal_uInt16) const in Create()
47 return new SfxByteItem(Which(), sal_uInt8(nValue)); in Create()
/trunk/main/editeng/inc/editeng/
H A Dpbinitem.hxx42 class EDITENG_DLLPUBLIC SvxPaperBinItem : public SfxByteItem
62 : SfxByteItem( nId, nT ) in SvxPaperBinItem()
H A Dwidwitem.hxx44 class EDITENG_DLLPUBLIC SvxWidowsItem: public SfxByteItem
H A Dorphitem.hxx44 class EDITENG_DLLPUBLIC SvxOrphansItem: public SfxByteItem
/trunk/main/sw/source/core/graphic/
H A Dgrfatr.cxx297 DBG_ASSERT(ISA(SfxByteItem),"Put/QueryValue should be removed!"); in QueryValue()
308 DBG_ASSERT(ISA(SfxByteItem),"Put/QueryValue should be removed!"); in PutValue()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx88 TYPEINIT1_FACTORY(SvxWidowsItem, SfxByteItem, new SvxWidowsItem(0, 0));
89 TYPEINIT1_FACTORY(SvxOrphansItem, SfxByteItem, new SvxOrphansItem(0, 0));
555 SfxByteItem( nId, nL ) in SvxWidowsItem()
627 SfxByteItem( nId, nL ) in SvxOrphansItem()
H A Dfrmitems.cxx124 TYPEINIT1_FACTORY(SvxPaperBinItem, SfxByteItem, new SvxPaperBinItem(0));
/trunk/main/sw/inc/
H A Dgrfatr.hxx261 class SwTransparencyGrf : public SfxByteItem
265 : SfxByteItem( RES_GRFATR_TRANSPARENCY, nVal ) in SwTransparencyGrf()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx995 if (HAS_BASE(SfxByteItem ,&rItem)) aEntry.eItemType=ITEM_BYTE; in SetAttributes()
1015 …case ITEM_BYTE : aEntry.bIsNum=sal_True; aEntry.nVal=((SfxByteItem &)rItem).GetValue(); aEn… in SetAttributes()
1213 case ITEM_BYTE : ((SfxByteItem *)pNewItem)->SetValue((sal_uInt8 )nLongVal); break; in IMPL_LINK()
/trunk/main/sfx2/sdi/
H A Dsfxitems.sdi29 item BYTE SfxByteItem;
H A Dsfx.sdi2954 SfxByteItem ScrollingMode FN_PARAM_4,
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx370 SFX_REQUEST_ARG( rReq, pScrollingItem, SfxByteItem, FN_PARAM_4, sal_False ); in TYPEINIT1()

Completed in 90 milliseconds