LibreOffice Module dbaccess (master) 1
|
#include <xmlTable.hxx>
Public Member Functions | |
OXMLTable (ODBFilter &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &_xAttrList, css::uno::Reference< css::container::XNameAccess > _xParentContainer, const OUString &_sServiceName) | |
virtual | ~OXMLTable () override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) override |
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 |
Protected Member Functions | |
ODBFilter & | GetOwnImport () |
virtual void | setProperties (css::uno::Reference< css::beans::XPropertySet > &_xProp) |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Static Protected Member Functions | |
static void | fillAttributes (const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, OUString &_rsCommand, OUString &_rsTableName, OUString &_rsTableSchema, OUString &_rsTableCatalog) |
Protected Attributes | |
css::uno::Reference< css::container::XNameAccess > | m_xParentContainer |
css::uno::Reference< css::beans::XPropertySet > | m_xTable |
OUString | m_sFilterStatement |
OUString | m_sOrderStatement |
OUString | m_sName |
OUString | m_sSchema |
OUString | m_sCatalog |
OUString | m_sStyleName |
bool | m_bApplyFilter |
bool | m_bApplyOrder |
Definition at line 28 of file xmlTable.hxx.
dbaxml::OXMLTable::OXMLTable | ( | ODBFilter & | rImport, |
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | _xAttrList, | ||
css::uno::Reference< css::container::XNameAccess > | _xParentContainer, | ||
const OUString & | _sServiceName | ||
) |
|
overridevirtual |
Definition at line 90 of file xmlTable.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Reimplemented in dbaxml::OXMLQuery.
Definition at line 95 of file xmlTable.cxx.
References PROGRESS_BAR_STEP, TOKEN_MASK, XML_COLUMNS, XML_FILTER_STATEMENT, and XML_ORDER_STATEMENT.
Referenced by dbaxml::OXMLQuery::createFastChildContext().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 159 of file xmlTable.cxx.
References Any, Exception, dbaxml::OTableStyleContext::FillPropertySet(), SvXMLStylesContext::FindStyleChildContext(), SvXMLStylesContext::GetAutoStyles(), m_sName, m_xParentContainer, and TOOLS_WARN_EXCEPTION.
|
staticprotected |
Definition at line 194 of file xmlTable.cxx.
References sax_fastparser::castToFastAttributeList(), TOKEN_MASK, XML_CATALOG_NAME, XML_COMMAND, XML_QUERY_NAME, XML_SCHEMA_NAME, and XMLOFF_WARN_UNKNOWN.
Referenced by dbaxml::OXMLQuery::createFastChildContext().
|
protected |
Definition at line 134 of file xmlTable.cxx.
Referenced by dbaxml::OXMLQuery::createFastChildContext(), and dbaxml::OXMLQuery::setProperties().
|
protectedvirtual |
Reimplemented in dbaxml::OXMLQuery.
Definition at line 139 of file xmlTable.cxx.
References Any, Exception, PROPERTY_APPLYFILTER(), PROPERTY_APPLYORDER(), PROPERTY_FILTER(), PROPERTY_ORDER(), and TOOLS_WARN_EXCEPTION.
Referenced by dbaxml::OXMLQuery::setProperties().
|
protected |
Definition at line 39 of file xmlTable.hxx.
|
protected |
Definition at line 40 of file xmlTable.hxx.
|
protected |
Definition at line 37 of file xmlTable.hxx.
Referenced by dbaxml::OXMLQuery::createFastChildContext(), and dbaxml::OXMLQuery::setProperties().
|
protected |
Definition at line 33 of file xmlTable.hxx.
|
protected |
Definition at line 35 of file xmlTable.hxx.
Referenced by dbaxml::OXMLQuery::setProperties().
|
protected |
Definition at line 34 of file xmlTable.hxx.
|
protected |
Definition at line 36 of file xmlTable.hxx.
Referenced by dbaxml::OXMLQuery::createFastChildContext(), and dbaxml::OXMLQuery::setProperties().
|
protected |
Definition at line 38 of file xmlTable.hxx.
|
protected |
Definition at line 31 of file xmlTable.hxx.
|
protected |
Definition at line 32 of file xmlTable.hxx.