55    void        ApplyGraphicTransparency_Impl();
 
   82                                  OUString &rText, 
const IntlWrapper& ) 
const override;
 
   96        return maComplexColor;
 
  101        maComplexColor = rComplexColor;
 
  110    const Graphic*          GetGraphic(OUString 
const & referer = OUString()) 
const;
 
  111    const GraphicObject*    GetGraphicObject(OUString 
const & referer = OUString()) 
const;
 
  117    void setGraphicTransparency(
sal_Int8 nNew);
 
  120    void                SetGraphic( 
const Graphic& rNew );
 
  122    void                SetGraphicLink( 
const OUString& rNew );
 
  123    void                SetGraphicFilter( 
const OUString& rNew );
 
  125    static sal_Int8             TransparencyToPercent(sal_Int32 nTrans);
 
constexpr sal_uInt16 BRUSH_GRAPHIC_VERSION
 
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
 
virtual bool GetPresentation(SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const
 
virtual void dumpAsXml(xmlTextWriterPtr pWriter) const
 
virtual bool operator==(const SfxPoolItem &) const=0
 
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId)
 
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0
 
void setComplexColor(model::ComplexColor const &rComplexColor)
 
model::ComplexColor maComplexColor
 
sal_Int32 GetShadingValue() const
 
const Color & GetColor() const
 
sal_Int8 getGraphicTransparency() const
 
const Color & GetFiltColor() const
 
const OUString & GetGraphicFilter() const
 
void SetColor(const Color &rCol)
 
SvxGraphicPosition eGraphicPos
 
const OUString & GetGraphicLink() const
 
std::unique_ptr< GraphicObject > xGraphicObject
 
void SetFiltColor(const Color &rCol)
 
const model::ComplexColor & getComplexColor() const
 
SvxGraphicPosition GetGraphicPos() const
 
sal_Int8 nGraphicTransparency
 
#define EDITENG_DLLPUBLIC
 
struct _xmlTextWriter * xmlTextWriterPtr