LibreOffice Module reportdesign (master) 1
|
implementation of a More...
#include <FormattedField.hxx>
Public Member Functions | |
OFormattedField (css::uno::Reference< css::uno::XComponentContext > const &_xContext) | |
OFormattedField (css::uno::Reference< css::uno::XComponentContext > const &_xContext, const css::uno::Reference< css::lang::XMultiServiceFactory > &_xFactory, css::uno::Reference< css::drawing::XShape > &_xShape) | |
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 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 |
virtual OUString SAL_CALL | getShapeType () override |
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL | createClone () override |
virtual ::sal_Int32 SAL_CALL | getFormatKey () override |
virtual void SAL_CALL | setFormatKey (::sal_Int32 the_value) override |
virtual css::uno::Reference< css::util::XNumberFormatsSupplier > SAL_CALL | getFormatsSupplier () override |
virtual void SAL_CALL | setFormatsSupplier (const css::uno::Reference< css::util::XNumberFormatsSupplier > &_formatssupplier) 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 |
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) |
Private Member Functions | |
OFormattedField (const OFormattedField &)=delete | |
OFormattedField & | operator= (const OFormattedField &)=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) |
virtual | ~OFormattedField () override |
Private Attributes | |
OReportControlModel | m_aProps |
css::uno::Reference< css::util::XNumberFormatsSupplier > | m_xFormatsSupplier |
::sal_Int32 | m_nFormatKey |
Friends | |
class | OShapeHelper |
Additional Inherited Members | |
Protected Types inherited from cppu::PropertySetMixinImpl | |
enum | Implements |
Protected Member Functions inherited from cppu::PropertySetMixin< typename T > | |
PropertySetMixin (css::uno::Reference< css::uno::XComponentContext > const &context, Implements implements, css::uno::Sequence< rtl::OUString > const &absentOptional) | |
~PropertySetMixin () | |
Protected Member Functions inherited from cppu::PropertySetMixinImpl | |
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 |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Protected Attributes inherited from cppu::PropertySetMixinImpl | |
IMPLEMENTS_PROPERTY_SET | |
IMPLEMENTS_FAST_PROPERTY_SET | |
IMPLEMENTS_PROPERTY_ACCESS | |
implementation of a
Definition at line 42 of file FormattedField.hxx.
|
privatedelete |
Referenced by create().
|
overrideprivatevirtual |
Definition at line 75 of file FormattedField.cxx.
|
explicit |
|
explicit |
References DECLARE_XINTERFACE.
|
overridevirtual |
Definition at line 277 of file FormattedField.cxx.
References m_aProps.
|
inlineoverridevirtual |
Definition at line 176 of file FormattedField.hxx.
|
overridevirtual |
Definition at line 152 of file FormattedField.cxx.
|
overridevirtual |
Definition at line 162 of file FormattedField.cxx.
|
static |
Definition at line 38 of file FormattedField.cxx.
References OFormattedField().
|
overridevirtual |
Definition at line 208 of file FormattedField.cxx.
References reportdesign::cloneObject(), i, m_aProps, and SERVICE_FORMATTEDFIELD.
|
overridevirtual |
Definition at line 93 of file FormattedField.cxx.
|
overridevirtual |
Definition at line 321 of file FormattedField.cxx.
References m_aProps.
|
override |
Definition at line 316 of file FormattedField.cxx.
References m_aProps.
|
overridevirtual |
Definition at line 288 of file FormattedField.cxx.
References cppu::UnoType< typename T >::get().
|
override |
Definition at line 226 of file FormattedField.cxx.
References m_aMutex.
|
overridevirtual |
Definition at line 237 of file FormattedField.cxx.
References m_aMutex.
|
overridevirtual |
Definition at line 106 of file FormattedField.cxx.
|
static |
css::uno::RuntimeException |
Definition at line 100 of file FormattedField.cxx.
|
overridevirtual |
Definition at line 261 of file FormattedField.cxx.
|
overridevirtual |
Reimplemented from cppu::PropertySetMixinImpl.
Definition at line 133 of file FormattedField.cxx.
|
overridevirtual |
Definition at line 147 of file FormattedField.cxx.
|
overridevirtual |
Definition at line 349 of file FormattedField.cxx.
|
overridevirtual |
Definition at line 116 of file FormattedField.cxx.
|
static |
css::uno::RuntimeException |
Definition at line 111 of file FormattedField.cxx.
References SERVICE_FORMATTEDFIELD.
|
overridevirtual |
Definition at line 293 of file FormattedField.cxx.
References m_aProps.
|
overridevirtual |
Definition at line 299 of file FormattedField.cxx.
References m_aProps.
|
privatedelete |
|
overridevirtual |
Definition at line 304 of file FormattedField.cxx.
References m_aProps.
|
overridevirtual |
Definition at line 282 of file FormattedField.cxx.
References m_aProps.
|
inlineoverridevirtual |
Definition at line 180 of file FormattedField.hxx.
|
overridevirtual |
Definition at line 157 of file FormattedField.cxx.
|
overridevirtual |
Definition at line 167 of file FormattedField.cxx.
|
overridevirtual |
Definition at line 310 of file FormattedField.cxx.
References m_aProps.
|
inlineprivate |
Definition at line 88 of file FormattedField.hxx.
References cppu::BaseMutex::m_aMutex, cppu::PropertySetMixinImpl::prepareSet(), and Value.
|
inlineprivate |
Definition at line 73 of file FormattedField.hxx.
References cppu::BaseMutex::m_aMutex, cppu::PropertySetMixinImpl::prepareSet(), and Value.
|
inlineprivate |
Definition at line 58 of file FormattedField.hxx.
References cppu::BaseMutex::m_aMutex, cppu::PropertySetMixinImpl::prepareSet(), and Value.
|
overridevirtual |
Definition at line 232 of file FormattedField.cxx.
References PROPERTY_FORMATKEY, and set().
|
overridevirtual |
Definition at line 255 of file FormattedField.cxx.
References PROPERTY_FORMATSSUPPLIER, and set().
|
overridevirtual |
Definition at line 266 of file FormattedField.cxx.
References Parent.
|
overridevirtual |
Definition at line 138 of file FormattedField.cxx.
References uno::Any::hasValue(), and PROPERTY_FORMATKEY.
|
overridevirtual |
Definition at line 121 of file FormattedField.cxx.
References ServiceName, and cppu::supportsService().
|
friend |
Definition at line 46 of file FormattedField.hxx.
|
private |
Definition at line 48 of file FormattedField.hxx.
|
private |
Definition at line 51 of file FormattedField.hxx.
|
private |
Definition at line 50 of file FormattedField.hxx.