LibreOffice Module dbaccess (master) 1
Public Member Functions | Protected Member Functions | List of all members
dbaccess::IPropertyContainer Class Referenceabstract

#include <columnsettings.hxx>

Inheritance diagram for dbaccess::IPropertyContainer:
[legend]

Public Member Functions

virtual void registerProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, void *_pPointerToMember, const css::uno::Type &_rMemberType)=0
 
virtual void registerMayBeVoidProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, css::uno::Any *_pPointerToMember, const css::uno::Type &_rExpectedType)=0
 

Protected Member Functions

 ~IPropertyContainer ()
 

Detailed Description

Definition at line 28 of file columnsettings.hxx.

Constructor & Destructor Documentation

◆ ~IPropertyContainer()

dbaccess::IPropertyContainer::~IPropertyContainer ( )
inlineprotected

Definition at line 48 of file columnsettings.hxx.

Member Function Documentation

◆ registerMayBeVoidProperty()

virtual void dbaccess::IPropertyContainer::registerMayBeVoidProperty ( const OUString &  _rName,
sal_Int32  _nHandle,
sal_Int32  _nAttributes,
css::uno::Any *  _pPointerToMember,
const css::uno::Type &  _rExpectedType 
)
pure virtual

◆ registerProperty()

virtual void dbaccess::IPropertyContainer::registerProperty ( const OUString &  _rName,
sal_Int32  _nHandle,
sal_Int32  _nAttributes,
void *  _pPointerToMember,
const css::uno::Type &  _rMemberType 
)
pure virtual

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