Lines Matching refs:SvxBrushItem

131 TYPEINIT1_FACTORY(SvxBrushItem, SfxPoolItem, new SvxBrushItem(0));
3460 void SvxBrushItem::SetDoneLink( const Link& rLink ) in SetDoneLink()
3467 SvxBrushItem::SvxBrushItem( sal_uInt16 _nWhich ) : in SvxBrushItem() function in SvxBrushItem
3483 SvxBrushItem::SvxBrushItem( const Color& rColor, sal_uInt16 _nWhich) : in SvxBrushItem() function in SvxBrushItem
3499 SvxBrushItem::SvxBrushItem( const Graphic& rGraphic, SvxGraphicPosition ePos, in SvxBrushItem() function in SvxBrushItem
3517 SvxBrushItem::SvxBrushItem( const GraphicObject& rGraphicObj, in SvxBrushItem() function in SvxBrushItem
3535 SvxBrushItem::SvxBrushItem( in SvxBrushItem() function in SvxBrushItem
3554 SvxBrushItem::SvxBrushItem( SvStream& rStream, sal_uInt16 nVersion, in SvxBrushItem() function in SvxBrushItem
3672 SvxBrushItem::SvxBrushItem( const SvxBrushItem& rItem ) : in SvxBrushItem() function in SvxBrushItem
3688 SvxBrushItem::~SvxBrushItem() in ~SvxBrushItem()
3698 sal_uInt16 SvxBrushItem::GetVersion( sal_uInt16 /*nFileVersion*/ ) const in GetVersion()
3714 sal_Bool SvxBrushItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
3776 sal_Bool SvxBrushItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
3892 SfxItemPresentation SvxBrushItem::GetPresentation in GetPresentation()
3934 SvxBrushItem& SvxBrushItem::operator=( const SvxBrushItem& rItem ) in operator =()
3960 int SvxBrushItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
3964 SvxBrushItem& rCmp = (SvxBrushItem&)rAttr; in operator ==()
4001 SfxPoolItem* SvxBrushItem::Clone( SfxItemPool* ) const in Clone()
4003 return new SvxBrushItem( *this ); in Clone()
4008 SfxPoolItem* SvxBrushItem::Create( SvStream& rStream, sal_uInt16 nVersion ) const in Create()
4010 return new SvxBrushItem( rStream, nVersion, Which() ); in Create()
4015 SvStream& SvxBrushItem::Store( SvStream& rStream , sal_uInt16 /*nItemVersion*/ ) const in Store()
4057 void SvxBrushItem::PurgeGraphic() const in PurgeGraphic()
4061 ((SvxBrushItem*)this)->bLoadAgain = sal_True; in PurgeGraphic()
4066 void SvxBrushItem::PurgeMedium() const in PurgeMedium()
4072 const GraphicObject* SvxBrushItem::GetGraphicObject() const in GetGraphicObject()
4107 const_cast < SvxBrushItem*> (this)->bLoadAgain = sal_False; in GetGraphicObject()
4113 const_cast < SvxBrushItem*> (this)->ApplyGraphicTransparency_Impl(); in GetGraphicObject()
4118 const_cast < SvxBrushItem*> (this)->bLoadAgain = sal_False; in GetGraphicObject()
4131 sal_Int8 SvxBrushItem::getGraphicTransparency() const in getGraphicTransparency()
4138 void SvxBrushItem::setGraphicTransparency(sal_Int8 nNew) in setGraphicTransparency()
4149 const Graphic* SvxBrushItem::GetGraphic() const in GetGraphic()
4157 void SvxBrushItem::SetGraphicPos( SvxGraphicPosition eNew ) in SetGraphicPos()
4178 void SvxBrushItem::SetGraphic( const Graphic& rNew ) in SetGraphic()
4200 void SvxBrushItem::SetGraphicObject( const GraphicObject& rNewObj ) in SetGraphicObject()
4222 void SvxBrushItem::SetGraphicLink( const String& rNew ) in SetGraphicLink()
4239 void SvxBrushItem::SetGraphicFilter( const String& rNew ) in SetGraphicFilter()
4253 SvxGraphicPosition SvxBrushItem::WallpaperStyle2GraphicPos( WallpaperStyle eStyle ) in WallpaperStyle2GraphicPos()
4277 WallpaperStyle SvxBrushItem::GraphicPos2WallpaperStyle( SvxGraphicPosition ePos ) in GraphicPos2WallpaperStyle()
4300 SvxBrushItem::SvxBrushItem( const CntWallpaperItem& rItem, sal_uInt16 _nWhich ) : in SvxBrushItem() function in SvxBrushItem
4316 CntWallpaperItem* SvxBrushItem::CreateCntWallpaperItem() const in CreateCntWallpaperItem()
4342 void SvxBrushItem::ApplyGraphicTransparency_Impl() in ApplyGraphicTransparency_Impl()