implementation of a
More...
#include <Functions.hxx>
|
| OFunctions (const css::uno::Reference< css::report::XFunctionsSupplier > &_xParent, css::uno::Reference< css::uno::XComponentContext > context) |
|
virtual css::uno::Reference< css::report::XFunction > SAL_CALL | createFunction () 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 void SAL_CALL | replaceByIndex (::sal_Int32 Index, const css::uno::Any &Element) override |
|
virtual ::sal_Int32 SAL_CALL | getCount () override |
|
virtual css::uno::Any SAL_CALL | getByIndex (::sal_Int32 Index) override |
|
virtual css::uno::Type SAL_CALL | getElementType () override |
|
virtual sal_Bool SAL_CALL | hasElements () 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 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 | ~OFunctions () override |
|
virtual void SAL_CALL | disposing () override |
| this function is called upon disposing the component More...
|
|
|
typedef ::std::vector< css::uno::Reference< css::report::XFunction > > | TFunctions |
|
implementation of a
Definition at line 38 of file Functions.hxx.
◆ TFunctions
◆ OFunctions() [1/2]
reportdesign::OFunctions::OFunctions |
( |
const OFunctions & |
| ) |
|
|
privatedelete |
◆ ~OFunctions()
reportdesign::OFunctions::~OFunctions |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OFunctions() [2/2]
reportdesign::OFunctions::OFunctions |
( |
const css::uno::Reference< css::report::XFunctionsSupplier > & |
_xParent, |
|
|
css::uno::Reference< css::uno::XComponentContext > |
context |
|
) |
| |
|
explicit |
◆ addContainerListener()
void SAL_CALL reportdesign::OFunctions::addContainerListener |
( |
const css::uno::Reference< css::container::XContainerListener > & |
xListener | ) |
|
|
overridevirtual |
◆ addEventListener()
virtual void SAL_CALL reportdesign::OFunctions::addEventListener |
( |
const css::uno::Reference< css::lang::XEventListener > & |
aListener | ) |
|
|
inlineoverridevirtual |
◆ checkIndex()
void reportdesign::OFunctions::checkIndex |
( |
sal_Int32 |
_nIndex | ) |
|
|
private |
◆ createFunction()
uno::Reference< report::XFunction > SAL_CALL reportdesign::OFunctions::createFunction |
( |
| ) |
|
|
overridevirtual |
◆ dispose()
void SAL_CALL reportdesign::OFunctions::dispose |
( |
void |
| ) |
|
|
overridevirtual |
◆ disposing()
void SAL_CALL reportdesign::OFunctions::disposing |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ getByIndex()
uno::Any SAL_CALL reportdesign::OFunctions::getByIndex |
( |
::sal_Int32 |
Index | ) |
|
|
overridevirtual |
◆ getCount()
sal_Int32 SAL_CALL reportdesign::OFunctions::getCount |
( |
| ) |
|
|
override |
◆ getElementType()
uno::Type SAL_CALL reportdesign::OFunctions::getElementType |
( |
| ) |
|
|
overridevirtual |
◆ getParent()
uno::Reference< uno::XInterface > SAL_CALL reportdesign::OFunctions::getParent |
( |
| ) |
|
|
overridevirtual |
◆ hasElements()
sal_Bool SAL_CALL reportdesign::OFunctions::hasElements |
( |
| ) |
|
|
overridevirtual |
◆ insertByIndex()
void SAL_CALL reportdesign::OFunctions::insertByIndex |
( |
::sal_Int32 |
Index, |
|
|
const css::uno::Any & |
Element |
|
) |
| |
|
overridevirtual |
◆ operator=()
◆ removeByIndex()
void SAL_CALL reportdesign::OFunctions::removeByIndex |
( |
::sal_Int32 |
Index | ) |
|
|
overridevirtual |
◆ removeContainerListener()
void SAL_CALL reportdesign::OFunctions::removeContainerListener |
( |
const css::uno::Reference< css::container::XContainerListener > & |
xListener | ) |
|
|
overridevirtual |
◆ removeEventListener()
virtual void SAL_CALL reportdesign::OFunctions::removeEventListener |
( |
const css::uno::Reference< css::lang::XEventListener > & |
aListener | ) |
|
|
inlineoverridevirtual |
◆ replaceByIndex()
void SAL_CALL reportdesign::OFunctions::replaceByIndex |
( |
::sal_Int32 |
Index, |
|
|
const css::uno::Any & |
Element |
|
) |
| |
|
overridevirtual |
◆ setParent()
void SAL_CALL reportdesign::OFunctions::setParent |
( |
const css::uno::Reference< css::uno::XInterface > & |
Parent | ) |
|
|
overridevirtual |
◆ m_aContainerListeners
◆ m_aFunctions
◆ m_xContext
css::uno::Reference< css::uno::XComponentContext > reportdesign::OFunctions::m_xContext |
|
private |
◆ m_xParent
css::uno::WeakReference< css::report::XFunctionsSupplier > reportdesign::OFunctions::m_xParent |
|
private |
The documentation for this class was generated from the following files: