LibreOffice Module sw (master)
1
|
#include <wrtswtbl.hxx>
Public Member Functions | |
SwWriteTableCell (const SwTableBox *pB, sal_uInt16 nR, sal_uInt16 nC, sal_uInt16 nRSpan, sal_uInt16 nCSpan, tools::Long nHght, const SvxBrushItem *pBGround) | |
const SwTableBox * | GetBox () const |
sal_uInt16 | GetRow () const |
sal_uInt16 | GetCol () const |
sal_uInt16 | GetRowSpan () const |
sal_uInt16 | GetColSpan () const |
tools::Long | GetHeight () const |
sal_Int16 | GetVertOri () const |
const SvxBrushItem * | GetBackground () const |
void | SetWidthOpt (sal_uInt16 nWidth, bool bPercent) |
sal_uInt32 | GetWidthOpt () const |
bool | HasPercentWidthOpt () const |
Private Attributes | |
const SwTableBox * | m_pBox |
const SvxBrushItem * | m_pBackground |
tools::Long | m_nHeight |
sal_uInt32 | m_nWidthOpt |
sal_uInt16 | m_nRow |
sal_uInt16 | m_nCol |
sal_uInt16 | m_nRowSpan |
sal_uInt16 | m_nColSpan |
bool | m_bPercentWidthOpt |
Definition at line 47 of file wrtswtbl.hxx.
|
inline |
Definition at line 66 of file wrtswtbl.hxx.
References false.
|
inline |
Definition at line 84 of file wrtswtbl.hxx.
|
inline |
Definition at line 73 of file wrtswtbl.hxx.
Referenced by RtfAttributeOutput::TableBackgrounds(), RtfAttributeOutput::TableDefaultBorders(), RtfAttributeOutput::TableDefinition(), and RtfAttributeOutput::TableVerticalCell().
|
inline |
Definition at line 76 of file wrtswtbl.hxx.
|
inline |
Definition at line 79 of file wrtswtbl.hxx.
Referenced by DocxAttributeOutput::TableCellProperties().
|
inline |
Definition at line 81 of file wrtswtbl.hxx.
|
inline |
Definition at line 75 of file wrtswtbl.hxx.
|
inline |
Definition at line 78 of file wrtswtbl.hxx.
Referenced by RtfAttributeOutput::TableVerticalCell().
sal_Int16 SwWriteTableCell::GetVertOri | ( | ) | const |
Definition at line 38 of file wrtswtbl.cxx.
References SwFormat::GetAttrSet(), SwTableBox::GetFrameFormat(), SfxItemSet::GetItemIfSet(), SwTableBox::GetSttNd(), SwAttrSet::GetVertOrient(), m_pBox, and RES_VERT_ORIENT().
Referenced by DocxAttributeOutput::TableVerticalCell().
|
inline |
Definition at line 91 of file wrtswtbl.hxx.
|
inline |
Definition at line 92 of file wrtswtbl.hxx.
|
inline |
Definition at line 86 of file wrtswtbl.hxx.
Referenced by SwWriteTable::SwWriteTable().
|
private |
Definition at line 62 of file wrtswtbl.hxx.
|
private |
Definition at line 57 of file wrtswtbl.hxx.
|
private |
Definition at line 60 of file wrtswtbl.hxx.
|
private |
Definition at line 52 of file wrtswtbl.hxx.
|
private |
Definition at line 56 of file wrtswtbl.hxx.
|
private |
Definition at line 59 of file wrtswtbl.hxx.
|
private |
Definition at line 54 of file wrtswtbl.hxx.
|
private |
Definition at line 50 of file wrtswtbl.hxx.
|
private |
Definition at line 49 of file wrtswtbl.hxx.
Referenced by GetVertOri().