21#include <com/sun/star/drawing/BitmapMode.hpp>
22#include <com/sun/star/drawing/FillStyle.hpp>
23#include <com/sun/star/drawing/LineJoint.hpp>
24#include <com/sun/star/drawing/LineStyle.hpp>
25#include <com/sun/star/drawing/RectanglePoint.hpp>
28using ::com::sun::star::uno::Any;
29using ::com::sun::star::uno::Reference;
37 , m_aCurrentValue( rDefaultValue )
67 ? beans::PropertyState_DEFAULT_VALUE
68 : beans::PropertyState_DIRECT_VALUE );
css::uno::Any m_aDefaultValue
static void addIgnoreLineProperties(std::vector< std::unique_ptr< WrappedProperty > > &rList)
static SAL_DLLPRIVATE void addIgnoreFillProperties_without_BitmapProperties(std::vector< std::unique_ptr< WrappedProperty > > &rList)
static SAL_DLLPRIVATE void addIgnoreFillProperties_only_BitmapProperties(std::vector< std::unique_ptr< WrappedProperty > > &rList)
static void addIgnoreFillProperties(std::vector< std::unique_ptr< WrappedProperty > > &rList)
virtual css::uno::Any getPropertyValue(const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const override
css::uno::Any m_aCurrentValue
virtual SAL_DLLPRIVATE void setPropertyToDefault(const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const override
virtual SAL_DLLPRIVATE css::beans::PropertyState getPropertyState(const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const override
virtual void setPropertyValue(const css::uno::Any &rOuterValue, const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const override
css::uno::Any m_aDefaultValue
WrappedIgnoreProperty(const OUString &rOuterName, const css::uno::Any &rDefaultValue)
virtual ~WrappedIgnoreProperty() override
virtual SAL_DLLPRIVATE css::uno::Any getPropertyDefault(const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const override