24#include <osl/diagnose.h>
30 using namespace report;
32 using namespace xml::sax;
35 ,
const uno::Reference< xml::sax::XFastAttributeList > & _xAttrList
36 ,
const Reference< XPropertySet > & _xComponent ) :
38,m_xComponent(_xComponent)
40 OSL_ENSURE(m_xComponent.is(),
"Component is NULL!");
45 switch( aIter.getToken() )
57 catch(
const Exception&)
64OXMLCondPrtExpr::~OXMLCondPrtExpr()
69void OXMLCondPrtExpr::characters(
const OUString& rChars )
71 m_aCharBuffer.append(rChars);
74void OXMLCondPrtExpr::endFastElement( sal_Int32 )
76 if (m_aCharBuffer.getLength())
OXMLCondPrtExpr(const OXMLCondPrtExpr &)=delete
#define TOOLS_WARN_EXCEPTION(area, stream)
VBAHELPER_DLLPUBLIC bool setPropertyValue(css::uno::Sequence< css::beans::PropertyValue > &aProp, const OUString &aName, const css::uno::Any &aValue)
FastAttributeList & castToFastAttributeList(const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
OUString toString(OptionInfo const *info)
constexpr OUStringLiteral PROPERTY_CONDITIONALPRINTEXPRESSION
#define XMLOFF_WARN_UNKNOWN(area, rIter)
#define XML_ELEMENT(prefix, name)