LibreOffice Module ucb (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
UcbPropertiesManager Class Reference

#include <ucbprops.hxx>

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

Public Member Functions

 UcbPropertiesManager ()
 
virtual ~UcbPropertiesManager () 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
 
virtual css::uno::Sequence< css::beans::Property > SAL_CALL getProperties () override
 
virtual css::beans::Property SAL_CALL getPropertyByName (const OUString &aName) override
 
virtual sal_Bool SAL_CALL hasPropertyByName (const OUString &Name) override
 

Private Member Functions

bool queryProperty (const OUString &rName, css::beans::Property &rProp)
 

Private Attributes

css::uno::Sequence< css::beans::Property > m_pProps
 

Detailed Description

Definition at line 30 of file ucbprops.hxx.

Constructor & Destructor Documentation

◆ UcbPropertiesManager()

UcbPropertiesManager::UcbPropertiesManager ( )
explicit

Definition at line 48 of file ucbprops.cxx.

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

◆ ~UcbPropertiesManager()

UcbPropertiesManager::~UcbPropertiesManager ( )
overridevirtual

Definition at line 192 of file ucbprops.cxx.

Member Function Documentation

◆ getImplementationName()

OUString SAL_CALL UcbPropertiesManager::getImplementationName ( )
overridevirtual

Definition at line 198 of file ucbprops.cxx.

◆ getProperties()

Sequence< Property > SAL_CALL UcbPropertiesManager::getProperties ( )
overridevirtual

Definition at line 226 of file ucbprops.cxx.

References m_pProps.

◆ getPropertyByName()

Property SAL_CALL UcbPropertiesManager::getPropertyByName ( const OUString &  aName)
overridevirtual

Definition at line 233 of file ucbprops.cxx.

References aName, Property, and queryProperty().

◆ getSupportedServiceNames()

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

Definition at line 206 of file ucbprops.cxx.

◆ hasPropertyByName()

sal_Bool SAL_CALL UcbPropertiesManager::hasPropertyByName ( const OUString &  Name)
overridevirtual

Definition at line 244 of file ucbprops.cxx.

References Name, Property, and queryProperty().

◆ queryProperty()

bool UcbPropertiesManager::queryProperty ( const OUString &  rName,
css::beans::Property &  rProp 
)
private

Definition at line 254 of file ucbprops.cxx.

References m_pProps, and Property.

Referenced by getPropertyByName(), and hasPropertyByName().

◆ supportsService()

sal_Bool SAL_CALL UcbPropertiesManager::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 202 of file ucbprops.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_pProps

css::uno::Sequence< css::beans::Property > UcbPropertiesManager::m_pProps
private

Definition at line 32 of file ucbprops.hxx.

Referenced by getProperties(), and queryProperty().


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