LibreOffice Module dbaccess (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
dbaccess::OfficeSettingsImport Class Reference

#include <settingsimport.hxx>

Inheritance diagram for dbaccess::OfficeSettingsImport:
[legend]
Collaboration diagram for dbaccess::OfficeSettingsImport:
[legend]

Public Member Functions

 OfficeSettingsImport (::comphelper::NamedValueCollection &o_rSettings)
 
virtual ::rtl::Reference< SettingsImportnextState (const OUString &i_rElementName) override
 
- Public Member Functions inherited from dbaccess::SettingsImport
 SettingsImport ()
 
virtual ::rtl::Reference< SettingsImportnextState (const OUString &i_rElementName)=0
 
void startElement (const css::uno::Reference< css::xml::sax::XAttributeList > &i_rAttributes)
 
virtual void endElement ()
 
void characters (std::u16string_view i_rCharacters)
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Protected Member Functions

virtual ~OfficeSettingsImport () override
 
- Protected Member Functions inherited from dbaccess::SettingsImport
virtual ~SettingsImport () override
 
const OUString & getItemName () const
 
const OUString & getItemType () const
 
const OUStringBuffer & getAccumulatedCharacters () const
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 

Private Attributes

::comphelper::NamedValueCollectionm_rSettings
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Static Protected Member Functions inherited from dbaccess::SettingsImport
static void split (const OUString &i_rElementName, OUString &o_rNamespace, OUString &o_rLocalName)
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 93 of file settingsimport.hxx.

Constructor & Destructor Documentation

◆ OfficeSettingsImport()

dbaccess::OfficeSettingsImport::OfficeSettingsImport ( ::comphelper::NamedValueCollection o_rSettings)
explicit

Definition at line 85 of file settingsimport.cxx.

◆ ~OfficeSettingsImport()

dbaccess::OfficeSettingsImport::~OfficeSettingsImport ( )
overrideprotectedvirtual

Definition at line 90 of file settingsimport.cxx.

Member Function Documentation

◆ nextState()

rtl::Reference< SettingsImport > dbaccess::OfficeSettingsImport::nextState ( const OUString &  i_rElementName)
overridevirtual

Implements dbaccess::SettingsImport.

Definition at line 94 of file settingsimport.cxx.

References m_rSettings, SAL_WARN, and dbaccess::SettingsImport::split().

Member Data Documentation

◆ m_rSettings

::comphelper::NamedValueCollection& dbaccess::OfficeSettingsImport::m_rSettings
private

Definition at line 108 of file settingsimport.hxx.

Referenced by nextState().


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