|
LibreOffice Module dbaccess (master) 1
|
#include <settingsimport.hxx>
Public Member Functions | |
| OfficeSettingsImport (::comphelper::NamedValueCollection &o_rSettings) | |
| virtual ::rtl::Reference< SettingsImport > | nextState (const OUString &i_rElementName) override |
Public Member Functions inherited from dbaccess::SettingsImport | |
| SettingsImport () | |
| virtual ::rtl::Reference< SettingsImport > | nextState (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::NamedValueCollection & | m_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 |
Definition at line 93 of file settingsimport.hxx.
|
explicit |
Definition at line 85 of file settingsimport.cxx.
|
overrideprotectedvirtual |
Definition at line 90 of file settingsimport.cxx.
|
overridevirtual |
Implements dbaccess::SettingsImport.
Definition at line 94 of file settingsimport.cxx.
References m_rSettings, SAL_WARN, and dbaccess::SettingsImport::split().
|
private |
Definition at line 108 of file settingsimport.hxx.
Referenced by nextState().