Searched refs:XFillBackgroundItem (Results 1 – 9 of 9) sorted by relevance
1844 TYPEINIT1_AUTOFACTORY(XFillBackgroundItem, SfxBoolItem);1856 XFillBackgroundItem::XFillBackgroundItem( sal_Bool bFill ) : in XFillBackgroundItem() function in XFillBackgroundItem1871 XFillBackgroundItem::XFillBackgroundItem( SvStream& rIn ) : in XFillBackgroundItem() function in XFillBackgroundItem1886 SfxPoolItem* XFillBackgroundItem::Clone( SfxItemPool* /*pPool*/) const in Clone()1888 return new XFillBackgroundItem( *this ); in Clone()1901 SfxPoolItem* XFillBackgroundItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()1903 return new XFillBackgroundItem( rIn ); in Create()1908 SfxItemPresentation XFillBackgroundItem::GetPresentation( SfxItemPresentation ePres, SfxMapUnit /*e… in GetPresentation()
110 mppLocalPoolDefaults[XATTR_FILLBACKGROUND -XATTR_START] = new XFillBackgroundItem; in XOutdevItemPool()
36 class SVX_DLLPUBLIC XFillBackgroundItem : public SfxBoolItem class41 XFillBackgroundItem( sal_Bool bFill = sal_False );42 SVX_DLLPRIVATE XFillBackgroundItem( SvStream& rIn );
239 rXFSet.Put ( ( XFillBackgroundItem&)rSet.Get(XATTR_FILLBACKGROUND) ); in ActivatePage()369 rXFSet.Put ( ( XFillBackgroundItem&)rSet.Get(XATTR_FILLBACKGROUND) ); in Reset()
560 rXFSet.Put ( ( XFillBackgroundItem&)rSet.Get(XATTR_FILLBACKGROUND) ); in InitPreview()1139 XFillBackgroundItem aItem ( aCbxHatchBckgrd.IsChecked() ); in FillItemSet()1543 …aCbxHatchBckgrd.Check ( ( ( const XFillBackgroundItem& ) rAttrs.Get ( XATTR_FILLBACKGROUND ) ).Get… in Reset()2202 XFillBackgroundItem aItem( aCbxHatchBckgrd.IsChecked() ); in IMPL_LINK()
256 …const bool bFillBackground(static_cast< const XFillBackgroundItem& >(rSourceSet.Get(XATTR_FILLBACK… in getSvxBrushItemFromSourceSet()
482 ((const XFillBackgroundItem&)(rSet.Get(XATTR_FILLBACKGROUND))).GetValue()); in createNewSdrFillAttribute()
517 …sal_Bool bFillHatchBackground = ((const XFillBackgroundItem&)(rSet.Get(XATTR_FILLBACKGROUND))).Get… in GetDraftFillColor()
574 XFillBackgroundItem aXFillBackgroundItem; in FillBaseProperties()
Completed in 77 milliseconds