20#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLECELL_HXX
21#define INCLUDED_OOX_DRAWINGML_TABLE_TABLECELL_HXX
25#include <com/sun/star/table/XCell.hpp>
32class TableCellContext;
70 void pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase,
72 const css::uno::Reference < css::table::XCell >& rxCell,
75 sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 nMaxRow );
oox::drawingml::FillProperties maFillProperties
const oox::drawingml::TextBodyPtr & getTextBody() const
oox::drawingml::TextBodyPtr mpTextBody
sal_Int32 getTopMargin() const
oox::drawingml::LineProperties maLinePropertiesTopLeftToBottomRight
void setLeftMargin(sal_Int32 nMargin)
sal_Int32 getGridSpan() const
sal_Int32 getRowSpan() const
void setRightMargin(sal_Int32 nMargin)
void setAnchorToken(sal_Int32 nToken)
oox::drawingml::LineProperties maLinePropertiesBottomLeftToTopRight
void setTopMargin(sal_Int32 nMargin)
void setTextBody(const oox::drawingml::TextBodyPtr &pTextBody)
void setBottomMargin(sal_Int32 nMargin)
sal_Int32 getBottomMargin() const
void setGridSpan(sal_Int32 nGridSpan)
sal_Int32 mnHorzOverflowToken
sal_Int32 getLeftMargin() const
sal_Int32 getVertToken() const
void sethMerge(bool bhMerge)
sal_Int32 getRightMargin() const
void setHorzOverflowToken(sal_Int32 nToken)
oox::drawingml::LineProperties maLinePropertiesInsideV
oox::drawingml::LineProperties maLinePropertiesLeft
void pushToXCell(const ::oox::core::XmlFilterBase &rFilterBase, const ::oox::drawingml::TextListStylePtr &pMasterTextListStyle, const css::uno::Reference< css::table::XCell > &rxCell, const TableProperties &rTableProperties, const TableStyle &rTable, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 nMaxRow)
oox::drawingml::LineProperties maLinePropertiesTop
oox::drawingml::LineProperties maLinePropertiesRight
void setvMerge(bool bvMerge)
void setAnchorCtr(bool bAnchorCtr)
oox::drawingml::LineProperties maLinePropertiesBottom
void setVertToken(sal_Int32 nToken)
sal_Int32 getAnchorToken() const
void setRowSpan(sal_Int32 nRowSpan)
oox::drawingml::LineProperties maLinePropertiesInsideH
std::shared_ptr< TextListStyle > TextListStylePtr
std::shared_ptr< TextBody > TextBodyPtr