LibreOffice Module dbaccess (master) 1
|
a simplified version of xmloff/DocumentSettingsContext More...
#include <settingsimport.hxx>
Public Member Functions | |
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 | ~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 | |
static void | split (const OUString &i_rElementName, OUString &o_rNamespace, OUString &o_rLocalName) |
Private Attributes | |
OUString | m_sItemName |
OUString | m_sItemType |
OUStringBuffer | m_aCharacters |
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 Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
a simplified version of xmloff/DocumentSettingsContext
It would be nice if the DocumentSettingsContext would not be that tightly interwoven with the SvXMLImport class, so we could re-use it here ...
Definition at line 38 of file settingsimport.hxx.
dbaccess::SettingsImport::SettingsImport | ( | ) |
Definition at line 35 of file settingsimport.cxx.
|
overrideprotectedvirtual |
Definition at line 39 of file settingsimport.cxx.
void dbaccess::SettingsImport::characters | ( | std::u16string_view | i_rCharacters | ) |
Definition at line 57 of file settingsimport.cxx.
References m_aCharacters.
|
virtual |
Reimplemented in dbaccess::ConfigItemImport.
Definition at line 53 of file settingsimport.cxx.
Referenced by dbaccess::ConfigItemImport::endElement().
|
inlineprotected |
Definition at line 62 of file settingsimport.hxx.
References m_aCharacters.
Referenced by dbaccess::ConfigItemImport::getItemValue().
|
inlineprotected |
Definition at line 60 of file settingsimport.hxx.
References m_sItemName.
Referenced by dbaccess::ConfigItemImport::endElement().
|
inlineprotected |
Definition at line 61 of file settingsimport.hxx.
References m_sItemType.
Referenced by dbaccess::ConfigItemImport::getItemValue().
|
pure virtual |
|
staticprotected |
Definition at line 62 of file settingsimport.cxx.
Referenced by dbaccess::OfficeSettingsImport::nextState(), and dbaccess::ConfigItemSetImport::nextState().
void dbaccess::SettingsImport::startElement | ( | const css::uno::Reference< css::xml::sax::XAttributeList > & | i_rAttributes | ) |
Definition at line 43 of file settingsimport.cxx.
References m_sItemName, and m_sItemType.
|
private |
Definition at line 70 of file settingsimport.hxx.
Referenced by characters(), and getAccumulatedCharacters().
|
private |
Definition at line 66 of file settingsimport.hxx.
Referenced by getItemName(), and startElement().
|
private |
Definition at line 68 of file settingsimport.hxx.
Referenced by getItemType(), and startElement().