LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Attributes | List of all members
dbaxml::OPropertyHandlerFactory Class Referencefinal

#include <xmlHelper.hxx>

Inheritance diagram for dbaxml::OPropertyHandlerFactory:
[legend]
Collaboration diagram for dbaxml::OPropertyHandlerFactory:
[legend]

Public Member Functions

 OPropertyHandlerFactory ()
 
virtual ~OPropertyHandlerFactory () override
 
virtual const XMLPropertyHandlerGetPropertyHandler (sal_Int32 _nType) const override
 
- Public Member Functions inherited from xmloff::OControlPropertyHandlerFactory
 OControlPropertyHandlerFactory ()
 
virtual const XMLPropertyHandlerGetPropertyHandler (sal_Int32 _nType) const override
 
- Public Member Functions inherited from XMLPropertyHandlerFactory
 XMLPropertyHandlerFactory ()
 
virtual ~XMLPropertyHandlerFactory () override
 
virtual const XMLPropertyHandlerGetPropertyHandler (sal_Int32 nType) const
 

Private Attributes

std::unique_ptr< XMLConstantsPropertyHandlerm_pDisplayHandler
 

Additional Inherited Members

- Static Public Member Functions inherited from XMLPropertyHandlerFactory
static std::unique_ptr< XMLPropertyHandlerCreatePropertyHandler (sal_Int32 nType)
 
- Protected Member Functions inherited from XMLPropertyHandlerFactory
const XMLPropertyHandlerGetHdlCache (sal_Int32 nType) const
 
void PutHdlCache (sal_Int32 nType, const XMLPropertyHandler *pHdl) const
 

Detailed Description

Definition at line 37 of file xmlHelper.hxx.

Constructor & Destructor Documentation

◆ OPropertyHandlerFactory()

dbaxml::OPropertyHandlerFactory::OPropertyHandlerFactory ( )

Definition at line 37 of file xmlHelper.cxx.

◆ ~OPropertyHandlerFactory()

dbaxml::OPropertyHandlerFactory::~OPropertyHandlerFactory ( )
overridevirtual

Definition at line 41 of file xmlHelper.cxx.

Member Function Documentation

◆ GetPropertyHandler()

const XMLPropertyHandler * dbaxml::OPropertyHandlerFactory::GetPropertyHandler ( sal_Int32  _nType) const
overridevirtual

Member Data Documentation

◆ m_pDisplayHandler

std::unique_ptr<XMLConstantsPropertyHandler> dbaxml::OPropertyHandlerFactory::m_pDisplayHandler
mutableprivate

Definition at line 39 of file xmlHelper.hxx.

Referenced by GetPropertyHandler().


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