33 #include <com/sun/star/beans/PropertyAttribute.hpp>
34 #include <strings.hxx>
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() )
123 {OUString(), 0, css::uno::Type(), 0, 0 }
131 sal_Int32 nWidth = 0;
141 sal_Int32 nHeight = 0;
142 sal_Int32 nMinHeight = 0;
145 if (nHeight == 0 && nMinHeight > 0)
void addHeight(sal_Int32 _nHeight)
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
void addWidth(sal_Int32 _nWidth)
ORptFilter & GetOwnImport()
SvXMLImport & GetImport()
FastAttributeList & castToFastAttributeList(const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
#define XMLOFF_WARN_UNKNOWN(area, rIter)
void Increment(sal_Int32 nInc=1)
void incrementColumnIndex()
#define PROPERTY_ID_MINHEIGHT
virtual void FillPropertySet(const css::uno::Reference< css::beans::XPropertySet > &rPropSet)
COMPHELPER_DLLPUBLIC css::uno::Reference< css::beans::XPropertySet > GenericPropertySet_CreateInstance(PropertySetInfo *pInfo)
virtual ~OXMLRowColumn() override
OXMLRowColumn(const OXMLRowColumn &)=delete
ProgressBarHelper * GetProgressBarHelper()
css::uno::Type const & get()
#define PROPERTY_MINHEIGHT
void fillStyle(const OUString &_sStyleName)
void addAutoHeight(bool _bAutoHeight)
#define XML_ELEMENT(prefix, name)
#define PROGRESS_BAR_STEP
#define PROPERTY_ID_WIDTH
void addCell(const css::uno::Reference< css::report::XReportComponent > &_xElement)
const SvXMLStyleContext * FindStyleChildContext(XmlStyleFamily nFamily, const OUString &rName, bool bCreateIndex=false) const
#define PROPERTY_ID_HEIGHT
SvXMLStylesContext * GetAutoStyles()