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

#include <filprp.hxx>

Inheritance diagram for fileaccess::XPropertySetInfo_impl:
[legend]
Collaboration diagram for fileaccess::XPropertySetInfo_impl:
[legend]

Public Member Functions

 XPropertySetInfo_impl (TaskManager *pMyShell, const OUString &aUnqPath)
 
 XPropertySetInfo_impl (TaskManager *pMyShell, const css::uno::Sequence< css::beans::Property > &seq)
 
virtual ~XPropertySetInfo_impl () 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 Attributes

TaskManagerm_pMyShell
 
css::uno::Sequence< css::beans::Property > m_seq
 

Detailed Description

Definition at line 29 of file filprp.hxx.

Constructor & Destructor Documentation

◆ XPropertySetInfo_impl() [1/2]

XPropertySetInfo_impl::XPropertySetInfo_impl ( TaskManager pMyShell,
const OUString &  aUnqPath 
)

◆ XPropertySetInfo_impl() [2/2]

fileaccess::XPropertySetInfo_impl::XPropertySetInfo_impl ( TaskManager pMyShell,
const css::uno::Sequence< css::beans::Property > &  seq 
)

◆ ~XPropertySetInfo_impl()

XPropertySetInfo_impl::~XPropertySetInfo_impl ( )
overridevirtual

Definition at line 63 of file filprp.cxx.

References m_pMyShell, and fileaccess::TaskManager::m_pProvider.

Member Function Documentation

◆ getProperties()

Sequence< beans::Property > SAL_CALL XPropertySetInfo_impl::getProperties ( )
overridevirtual

Definition at line 82 of file filprp.cxx.

References m_seq.

◆ getPropertyByName()

beans::Property SAL_CALL XPropertySetInfo_impl::getPropertyByName ( const OUString &  aName)
overridevirtual

Definition at line 70 of file filprp.cxx.

References aName, and m_seq.

◆ hasPropertyByName()

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

Definition at line 89 of file filprp.cxx.

References aName, and m_seq.

Member Data Documentation

◆ m_pMyShell

TaskManager* fileaccess::XPropertySetInfo_impl::m_pMyShell
private

Definition at line 48 of file filprp.hxx.

Referenced by XPropertySetInfo_impl(), and ~XPropertySetInfo_impl().

◆ m_seq

css::uno::Sequence< css::beans::Property > fileaccess::XPropertySetInfo_impl::m_seq
private

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