implementation of a
More...
#include <Groups.hxx>
|
| OGroups (const css::uno::Reference< css::report::XReportDefinition > &_xParent, const css::uno::Reference< css::uno::XComponentContext > &context) |
|
virtual css::uno::Reference< css::report::XReportDefinition > SAL_CALL | getReportDefinition () override |
|
virtual css::uno::Reference< css::report::XGroup > SAL_CALL | createGroup () 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 |
|
|
typedef ::std::vector< css::uno::Reference< css::report::XGroup > > | TGroups |
|
implementation of a
Definition at line 37 of file Groups.hxx.
typedef ::std::vector< css::uno::Reference< css::report::XGroup > > reportdesign::OGroups::TGroups |
|
private |
reportdesign::OGroups::OGroups |
( |
const OGroups & |
| ) |
|
|
privatedelete |
reportdesign::OGroups::~OGroups |
( |
| ) |
|
|
overrideprotectedvirtual |
reportdesign::OGroups::OGroups |
( |
const css::uno::Reference< css::report::XReportDefinition > & |
_xParent, |
|
|
const css::uno::Reference< css::uno::XComponentContext > & |
context |
|
) |
| |
void SAL_CALL reportdesign::OGroups::addContainerListener |
( |
const css::uno::Reference< css::container::XContainerListener > & |
xListener | ) |
|
|
overridevirtual |
virtual void SAL_CALL reportdesign::OGroups::addEventListener |
( |
const css::uno::Reference< css::lang::XEventListener > & |
aListener | ) |
|
|
inlineoverridevirtual |
void reportdesign::OGroups::checkIndex |
( |
sal_Int32 |
_nIndex | ) |
|
|
private |
uno::Reference< report::XGroup > SAL_CALL reportdesign::OGroups::createGroup |
( |
| ) |
|
|
overridevirtual |
void SAL_CALL reportdesign::OGroups::dispose |
( |
void |
| ) |
|
|
overridevirtual |
void SAL_CALL reportdesign::OGroups::disposing |
( |
| ) |
|
|
overrideprotectedvirtual |
this function is called upon disposing the component
Definition at line 52 of file Groups.cxx.
References m_xContext.
uno::Any SAL_CALL reportdesign::OGroups::getByIndex |
( |
::sal_Int32 |
Index | ) |
|
|
overridevirtual |
sal_Int32 SAL_CALL reportdesign::OGroups::getCount |
( |
| ) |
|
|
override |
uno::Type SAL_CALL reportdesign::OGroups::getElementType |
( |
| ) |
|
|
overridevirtual |
uno::Reference< uno::XInterface > SAL_CALL reportdesign::OGroups::getParent |
( |
| ) |
|
|
overridevirtual |
uno::Reference< report::XReportDefinition > SAL_CALL reportdesign::OGroups::getReportDefinition |
( |
| ) |
|
|
overridevirtual |
sal_Bool SAL_CALL reportdesign::OGroups::hasElements |
( |
| ) |
|
|
overridevirtual |
void SAL_CALL reportdesign::OGroups::insertByIndex |
( |
::sal_Int32 |
Index, |
|
|
const css::uno::Any & |
Element |
|
) |
| |
|
overridevirtual |
void SAL_CALL reportdesign::OGroups::removeByIndex |
( |
::sal_Int32 |
Index | ) |
|
|
overridevirtual |
void SAL_CALL reportdesign::OGroups::removeContainerListener |
( |
const css::uno::Reference< css::container::XContainerListener > & |
xListener | ) |
|
|
overridevirtual |
virtual void SAL_CALL reportdesign::OGroups::removeEventListener |
( |
const css::uno::Reference< css::lang::XEventListener > & |
aListener | ) |
|
|
inlineoverridevirtual |
void SAL_CALL reportdesign::OGroups::replaceByIndex |
( |
::sal_Int32 |
Index, |
|
|
const css::uno::Any & |
Element |
|
) |
| |
|
overridevirtual |
void SAL_CALL reportdesign::OGroups::setParent |
( |
const css::uno::Reference< css::uno::XInterface > & |
Parent | ) |
|
|
overridevirtual |
TGroups reportdesign::OGroups::m_aGroups |
|
private |
css::uno::Reference< css::uno::XComponentContext > reportdesign::OGroups::m_xContext |
|
private |
css::uno::WeakReference< css::report::XReportDefinition > reportdesign::OGroups::m_xParent |
|
private |
The documentation for this class was generated from the following files: