Home
last modified time | relevance | path

Searched refs:XFillBackgroundItem (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx1844 TYPEINIT1_AUTOFACTORY(XFillBackgroundItem, SfxBoolItem);
1856 XFillBackgroundItem::XFillBackgroundItem( sal_Bool bFill ) : in XFillBackgroundItem() function in XFillBackgroundItem
1871 XFillBackgroundItem::XFillBackgroundItem( SvStream& rIn ) : in XFillBackgroundItem() function in XFillBackgroundItem
1886 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()
H A Dxpool.cxx110 mppLocalPoolDefaults[XATTR_FILLBACKGROUND -XATTR_START] = new XFillBackgroundItem; in XOutdevItemPool()
/trunk/main/svx/inc/svx/
H A Dxflbckit.hxx36 class SVX_DLLPUBLIC XFillBackgroundItem : public SfxBoolItem class
41 XFillBackgroundItem( sal_Bool bFill = sal_False );
42 SVX_DLLPRIVATE XFillBackgroundItem( SvStream& rIn );
/trunk/main/cui/source/tabpages/
H A Dtphatch.cxx239 rXFSet.Put ( ( XFillBackgroundItem&)rSet.Get(XATTR_FILLBACKGROUND) ); in ActivatePage()
369 rXFSet.Put ( ( XFillBackgroundItem&)rSet.Get(XATTR_FILLBACKGROUND) ); in Reset()
H A Dtparea.cxx560 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()
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx256 …const bool bFillBackground(static_cast< const XFillBackgroundItem& >(rSourceSet.Get(XATTR_FILLBACK… in getSvxBrushItemFromSourceSet()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx482 ((const XFillBackgroundItem&)(rSet.Get(XATTR_FILLBACKGROUND))).GetValue()); in createNewSdrFillAttribute()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx517 …sal_Bool bFillHatchBackground = ((const XFillBackgroundItem&)(rSet.Get(XATTR_FILLBACKGROUND))).Get… in GetDraftFillColor()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx574 XFillBackgroundItem aXFillBackgroundItem; in FillBaseProperties()

Completed in 149 milliseconds