LibreOffice Module sw (master) 1
|
Public Member Functions | |
SwXMLDDETableContext_Impl (SwXMLImport &rImport) | |
virtual void SAL_CALL | startFastElement (sal_Int32 nElement, const Reference< xml::sax::XFastAttributeList > &xAttrList) override |
OUString & | GetConnectionName () |
OUString & | GetDDEApplication () |
OUString & | GetDDEItem () |
OUString & | GetDDETopic () |
bool | GetIsAutomaticUpdate () const |
Public Member Functions inherited from SvXMLImportContext | |
SvXMLImportContext (SvXMLImport &rImport) | |
virtual | ~SvXMLImportContext () |
virtual void SAL_CALL | startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endFastElement (sal_Int32 Element) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | characters (const OUString &aChars) override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) final override |
virtual void SAL_CALL | acquire () noexcept final override |
virtual void SAL_CALL | release () noexcept final override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () final override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () final override |
Private Attributes | |
OUString | m_sConnectionName |
OUString | m_sDDEApplication |
OUString | m_sDDEItem |
OUString | m_sDDETopic |
bool | m_bIsAutomaticUpdate |
Additional Inherited Members | |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 921 of file xmltbli.cxx.
SwXMLDDETableContext_Impl::SwXMLDDETableContext_Impl | ( | SwXMLImport & | rImport | ) |
Definition at line 946 of file xmltbli.cxx.
|
inline |
Definition at line 938 of file xmltbli.cxx.
References m_sConnectionName.
Referenced by lcl_GetDDEFieldType().
|
inline |
Definition at line 939 of file xmltbli.cxx.
References m_sDDEApplication.
Referenced by lcl_GetDDEFieldType().
|
inline |
Definition at line 940 of file xmltbli.cxx.
References m_sDDEItem.
Referenced by lcl_GetDDEFieldType().
|
inline |
Definition at line 941 of file xmltbli.cxx.
References m_sDDETopic.
Referenced by lcl_GetDDEFieldType().
|
inline |
Definition at line 942 of file xmltbli.cxx.
References m_bIsAutomaticUpdate.
Referenced by lcl_GetDDEFieldType().
|
overridevirtual |
Definition at line 952 of file xmltbli.cxx.
References sax_fastparser::castToFastAttributeList(), sax::Converter::convertBool(), m_bIsAutomaticUpdate, m_sConnectionName, m_sDDEApplication, m_sDDEItem, m_sDDETopic, OFFICE, XML_AUTOMATIC_UPDATE, XML_DDE_APPLICATION, XML_DDE_ITEM, XML_DDE_TOPIC, XML_ELEMENT, XML_NAME, and XMLOFF_WARN_UNKNOWN.
|
private |
Definition at line 927 of file xmltbli.cxx.
Referenced by GetIsAutomaticUpdate(), and startFastElement().
|
private |
Definition at line 923 of file xmltbli.cxx.
Referenced by GetConnectionName(), and startFastElement().
|
private |
Definition at line 924 of file xmltbli.cxx.
Referenced by GetDDEApplication(), and startFastElement().
|
private |
Definition at line 925 of file xmltbli.cxx.
Referenced by GetDDEItem(), and startFastElement().
|
private |
Definition at line 926 of file xmltbli.cxx.
Referenced by GetDDETopic(), and startFastElement().