Lines Matching refs:SvxShadowItem
132 TYPEINIT1_FACTORY(SvxShadowItem, SfxPoolItem, new SvxShadowItem(0));
1290 SvxShadowItem::SvxShadowItem( const sal_uInt16 nId, in SvxShadowItem() function in SvxShadowItem
1303 sal_Bool SvxShadowItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1336 sal_Bool SvxShadowItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
1389 int SvxShadowItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
1393 return ( ( aShadowColor == ( (SvxShadowItem&)rAttr ).aShadowColor ) && in operator ==()
1394 ( nWidth == ( (SvxShadowItem&)rAttr ).GetWidth() ) && in operator ==()
1395 ( eLocation == ( (SvxShadowItem&)rAttr ).GetLocation() ) ); in operator ==()
1400 SfxPoolItem* SvxShadowItem::Clone( SfxItemPool* ) const in Clone()
1402 return new SvxShadowItem( *this ); in Clone()
1407 sal_uInt16 SvxShadowItem::CalcShadowSpace( sal_uInt16 nShadow ) const in CalcShadowSpace()
1445 SfxItemPresentation SvxShadowItem::GetPresentation in GetPresentation()
1501 SvStream& SvxShadowItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1514 int SvxShadowItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
1522 int SvxShadowItem::HasMetrics() const in HasMetrics()
1529 SfxPoolItem* SvxShadowItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
1540 return new SvxShadowItem( Which(), &aColor, _nWidth, (SvxShadowLocation)cLoc ); in Create()
1545 sal_uInt16 SvxShadowItem::GetValueCount() const in GetValueCount()
1552 XubString SvxShadowItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
1560 sal_uInt16 SvxShadowItem::GetEnumValue() const in GetEnumValue()
1567 void SvxShadowItem::SetEnumValue( sal_uInt16 nVal ) in SetEnumValue()