61#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCELL_HXX
62#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCELL_HXX
Stream wrapper for sax writer.
@descr Table cell object.
void Add(XFContent *pContent) override
@descr Add content for table cell.
rtl::Reference< XFTable > m_pSubTable
const XFTable * GetSubTable() const
virtual ~XFCell() override
void SetCol(sal_Int32 col)
@descr Set cell column id.
void SetOwnerRow(XFRow *pRow)
@descr Set cell owner row.
enumXFValueType m_eValueType
void SetProtect(bool protect)
@descr Set cell protected.
void SetValue(double value)
@descr Set cell number value.
virtual void ToXml(IXFStream *pStrm) override
@descr Output cell as xml element.
sal_Int32 GetColSpaned() const
@descr return cell column span property.
void SetColumnSpaned(sal_Int32 num)
@descr If cell spans more the one column, then set column span.
void SetFormula(const OUString &formula)
@descr Set cell formula.
void SetRepeated(sal_Int32 num)
@descr Set whether the following cells use the same style and content.
OUString GetCellName()
@descr Return cell name.
virtual void Add(XFContent *pContent)
@descr Add content.
@descr Base class for all content object.
RttiCompleteObjectLocator col