LibreOffice Module dbaccess (master) 1
|
#include <settingsimport.hxx>
Public Member Functions | |
IgnoringSettingsImport () | |
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 () |
Private Member Functions | |
virtual | ~IgnoringSettingsImport () override |
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) |
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 |
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 74 of file settingsimport.hxx.
|
inline |
Definition at line 77 of file settingsimport.hxx.
|
inlineoverrideprivatevirtual |
Definition at line 87 of file settingsimport.hxx.
|
overridevirtual |
Implements dbaccess::SettingsImport.
Definition at line 79 of file settingsimport.cxx.