33 const Reference< XFastAttributeList > & _xAttrList) :
36 Reference<XPropertySet> xDataSource = rImport.
getDataSource();
38 PropertyValue aProperty;
40 if (!xDataSource.is())
45 aProperty.Name.clear();
46 aProperty.Value =
Any();
48 switch( aIter.getToken() )
64 aProperty.Name =
"Show";
67 aProperty.Name =
"Actuate";
72 if ( !aProperty.Name.isEmpty() )
74 if ( !aProperty.Value.hasValue() )
75 aProperty.Value <<= aIter.toString();
void addInfo(const css::beans::PropertyValue &_rInfo)
add an Info to the sequence which will be appended to the data source
const Reference< XPropertySet > & getDataSource() const
virtual ~OXMLConnectionResource() override
OXMLConnectionResource(ODBFilter &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
#define DBG_UNHANDLED_EXCEPTION(...)
FastAttributeList & castToFastAttributeList(const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
constexpr OUStringLiteral PROPERTY_URL(u"URL")
constexpr OUStringLiteral PROPERTY_TYPE(u"Type")
#define XMLOFF_WARN_UNKNOWN(area, rIter)
#define XML_ELEMENT(prefix, name)