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