24#include <osl/diagnose.h>
36 const Reference< XFastAttributeList > & _xAttrList
37 ,
const Reference< XFormatCondition > & _xComponent ) :
40,m_xComponent(_xComponent)
43 OSL_ENSURE(m_xComponent.is(),
"Component is NULL!");
48 switch( aIter.getToken() )
54 m_xComponent->setFormula(ORptFilter::convertFormula(aIter.
toString()));
67 TOOLS_WARN_EXCEPTION(
"reportdesign",
"Exception caught while filling the report definition props");
72OXMLFormatCondition::~OXMLFormatCondition()
76void OXMLFormatCondition::endFastElement(sal_Int32 )
78 OXMLHelper::copyStyleElements(
m_rImport.isOldFormat(),m_sStyleName,GetImport().GetAutoStyles(),m_xComponent);
const SvXMLImport & m_rImport
#define TOOLS_WARN_EXCEPTION(area, stream)
FastAttributeList & castToFastAttributeList(const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
OUString toString(OptionInfo const *info)
bool IsXMLToken(std::u16string_view rString, enum XMLTokenEnum eToken)
#define XMLOFF_WARN_UNKNOWN(area, rIter)
#define XML_ELEMENT(prefix, name)