LibreOffice Module svx (master) 1
|
Go to the source code of this file.
Functions | |
SVXCORE_DLLPUBLIC void | setSvxBrushItemAsFillAttributesToTargetSet (const SvxBrushItem &rBrush, SfxItemSet &rToSet) |
SVXCORE_DLLPUBLIC std::unique_ptr< SvxBrushItem > | getSvxBrushItemFromSourceSet (const SfxItemSet &rSourceSet, sal_uInt16 nBackgroundID, bool bSearchInParents=true, bool bXMLImportHack=false) |
SVXCORE_DLLPUBLIC std::unique_ptr< SvxBrushItem > getSvxBrushItemFromSourceSet | ( | const SfxItemSet & | rSourceSet, |
sal_uInt16 | nBackgroundID, | ||
bool | bSearchInParents = true , |
||
bool | bXMLImportHack = false |
||
) |
Definition at line 195 of file unobrushitemhelper.cxx.
References COL_AUTO(), SfxItemSet::Get(), XHatch::GetColor(), basegfx::BGradient::GetColorStops(), basegfx::BGradient::GetEndIntens(), GraphicObject::GetGraphic(), XFillBitmapItem::GetGraphicObject(), SfxItemSet::GetItem(), basegfx::BGradient::GetStartIntens(), getSvxBrushItemForSolid(), getTransparenceForSvxBrushItem(), SfxBoolItem::GetValue(), SfxEnumItem< typename EnumT >::GetValue(), GPOS_AREA, GPOS_LB, GPOS_LM, GPOS_LT, GPOS_MB, GPOS_MM, GPOS_MT, GPOS_NONE, GPOS_RB, GPOS_RM, GPOS_RT, GPOS_TILED, LB, LM, LT, MB, MM, MT, RB, RM, RT, Color::SetAlpha(), XATTR_FILLBACKGROUND(), XATTR_FILLBITMAP(), XATTR_FILLBMP_POS(), XATTR_FILLBMP_STRETCH(), XATTR_FILLBMP_TILE(), XATTR_FILLCOLOR(), XATTR_FILLGRADIENT(), XATTR_FILLHATCH(), and XATTR_FILLSTYLE().
SVXCORE_DLLPUBLIC void setSvxBrushItemAsFillAttributesToTargetSet | ( | const SvxBrushItem & | rBrush, |
SfxItemSet & | rToSet | ||
) |
Definition at line 40 of file unobrushitemhelper.cxx.
References a, SfxItemSet::ClearItem(), SfxItemSet::Count(), Color::GetAlpha(), SvxBrushItem::GetColor(), SvxBrushItem::getComplexColor(), SvxBrushItem::GetGraphic(), SvxBrushItem::GetGraphicPos(), SvxBrushItem::getGraphicTransparency(), Color::GetRGBColor(), GPOS_AREA, GPOS_LB, GPOS_LM, GPOS_LT, GPOS_MB, GPOS_MM, GPOS_MT, GPOS_NONE, GPOS_RB, GPOS_RM, GPOS_RT, GPOS_TILED, LB, LM, LT, MB, MM, MT, SfxItemSet::Put(), RB, RM, RT, XColorItem::setComplexColor(), XATTR_FILL_FIRST(), and XATTR_FILL_LAST().
Referenced by SvxHFPage::ResetBackground_Impl().