23#include <osl/diagnose.h>
34 ,
const Reference< XFastAttributeList > & _xAttrList
35 ,
const Reference< XReportComponent > & _xComponent
38 ,m_xComponent(_xComponent)
40 OSL_ENSURE(m_xComponent.is(),
"Component is NULL!");
46 switch( aIter.getToken() )
49 m_xComponent->setName(aIter.
toString());
55 catch(
const Exception&)
57 TOOLS_WARN_EXCEPTION(
"reportdesign",
"Exception caught while putting props into report component!");
63OXMLComponent::~OXMLComponent()
OXMLComponent(const OXMLComponent &)
#define TOOLS_WARN_EXCEPTION(area, stream)
FastAttributeList & castToFastAttributeList(const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
OUString toString(OptionInfo const *info)
#define XMLOFF_WARN_UNKNOWN(area, rIter)
#define XML_ELEMENT(prefix, name)