Home
last modified time | relevance | path

Searched refs:SdrPercentItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsdprcitm.hxx35 class SVX_DLLPUBLIC SdrPercentItem : public SfxUInt16Item class
39 SdrPercentItem(): SfxUInt16Item() {} in SdrPercentItem() function in SdrPercentItem
40 SdrPercentItem(sal_uInt16 nId, sal_uInt16 nVal=0): SfxUInt16Item(nId,nVal) {} in SdrPercentItem() function in SdrPercentItem
41 SdrPercentItem(sal_uInt16 nId, SvStream& rIn): SfxUInt16Item(nId,rIn) {} in SdrPercentItem() function in SdrPercentItem
H A Dsdshtitm.hxx32 class SdrShadowTransparenceItem: public SdrPercentItem {
34 …SdrShadowTransparenceItem(sal_uInt16 nTransp=0): SdrPercentItem(SDRATTR_SHADOWTRANSPARENCE,nTransp… in SdrShadowTransparenceItem()
35 SdrShadowTransparenceItem(SvStream& rIn) : SdrPercentItem(SDRATTR_SHADOWTRANSPARENCE,rIn) {} in SdrShadowTransparenceItem()
H A Dsdgtritm.hxx35 class SVX_DLLPUBLIC SdrGrafTransparenceItem : public SdrPercentItem
40 …SdrGrafTransparenceItem( sal_uInt16 nTransparencePercent = 0 ) : SdrPercentItem( SDRATTR_GRAFTRANS… in SdrGrafTransparenceItem()
41 SdrGrafTransparenceItem( SvStream& rIn ) : SdrPercentItem( SDRATTR_GRAFTRANSPARENCE, rIn ) {} in SdrGrafTransparenceItem()
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx837 TYPEINIT1_AUTOFACTORY(SdrPercentItem,SfxUInt16Item);
839 SfxPoolItem* __EXPORT SdrPercentItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
841 return new SdrPercentItem(Which(),GetValue()); in Clone()
844 SfxPoolItem* __EXPORT SdrPercentItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
846 return new SdrPercentItem(Which(),rIn); in Create()
849 SfxItemPresentation __EXPORT SdrPercentItem::GetPresentation( in GetPresentation()
869 int __EXPORT SdrPercentItem::IsPoolable() const in IsPoolable()
2317 TYPEINIT1( SdrGrafTransparenceItem, SdrPercentItem );

Completed in 27 milliseconds