implementation of a
More...
#include <FormatCondition.hxx>
|
| OFormatCondition (css::uno::Reference< css::uno::XComponentContext > const &_xContext) |
|
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 sal_Bool SAL_CALL | getEnabled () override |
|
virtual void SAL_CALL | setEnabled (sal_Bool _enabled) override |
|
virtual OUString SAL_CALL | getFormula () override |
|
virtual void SAL_CALL | setFormula (const OUString &_formula) 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 |
|
|
enum | Implements |
|
| 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 |
|
mutable::osl::Mutex | m_aMutex |
|
| IMPLEMENTS_PROPERTY_SET |
|
| IMPLEMENTS_FAST_PROPERTY_SET |
|
| IMPLEMENTS_PROPERTY_ACCESS |
|
implementation of a
Definition at line 41 of file FormatCondition.hxx.
◆ OFormatCondition() [1/2]
◆ ~OFormatCondition()
reportdesign::OFormatCondition::~OFormatCondition |
( |
| ) |
|
|
overrideprivatevirtual |
◆ OFormatCondition() [2/2]
reportdesign::OFormatCondition::OFormatCondition |
( |
css::uno::Reference< css::uno::XComponentContext > const & |
_xContext | ) |
|
|
explicit |
◆ addEventListener()
virtual void SAL_CALL reportdesign::OFormatCondition::addEventListener |
( |
const css::uno::Reference< css::lang::XEventListener > & |
aListener | ) |
|
|
inlineoverridevirtual |
◆ addPropertyChangeListener()
void SAL_CALL reportdesign::OFormatCondition::addPropertyChangeListener |
( |
const OUString & |
aPropertyName, |
|
|
const css::uno::Reference< css::beans::XPropertyChangeListener > & |
xListener |
|
) |
| |
|
overridevirtual |
◆ addVetoableChangeListener()
void SAL_CALL reportdesign::OFormatCondition::addVetoableChangeListener |
( |
const OUString & |
PropertyName, |
|
|
const css::uno::Reference< css::beans::XVetoableChangeListener > & |
aListener |
|
) |
| |
|
overridevirtual |
◆ create()
uno::Reference< uno::XInterface > reportdesign::OFormatCondition::create |
( |
css::uno::Reference< css::uno::XComponentContext > const & |
xContext | ) |
|
|
static |
◆ dispose()
void SAL_CALL reportdesign::OFormatCondition::dispose |
( |
void |
| ) |
|
|
overridevirtual |
◆ getEnabled()
sal_Bool SAL_CALL reportdesign::OFormatCondition::getEnabled |
( |
| ) |
|
|
overridevirtual |
◆ getFormula()
OUString SAL_CALL reportdesign::OFormatCondition::getFormula |
( |
| ) |
|
|
overridevirtual |
◆ getImplementationName()
OUString SAL_CALL reportdesign::OFormatCondition::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getImplementationName_Static()
OUString reportdesign::OFormatCondition::getImplementationName_Static |
( |
| ) |
|
|
static |
◆ getPropertySetInfo()
uno::Reference< beans::XPropertySetInfo > SAL_CALL reportdesign::OFormatCondition::getPropertySetInfo |
( |
| ) |
|
|
overridevirtual |
◆ getPropertyValue()
uno::Any SAL_CALL reportdesign::OFormatCondition::getPropertyValue |
( |
const OUString & |
PropertyName | ) |
|
|
overridevirtual |
◆ getSupportedServiceNames()
uno::Sequence< OUString > SAL_CALL reportdesign::OFormatCondition::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ getSupportedServiceNames_Static()
uno::Sequence< OUString > reportdesign::OFormatCondition::getSupportedServiceNames_Static |
( |
| ) |
|
|
static |
◆ operator=()
◆ removeEventListener()
virtual void SAL_CALL reportdesign::OFormatCondition::removeEventListener |
( |
const css::uno::Reference< css::lang::XEventListener > & |
aListener | ) |
|
|
inlineoverridevirtual |
◆ removePropertyChangeListener()
void SAL_CALL reportdesign::OFormatCondition::removePropertyChangeListener |
( |
const OUString & |
aPropertyName, |
|
|
const css::uno::Reference< css::beans::XPropertyChangeListener > & |
aListener |
|
) |
| |
|
overridevirtual |
◆ removeVetoableChangeListener()
void SAL_CALL reportdesign::OFormatCondition::removeVetoableChangeListener |
( |
const OUString & |
PropertyName, |
|
|
const css::uno::Reference< css::beans::XVetoableChangeListener > & |
aListener |
|
) |
| |
|
overridevirtual |
◆ set() [1/3]
void reportdesign::OFormatCondition::set |
( |
const OUString & |
_sProperty, |
|
|
bool |
Value, |
|
|
bool & |
_member |
|
) |
| |
|
inlineprivate |
◆ set() [2/3]
template<typename T >
void reportdesign::OFormatCondition::set |
( |
const OUString & |
_sProperty, |
|
|
const T & |
Value, |
|
|
T & |
_member |
|
) |
| |
|
inlineprivate |
◆ set() [3/3]
void reportdesign::OFormatCondition::set |
( |
const OUString & |
_sProperty, |
|
|
sal_Int16 |
Value, |
|
|
css::style::ParagraphAdjust & |
_member |
|
) |
| |
|
inlineprivate |
◆ setEnabled()
void SAL_CALL reportdesign::OFormatCondition::setEnabled |
( |
sal_Bool |
_enabled | ) |
|
|
overridevirtual |
◆ setFormula()
void SAL_CALL reportdesign::OFormatCondition::setFormula |
( |
const OUString & |
_formula | ) |
|
|
overridevirtual |
◆ setPropertyValue()
void SAL_CALL reportdesign::OFormatCondition::setPropertyValue |
( |
const OUString & |
aPropertyName, |
|
|
const css::uno::Any & |
aValue |
|
) |
| |
|
overridevirtual |
◆ supportsService()
sal_Bool SAL_CALL reportdesign::OFormatCondition::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
overridevirtual |
◆ m_aFormatProperties
◆ m_bEnabled
bool reportdesign::OFormatCondition::m_bEnabled |
|
private |
◆ m_sFormula
OUString reportdesign::OFormatCondition::m_sFormula |
|
private |
The documentation for this class was generated from the following files: