LibreOffice Module dbaccess (master) 1
|
#include <settingsimport.hxx>
Public Member Functions | |
ConfigItemImport (::comphelper::NamedValueCollection &o_rSettings) | |
virtual ::rtl::Reference< SettingsImport > | nextState (const OUString &i_rElementName) override |
virtual void | endElement () 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 | ~ConfigItemImport () override |
virtual void | getItemValue (css::uno::Any &o_rValue) const |
retrieves the value represented by the element More... | |
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 112 of file settingsimport.hxx.
|
explicit |
Definition at line 111 of file settingsimport.cxx.
Referenced by dbaccess::ConfigItemSetImport::nextState().
|
overrideprotectedvirtual |
Definition at line 116 of file settingsimport.cxx.
|
overridevirtual |
Reimplemented from dbaccess::SettingsImport.
Definition at line 126 of file settingsimport.cxx.
References Any, dbaccess::SettingsImport::endElement(), ENSURE_OR_RETURN_VOID, dbaccess::SettingsImport::getItemName(), getItemValue(), m_rSettings, and comphelper::NamedValueCollection::put().
|
protectedvirtual |
retrieves the value represented by the element
Reimplemented in dbaccess::ConfigItemSetImport.
Definition at line 137 of file settingsimport.cxx.
References sax::Converter::convertBool(), sax::Converter::convertNumber(), ENSURE_OR_RETURN_VOID, dbaccess::SettingsImport::getAccumulatedCharacters(), dbaccess::SettingsImport::getItemType(), nValue, and SAL_WARN.
Referenced by endElement().
|
overridevirtual |
Implements dbaccess::SettingsImport.
Reimplemented in dbaccess::ConfigItemSetImport.
Definition at line 120 of file settingsimport.cxx.
|
private |
Definition at line 134 of file settingsimport.hxx.
Referenced by endElement().