LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScDataPilotFieldGroupObj Class Referencefinal

#include <dapiuno.hxx>

Inheritance diagram for ScDataPilotFieldGroupObj:
[legend]
Collaboration diagram for ScDataPilotFieldGroupObj:
[legend]

Public Member Functions

 ScDataPilotFieldGroupObj (ScDataPilotFieldGroupsObj &rParent, OUString aGroupName)
 
virtual ~ScDataPilotFieldGroupObj () override
 
virtual css::uno::Any SAL_CALL getByName (const OUString &aName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getElementNames () override
 
virtual sal_Bool SAL_CALL hasByName (const OUString &aName) override
 
virtual void SAL_CALL replaceByName (const OUString &aName, const css::uno::Any &aElement) override
 
virtual void SAL_CALL insertByName (const OUString &aName, const css::uno::Any &aElement) override
 
virtual void SAL_CALL removeByName (const OUString &Name) override
 
virtual sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL getByIndex (sal_Int32 Index) override
 
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration () override
 
virtual css::uno::Type SAL_CALL getElementType () override
 
virtual sal_Bool SAL_CALL hasElements () override
 
virtual OUString SAL_CALL getName () override
 
virtual void SAL_CALL setName (const OUString &aName) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

rtl::Reference< ScDataPilotFieldGroupsObjmxParent
 
OUString maGroupName
 

Detailed Description

Definition at line 552 of file dapiuno.hxx.

Constructor & Destructor Documentation

◆ ScDataPilotFieldGroupObj()

ScDataPilotFieldGroupObj::ScDataPilotFieldGroupObj ( ScDataPilotFieldGroupsObj rParent,
OUString  aGroupName 
)
explicit

Definition at line 2892 of file dapiuno.cxx.

References mxParent.

◆ ~ScDataPilotFieldGroupObj()

ScDataPilotFieldGroupObj::~ScDataPilotFieldGroupObj ( )
overridevirtual

Definition at line 2898 of file dapiuno.cxx.

Member Function Documentation

◆ createEnumeration()

Reference< XEnumeration > SAL_CALL ScDataPilotFieldGroupObj::createEnumeration ( )
overridevirtual

Definition at line 2999 of file dapiuno.cxx.

◆ getByIndex()

Any SAL_CALL ScDataPilotFieldGroupObj::getByIndex ( sal_Int32  Index)
overridevirtual

Definition at line 2988 of file dapiuno.cxx.

References Any, maGroupName, o3tl::make_unsigned(), mxParent, and nIndex.

◆ getByName()

Any SAL_CALL ScDataPilotFieldGroupObj::getByName ( const OUString &  aName)
overridevirtual

Definition at line 2904 of file dapiuno.cxx.

References Any, maGroupName, and mxParent.

◆ getCount()

sal_Int32 SAL_CALL ScDataPilotFieldGroupObj::getCount ( )
overridevirtual

Definition at line 2982 of file dapiuno.cxx.

References maGroupName, and mxParent.

◆ getElementNames()

Sequence< OUString > SAL_CALL ScDataPilotFieldGroupObj::getElementNames ( )
overridevirtual

Definition at line 2914 of file dapiuno.cxx.

References maGroupName, and mxParent.

◆ getElementType()

uno::Type SAL_CALL ScDataPilotFieldGroupObj::getElementType ( )
overridevirtual

Definition at line 3007 of file dapiuno.cxx.

References cppu::UnoType< typename T >::get().

◆ getImplementationName()

virtual OUString SAL_CALL ScDataPilotFieldGroupObj::getImplementationName ( )
overridevirtual

◆ getName()

OUString SAL_CALL ScDataPilotFieldGroupObj::getName ( )
overridevirtual

Definition at line 3020 of file dapiuno.cxx.

References maGroupName.

◆ getSupportedServiceNames()

virtual css::uno::Sequence< OUString > SAL_CALL ScDataPilotFieldGroupObj::getSupportedServiceNames ( )
overridevirtual

◆ hasByName()

sal_Bool SAL_CALL ScDataPilotFieldGroupObj::hasByName ( const OUString &  aName)
overridevirtual

Definition at line 2920 of file dapiuno.cxx.

References maGroupName, and mxParent.

◆ hasElements()

sal_Bool SAL_CALL ScDataPilotFieldGroupObj::hasElements ( )
overridevirtual

Definition at line 3012 of file dapiuno.cxx.

References maGroupName, and mxParent.

◆ insertByName()

void SAL_CALL ScDataPilotFieldGroupObj::insertByName ( const OUString &  aName,
const css::uno::Any &  aElement 
)
overridevirtual

Definition at line 2952 of file dapiuno.cxx.

References maGroupName, and mxParent.

◆ removeByName()

void SAL_CALL ScDataPilotFieldGroupObj::removeByName ( const OUString &  Name)
overridevirtual

Definition at line 2967 of file dapiuno.cxx.

References maGroupName, and mxParent.

◆ replaceByName()

void SAL_CALL ScDataPilotFieldGroupObj::replaceByName ( const OUString &  aName,
const css::uno::Any &  aElement 
)
overridevirtual

Definition at line 2929 of file dapiuno.cxx.

References maGroupName, and mxParent.

◆ setName()

void SAL_CALL ScDataPilotFieldGroupObj::setName ( const OUString &  aName)
overridevirtual

Definition at line 3026 of file dapiuno.cxx.

References maGroupName, and mxParent.

◆ supportsService()

virtual sal_Bool SAL_CALL ScDataPilotFieldGroupObj::supportsService ( const OUString &  ServiceName)
overridevirtual

Member Data Documentation

◆ maGroupName

OUString ScDataPilotFieldGroupObj::maGroupName
private

◆ mxParent

rtl::Reference<ScDataPilotFieldGroupsObj> ScDataPilotFieldGroupObj::mxParent
private

The documentation for this class was generated from the following files: