LibreOffice Module reportdesign (master) 1
|
implementation of a More...
#include <Shape.hxx>
Public Member Functions | |
OShape (css::uno::Reference< css::uno::XComponentContext > const &_xContext) | |
OShape (css::uno::Reference< css::uno::XComponentContext > const &_xContext, const css::uno::Reference< css::lang::XMultiServiceFactory > &_xFactory, css::uno::Reference< css::drawing::XShape > &_xShape, OUString _sServiceName) | |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual OUString SAL_CALL | getCustomShapeEngine () override |
virtual void SAL_CALL | setCustomShapeEngine (const OUString &_customshapeengine) override |
virtual OUString SAL_CALL | getCustomShapeData () override |
virtual void SAL_CALL | setCustomShapeData (const OUString &_customshapedata) override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getCustomShapeGeometry () override |
virtual void SAL_CALL | setCustomShapeGeometry (const css::uno::Sequence< css::beans::PropertyValue > &_customshapegeometry) override |
virtual sal_Bool SAL_CALL | getOpaque () override |
virtual void SAL_CALL | setOpaque (sal_Bool _opaque) override |
virtual OUString SAL_CALL | getShapeType () override |
virtual ::sal_Int32 SAL_CALL | getZOrder () override |
virtual void SAL_CALL | setZOrder (::sal_Int32 _zorder) override |
virtual css::drawing::HomogenMatrix3 SAL_CALL | getTransformation () override |
virtual void SAL_CALL | setTransformation (const css::drawing::HomogenMatrix3 &_transformation) override |
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL | createClone () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getParent () override |
virtual void SAL_CALL | setParent (const css::uno::Reference< css::uno::XInterface > &Parent) override |
virtual void SAL_CALL | addContainerListener (const css::uno::Reference< css::container::XContainerListener > &xListener) override |
virtual void SAL_CALL | removeContainerListener (const css::uno::Reference< css::container::XContainerListener > &xListener) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual void SAL_CALL | replaceByIndex (::sal_Int32 Index, const css::uno::Any &Element) override |
virtual void SAL_CALL | insertByIndex (::sal_Int32 Index, const css::uno::Any &Element) override |
virtual void SAL_CALL | removeByIndex (::sal_Int32 Index) override |
virtual ::sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (::sal_Int32 Index) override |
Static Public Member Functions | |
static css::uno::Sequence< OUString > | getSupportedServiceNames_Static () |
static OUString | getImplementationName_Static () |
static css::uno::Reference< css::uno::XInterface > | create (css::uno::Reference< css::uno::XComponentContext > const &xContext) |
Protected Member Functions | |
virtual | ~OShape () override |
![]() | |
PropertySetMixin (css::uno::Reference< css::uno::XComponentContext > const &context, Implements implements, css::uno::Sequence< rtl::OUString > const &absentOptional) | |
~PropertySetMixin () | |
![]() | |
void | prepareSet (rtl::OUString const &propertyName, css::uno::Any const &oldValue, css::uno::Any const &newValue, BoundListeners *boundListeners) |
void | dispose () |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &type) SAL_OVERRIDE |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () SAL_OVERRIDE |
virtual void SAL_CALL | setPropertyValue (rtl::OUString const &propertyName, css::uno::Any const &value) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | getPropertyValue (rtl::OUString const &propertyName) SAL_OVERRIDE |
virtual void SAL_CALL | addPropertyChangeListener (rtl::OUString const &propertyName, css::uno::Reference< css::beans::XPropertyChangeListener > const &listener) SAL_OVERRIDE |
virtual void SAL_CALL | removePropertyChangeListener (rtl::OUString const &propertyName, css::uno::Reference< css::beans::XPropertyChangeListener > const &listener) SAL_OVERRIDE |
virtual void SAL_CALL | addVetoableChangeListener (rtl::OUString const &propertyName, css::uno::Reference< css::beans::XVetoableChangeListener > const &listener) SAL_OVERRIDE |
virtual void SAL_CALL | removeVetoableChangeListener (rtl::OUString const &propertyName, css::uno::Reference< css::beans::XVetoableChangeListener > const &listener) SAL_OVERRIDE |
virtual void SAL_CALL | setFastPropertyValue (sal_Int32 handle, css::uno::Any const &value) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | getFastPropertyValue (sal_Int32 handle) SAL_OVERRIDE |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getPropertyValues () SAL_OVERRIDE |
virtual void SAL_CALL | setPropertyValues (css::uno::Sequence< css::beans::PropertyValue > const &props) SAL_OVERRIDE |
Private Member Functions | |
OShape (const OShape &)=delete | |
OShape & | operator= (const OShape &)=delete |
void | set (const OUString &_sProperty, sal_Int16 Value, css::style::ParagraphAdjust &_member) |
template<typename T > | |
void | set (const OUString &_sProperty, const T &Value, T &_member) |
void | set (const OUString &_sProperty, bool Value, bool &_member) |
cppu::IPropertyArrayHelper & | getInfoHelper () |
Private Attributes | |
::std::unique_ptr< ::comphelper::OPropertyArrayAggregationHelper > | m_pAggHelper |
OReportControlModel | m_aProps |
css::drawing::HomogenMatrix3 | m_Transformation |
sal_Int32 | m_nZOrder |
bool | m_bOpaque |
OUString | m_sServiceName |
OUString | m_CustomShapeEngine |
OUString | m_CustomShapeData |
css::uno::Sequence< css::beans::PropertyValue > | m_CustomShapeGeometry |
Friends | |
class | OShapeHelper |
Additional Inherited Members | |
![]() | |
enum | Implements |
![]() | |
mutable::osl::Mutex | m_aMutex |
![]() | |
IMPLEMENTS_PROPERTY_SET | |
IMPLEMENTS_FAST_PROPERTY_SET | |
IMPLEMENTS_PROPERTY_ACCESS | |
|
privatedelete |
|
explicit |
|
explicit |
References DECLARE_XINTERFACE.
|
overridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
|
overridevirtual |
|
static |
|
overridevirtual |
Definition at line 292 of file Shape.cxx.
References DBG_UNHANDLED_EXCEPTION, SdrObject::getSdrObjectFromXShape(), and pObject.
|
overridevirtual |
|
overridevirtual |
|
override |
|
overridevirtual |
Definition at line 465 of file Shape.cxx.
References m_aMutex, m_aProps, and PROPERTY_CUSTOMSHAPEDATA.
|
overridevirtual |
Definition at line 451 of file Shape.cxx.
References m_aMutex, m_aProps, and PROPERTY_CUSTOMSHAPEENGINE.
|
overridevirtual |
Definition at line 478 of file Shape.cxx.
References m_aMutex, m_aProps, and PROPERTY_CUSTOMSHAPEGEOMETRY.
|
overridevirtual |
Definition at line 343 of file Shape.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
|
static |
|
private |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Reimplemented from cppu::PropertySetMixinImpl.
Definition at line 176 of file Shape.cxx.
References cppu::OPropertySetHelper::createPropertySetInfo().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 133 of file Shape.cxx.
References SERVICE_SHAPE.
|
static |
css::uno::RuntimeException |
Definition at line 128 of file Shape.cxx.
References SERVICE_SHAPE.
|
overridevirtual |
Definition at line 438 of file Shape.cxx.
References m_aMutex, m_aProps, and PROPERTY_TRANSFORMATION.
|
override |
Definition at line 412 of file Shape.cxx.
References m_aMutex, m_aProps, and PROPERTY_ZORDER.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
inlineprivate |
Definition at line 93 of file Shape.hxx.
References cppu::BaseMutex::m_aMutex, cppu::PropertySetMixinImpl::prepareSet(), and Value.
|
inlineprivate |
Definition at line 78 of file Shape.hxx.
References cppu::BaseMutex::m_aMutex, cppu::PropertySetMixinImpl::prepareSet(), and Value.
|
inlineprivate |
Definition at line 63 of file Shape.hxx.
References cppu::BaseMutex::m_aMutex, cppu::PropertySetMixinImpl::prepareSet(), and Value.
|
overridevirtual |
Definition at line 472 of file Shape.cxx.
References m_aProps, PROPERTY_CUSTOMSHAPEDATA, and set().
|
overridevirtual |
Definition at line 459 of file Shape.cxx.
References m_aProps, PROPERTY_CUSTOMSHAPEENGINE, and set().
|
overridevirtual |
Definition at line 485 of file Shape.cxx.
References m_aProps, PROPERTY_CUSTOMSHAPEGEOMETRY, and set().
|
overridevirtual |
Definition at line 432 of file Shape.cxx.
References m_aMutex, PROPERTY_OPAQUE, and set().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 445 of file Shape.cxx.
References m_aProps, PROPERTY_TRANSFORMATION, and set().
|
overridevirtual |
|
overridevirtual |
Definition at line 145 of file Shape.cxx.
References ServiceName, and cppu::supportsService().
|
friend |
|
private |
|
private |
|
private |
|
private |