33#include <com/sun/star/beans/PropertyAttribute.hpp>
36#define PROPERTY_ID_WIDTH 1
37#define PROPERTY_ID_HEIGHT 2
38#define PROPERTY_ID_MINHEIGHT 3
49 ,
const Reference< XFastAttributeList > & _xAttrList
50 ,OXMLTable* _pContainer
53 ,m_pContainer(_pContainer)
57 switch( aIter.getToken() )
60 fillStyle(aIter.toString());
76 const Reference< XFastAttributeList > & xAttrList )
78 css::uno::Reference< css::xml::sax::XFastContextHandler > xContext;
110 if ( _sStyleName.isEmpty() )
130 sal_Int32 nWidth = 0;
140 sal_Int32 nHeight = 0;
141 sal_Int32 nMinHeight = 0;
144 if (nHeight == 0 && nMinHeight > 0)
SvXMLImport & GetImport()
const SvXMLStyleContext * FindStyleChildContext(XmlStyleFamily nFamily, const OUString &rName, bool bCreateIndex=false) const
virtual void FillPropertySet(const css::uno::Reference< css::beans::XPropertySet > &rPropSet)
css::uno::Type const & get()
virtual ~OXMLRowColumn() override
OXMLRowColumn(const OXMLRowColumn &)=delete
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
ORptFilter & GetOwnImport()
void fillStyle(const OUString &_sStyleName)
void addCell(const css::uno::Reference< css::report::XReportComponent > &_xElement)
void addWidth(sal_Int32 _nWidth)
void addHeight(sal_Int32 _nHeight)
void addAutoHeight(bool _bAutoHeight)
void incrementColumnIndex()
COMPHELPER_DLLPUBLIC css::uno::Reference< css::beans::XPropertySet > GenericPropertySet_CreateInstance(PropertySetInfo *pInfo)
FastAttributeList & castToFastAttributeList(const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
constexpr OUStringLiteral PROPERTY_MINHEIGHT
constexpr OUStringLiteral PROPERTY_HEIGHT
constexpr OUStringLiteral PROPERTY_WIDTH
#define PROPERTY_ID_WIDTH
#define PROPERTY_ID_MINHEIGHT
#define PROPERTY_ID_HEIGHT
#define PROGRESS_BAR_STEP
#define XMLOFF_WARN_UNKNOWN(area, rIter)
#define XML_ELEMENT(prefix, name)