|
LibreOffice Module dbaccess (master) 1
|
#include <xmlHelper.hxx>
Public Member Functions | |
| OPropertyHandlerFactory () | |
| virtual | ~OPropertyHandlerFactory () override |
| virtual const XMLPropertyHandler * | GetPropertyHandler (sal_Int32 _nType) const override |
Public Member Functions inherited from xmloff::OControlPropertyHandlerFactory | |
| OControlPropertyHandlerFactory () | |
| virtual const XMLPropertyHandler * | GetPropertyHandler (sal_Int32 _nType) const override |
Public Member Functions inherited from XMLPropertyHandlerFactory | |
| XMLPropertyHandlerFactory () | |
| virtual | ~XMLPropertyHandlerFactory () override |
| virtual const XMLPropertyHandler * | GetPropertyHandler (sal_Int32 nType) const |
Private Attributes | |
| std::unique_ptr< XMLConstantsPropertyHandler > | m_pDisplayHandler |
Additional Inherited Members | |
Static Public Member Functions inherited from XMLPropertyHandlerFactory | |
| static std::unique_ptr< XMLPropertyHandler > | CreatePropertyHandler (sal_Int32 nType) |
Protected Member Functions inherited from XMLPropertyHandlerFactory | |
| const XMLPropertyHandler * | GetHdlCache (sal_Int32 nType) const |
| void | PutHdlCache (sal_Int32 nType, const XMLPropertyHandler *pHdl) const |
Definition at line 37 of file xmlHelper.hxx.
| dbaxml::OPropertyHandlerFactory::OPropertyHandlerFactory | ( | ) |
Definition at line 37 of file xmlHelper.cxx.
|
overridevirtual |
Definition at line 41 of file xmlHelper.cxx.
|
overridevirtual |
Reimplemented from xmloff::OControlPropertyHandlerFactory.
Definition at line 46 of file xmlHelper.cxx.
References m_pDisplayHandler, XML_COLLAPSE, XML_DB_TYPE_EQUAL, XML_TOKEN_INVALID, and XML_VISIBLE.
|
mutableprivate |
Definition at line 39 of file xmlHelper.hxx.
Referenced by GetPropertyHandler().